Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Go back to URL

Posted by: ApoMarn Jan 12 2017, 03:53 PM

Is it possible to store the URL of the previous page, and how would you use this with a button?

I have an online shop and when someone puts something in the cart it takes them to 'cart.php' and onward to checkout.

I have added a 'Continue shopping' button which takes the customer back a page. So far so good.

However as the customer goes through the various stages, the php page keeps refreshing itself and the 'continue shopping' button only takes them back one stage. If fact if they empty the cart and then click the button, they return to the page with something in the cart.

What I need is a button that contains the URL of the page they were on before cart.php.

Can someone help please.


Posted by: Christian J Jan 12 2017, 04:49 PM

Hard to say, since any solution needs to work with the existing store script. Doesn't the shopping cart already contain the URL of the page the added product was taken from?

QUOTE
If fact if they empty the cart and then click the button, they return to the page with something in the cart.

That sounds odd, like if the old page is cached in the user's browser (which it shouldn't be).

If you don't mind modifying the PHP scripts, you could perhaps add the most recent product page's URL as a querystring when the user goes to cart.php, like "cart.php?previouspage=productpage10.php". When the cart page is loaded, its PHP script might then generate a Continue Shopping button that when clicked will load "productpage10.php".


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)