Hi guys,
I have a script in an iframe.
When someone clicks "add to cart" in this iframe, the user is directed to a script that processes some data, and then uses that data to add an item to cart.
SO here is the flow:
User clicks add to cart
User is trasfered to a processing.php page
One the processing page finishes, it transfers ths user to cart.php
What happens is when the user is transfered to the cart.php, if they click on the back button, it sends them back to the processing page, adding another item to their cart.
What trick can I do (i tried to think of everything) to have the user be able to hit the back button and go to the catalog (the page where they see the "add to cart" button) so they can keep shopping?
Thanks for your help!