I have a web site that I built using HTML and CSS.
I uploaded the site to the server and it works great except for the add to cart button.
I took the site down and put the old one back up because the shopping cart is not working.
The view cart and add to cart button both work locally. But once its uploaded the add to cart button does not work properly.
The add to cart button adds the item to the cart but does not redirect you to the shopping cart like it should. It just reloads the current page that you are on. The link for the view cart and shopping cart are the same. How do I fix this? Ive tried changing the link. Using href instead of a form..
Or a way to pop up a message saying that the item was added click here to continue to checkout or continue shopping?
Thank You,
Kaylar