close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Your Shopping Cart

Thread began 2/05/2010 5:28 pm by paul.urgero235355 | Last modified 6/23/2010 6:58 am by info395053 | 2055 views | 7 replies |

Paul

Your Shopping Cart

Your Shopping Cart
The cart is empty.

This is what I get when I try to add a product to the cart. What am I missing?

Thanks!

Sign in to reply to this post

Office Guy-172461

Hard to tell without some more information or a link.

Have a look here:

10 Tips for getting quick help from a support forum
http://www.ipvac.com/kb/entry/149/

Sign in to reply to this post

Paul

Sorry Office Guy...

I thought it was pretty straight forward, but when I try to add any product to a shopping cart in Powerstore 2.0, whether I'm logged in or not, it takes me to the cart.php page and shows me the cart is empty.

The address is: www.acalamedical.com

Thanks...

Sign in to reply to this post

Jason ByrnesWebAssist

use the attached script to test your host servers session management. If the session management script fails, contact the host to have them look into the cause of the issue.

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

Paul

Jason,

The test was successful. The results =test.

What now?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

on the detail page, find the following:

php:
<?php

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





and change it to:

php:
<?php

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

Paul

Thanks, Jason!

That worked...

Paul

Sign in to reply to this post

info395053

Worked for me too! Great - Thanks.

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