I'm using Magento 1.6.2, with quite a bit of customization - including a heavily modified shopping cart template.
I'm having issues when a user clicks the browser's 'back' button, after adding an item to the shopping cart. I'm only able to reproduce this issue using Firefox. Chrome and IE work fine.
Steps to reproduce.
- Open a specific product page, click 'add to cart'.
- You are forwarded to the shopping cart/preview page.
- Use the browsers 'back' button to return to the product view.
- The 'Add to cart' button is now completely nonfunctional. On products with custom required options, validation is not run. Really, nothing happens at all.
- Return to the product catalog. Locate and return to the same item used previously.
- Click 'Add to cart'. Everything works properly - you are redirected to the shopping cart, with an updated QTY.
I have no idea where to begin. Anyone have any ideas?
Production/live site: http://myerstownsheds.com/ 'Request Quote' is actually the 'add to cart' button, we're not selling anything yet.