Welcome Guest, Not a member yet? Register   Sign In
Button to fetch user back to their previous URL instead of clicking on the browser Back button
#4

[eluser]WanWizard[/eluser]
Save $_SERVER['HTTP_REFERER'] in the session when a user requests the cart contents or presses on "checkout".

When the "continue shopping" button is pressed, check if you have this session variable, and if so, if it's a URL from your site (to prevent redirects to other sites), and if so, redirect() to it.


Messages In This Thread
Button to fetch user back to their previous URL instead of clicking on the browser Back button - by El Forum - 03-21-2011, 04:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB