Jump to content

Added items to shopping cart - but then cart is empty?


Recommended Posts

I love this script! I have it installed and working for another domain ( http://janartjewelry.com ), but I just installed this for my sister and I'm in the middle of configuring and adding items to her store. Her domain is not pointing to the server where it is installed YET because she can't afford to have the store not working.

 

Anyway, I add items to the shopping cart ... but then go to checkout or view the cart and it says Cart is Empty.

 

Can someone please assist me in this matter??

 

http://handmadefusion.com/cupcakesinjars (this is the temporary URL until I finish building the site)

 

Thanks,

jgirl :)

Link to comment
Share on other sites

it works if you prefix the url with www. To test make sure to clear your browser cache and cookies and then enter the site with url prefixed with www.

 

do you have www. in your shop url?

 

does the shop ssl url match (make sure it does)

 

if all all fails add this to the top of your .htaccess (ALSO MAKE SURE SHOP URL HAS WWW.yoururl)

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

Edited by elpatron (see edit history)
Link to comment
Share on other sites

That is not the case with me. I used FF, IE and Chrome and cleared all browsing data, I also flushed my DNS to be sure. Tried the www.handmadefusion.com/cupcakesinjars and added an item to the cart. I can SEE the item go into the cart but when I click the link to view cart it says "Your shopping cart is empty."

The www prefix is STILL in the browser when I'm viewing it (meaning it doesn't switch when I view the cart or try to checkout) ... so it's not changing URLS

 

Any other suggestions I can use? I'm quite puzzled over this myself??? :huh:

Link to comment
Share on other sites

El... you are correct. I am able to pull it up in IE however I'm thinking then this is a browser issue?? That's what I meant by other suggestions. I cannot get this to show cart items when using FF and Chrome. I cleared browser history and cache, flushed DNS and it's still not showing up.

I hate to be a bother here ... but it's quite frustrating.

 

BTW thank you for replying and helping.

 

PS I DID add the .htaccess file as you suggested.

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...
  • 1 month later...

ok jgirl i tried your website with my browsers and same problem the cart goes empty.

 

so i used a clean computer to browse your website and same problem. wow now

Prestasho Frantic got it working fine.

 

i have seen people trying different things and got it working fine which means this new code of prestshop is unstable let me see where the fault lies.

Link to comment
Share on other sites

  • 5 months later...
×
×
  • Create New...