Implemented FireFox and 'Continue Shopping' issue

More
2 years 8 months ago #1699 by Ruud van Lent
FireFox and 'Continue Shopping' issue was created by Ruud van Lent
in one of the latest version of FF the implemented caching of forms on both back / forward functionality in the browser. This resulted in the following issue:
when in the checkout form and you click 'Continue Shopping' before you are redirected, FireFox will store the checkout page including all form fields in cache.

When you now press the 'back' button, you are taken back to the checkout page. This page is NOT regenerated but taken from the cache, this means that the set form action is to continue and not to checkout when you click the 'Proceed to Payment' button.

This is a FireFox specific browser 'feature' / issue.

I have now implemented a JS method that will 'reset' the form action to the correct one, overwritting the action set in the form (which is normally set serverside)
The topic has been locked.