close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

eCart https??

Thread began 1/16/2012 12:01 am by david331670 | Last modified 1/24/2012 11:44 am by Jason Byrnes | 1338 views | 4 replies |

david331670

eCart https??

Happy New Year
I have somehow developed a problem over a few days and a few cart changes.
I don't know what I have done but it is confusing.
All the features work properly from the cart page, cart summary page, checkout page, confirm page and success page, on my resting server.
See screen shots attached.

If I use the actual online cart all appears ok to the cart summary page, once I checkout via the Https: secure server, the "Confirm Page" does not display the cart summary page properly.
It seems to have moved the associated numbers down 1 row. there is no "No of pages (20)
It displays the number of pages in the page price section as $20.00
I am blaming the checkout page for not passing on the correct info, yet it works correctly on my testing server.

The checkout get form data:
// WA eCart Get Form
if (isset($_POST["Checkout"])) {
$Spectrum_online->ClearCart();
$displayIndex = 0;
$runOnce = "run";
while (isset($_POST["ID_".($displayIndex)])) {
$ATC_AddIfIn = 0;
$ATC_RedirectIfIn = "";
$ATC_ID = "".$_POST["ID_".($displayIndex)] ."";
$ATC_Name = "".$_POST["Name_".($displayIndex)] ."";
$ATC_Description = "".$_POST["Description_".($displayIndex)] ."";
$ATC_Weight = "".$_POST["Weight_".($displayIndex)] ."";
$ATC_Quantity = "".$_POST["Quantity_".($displayIndex)] ."";
$ATC_Price = "".$_POST["Price_".($displayIndex)] ."";
$ATC_Thumbnail = "".$_POST["Thumbnail_".($displayIndex)] ."";
$ATC_Length = "".$_POST["Length_".($displayIndex)] ."";
$ATC_Height = "".$_POST["Height_".($displayIndex)] ."";
$ATC_Width = "".$_POST["Width_".($displayIndex)] ."";
$ATC_DescLg = "".$_POST["DescLg_".($displayIndex)] ."";
$ATC_Colour = "".$_POST["Colour_".($displayIndex)] ."";
$ATC_ItemCode = "".$_POST["ItemCode_".($displayIndex)] ."";
$ATC_ItemSize = "".$_POST["ItemSize_".($displayIndex)] ."";
$ATC_NoShip = "".$_POST["NoShip_".($displayIndex)] ."";
$ATC_job_id = "".$_POST["job_id_".($displayIndex)] ."";
$ATC_Pages = "".$_POST["Pages_".($displayIndex)] ."";
$ATC_PagePrice = "".$_POST["PagePrice_".($displayIndex)] ."";

if (is_numeric($ATC_Quantity) && $ATC_Quantity != 0) {
$Spectrum_online->AddToCart($ATC_AddIfIn, $ATC_RedirectIfIn, $ATC_ID, $ATC_Name, $ATC_Description, $ATC_Weight, $ATC_Quantity, $ATC_Price, $ATC_Thumbnail, $ATC_Length, $ATC_Height, $ATC_Width, $ATC_DescLg, $ATC_Colour, $ATC_ItemCode, $ATC_ItemSize, $ATC_NoShip, $ATC_job_id, $ATC_Pages, $ATC_PagePrice);

Can you help track down the error.
Thanks
David

Sign in to reply to this post

Ray BorduinWebAssist

Do you have a url where I can see the problem? That might help me determine what is causing it.

I may have to look at the associated code as well. Are there any other session variables you are using that are stored outside of the shopping cart that might not be passed to the https server? The only issue with moving to an https server with a different domain is that session variables are lost. The code we have written will allow you to pass the cart session variables through a form post, but any additional session variables may have to be added manually. Most likely that is the issue, but I would like to take a look.

Sign in to reply to this post
Did this help? Tips are appreciated...

david331670

eCart

Thank you.
When all else fails... I replaced the new file an older version of the checkout page, late November date, and it just works. I can't easily see any difference but I will investigate to see what was missing, but there must have been something gone wrong. Finger must surely point at me.
Sorry for the trouble. I will try to find the error.

Sign in to reply to this post

david331670

eCart checkout

It seems I have been to hasty with me fixing the problem.
I am sure it is between the Cart summary and the checkout page.
it is also happening with just the normal cart items for page quantity and page price, thats why I don't get it.
problem Url /Shop-Photobooks.php?pgx=54&pid=271&job_id=Photobook_1458796325489475
( a typical photobook )
same problem /Prices-Photobooks.php
Site url www.spectrumcolour.com.au
All the data is correctly passed on to the cart summary, its from cart summary to checkout to confirm page where the problem exists
What else can I send you?
Its only January and I'm confused.

Thanks David

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...