We're having a bizarre issue with our checkout process. Lets say that: -
- User adds a few products to their basket
- Clicks to view basket and then removes these products Then uses the browsers <- back button to navigate to a previous product page
- Then they add another product to the basket, this causes the layout of the entire site to crumble, it's as if none of the code to load the menus or product listings is being fired off e.g.
I think it may be related to us using AJAX on the basket so i tried the suggestion posted here adding a hidden form element to the page which actually resolved the issue in chrome but in firefox the page gets stuck in an infinite loop,
Has anyone encountered similar issues with user navigating back to a previous state? I'm completely lost as to what to try next
Thanks for any help