close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Super Suite eCart not adding item to or showing Shopping Cart

Thread began 3/15/2009 2:49 pm by mikec156913 | Last modified 2/26/2010 5:07 pm by Jason Byrnes | 6442 views | 30 replies |

mikec156913

Super Suite eCart not adding item to or showing Shopping Cart

Hi All,

My eCart (v4.1.5) is not adding the chosen item to the shopping cart or displaying the cart after the Add button is clicked. I have set up the Add to Cart redirect to display the shopping cart affter Add.

I can access the shopping cart from a display shopping cart menu option but it's empty!

Any ideas please?

Mike.

Sign in to reply to this post

mikec156913

Problem sorted...

Mike

Sign in to reply to this post

info271221

eCart always showing empty cart

<Link removed> - can you help?

Sign in to reply to this post

Jason ByrnesWebAssist

Use the attached page to test your host to see if session management is working properly.

Attached Files
sessionTest.zip
Sign in to reply to this post

info271221

session test results

I believe it is working properly.

<Link removed>

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

On the pages with an add to cart button, look for code similar to the following near the doctype tag:

php:
<?php

// WA eCart Redirect
if ($<Your cart Name>->redirStr != "")     {
  
header("Location: ".$<Your cart Name>->redirStr);
}
?>





and change it to:

php:
<?php

// WA eCart Redirect
if ($<Your cart Name>->redirStr != "")     {
  
session_commit();
  
header("Location: ".$<Your cart Name>->redirStr);
}
?>
Sign in to reply to this post

info271221

cart display all buttons work except checkout

Okay. So that fixed the main add to cart page (and I have recorded that for future use)

and now I'm on the cart display page...
<Link removed> - Everything on this page functions except the checkout button.

Thanks for your help!

Sign in to reply to this post

Jason ByrnesWebAssist

In the server behaviors list, double click the Checkout Server Behavior to set the redirect to go to the checkout page.

Sign in to reply to this post

info271221

Wow - Thanks!

I should have thought of that. Thank You! Is their a way we can leave this post online; however delete our website links?

Thanks again!

Sign in to reply to this post

Jason ByrnesWebAssist

Links have been removed.

Sign in to reply to this post
loading

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