I'm busy setting up a new store.
I click Add to cart, the items display in the Shopping cart. However, when I select Checkout, the cart is empty.
I can't understand why this should be happening.
I'm busy setting up a new store.
I click Add to cart, the items display in the Shopping cart. However, when I select Checkout, the cart is empty.
I can't understand why this should be happening.
This usually indicates there is some sort of problem with PHP sessions on your server. Does the cart clear when going to any page, or just to the checkout page?
Also, on some servers, going from http://yoursite.com to https://yoursite.com can also do this.
It clears when going to any page ... and all pages are currently http://
This is exactly the problem I'm having. Shopping cart clears when I want to checkout or when I go to any other page. Also, I cannot add multiple products, each added product erases the previous one.
My shopping cart is on a client site which I build on my server. All worked fine. I then moved site to the client sever (same hosting provider) and now I have this issue.
How come it works on my server but not on another server that's on the same hosting?
Is there a knwon fix for this issue?
I finally found the answer on the web somewhere else. It was a PHP Session issue on my server. I contacted my hosting provider and they fixed something on the php.ini file. All is working now!
You must log in to post.