close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

eCart https??

Thread began 1/16/2012 12:01 am by david331670 | Last modified 1/24/2012 11:44 am by david331670 | 1334 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

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...