Hi - I have a site http://www.porscheshop.co.uk/ for which the "Continue Shopping" button on the shopping cart page returns a customer to the sites home page as opposed to the previous page viewed.
I have looked at the layout code in the "Continue Shopping Button" template which shows
The code in CartManager.pl shows
...both of which appear to be correct.
Has anybody else got any ideas where else I should be looking?
I have looked at the layout code in the "Continue Shopping Button" template which shows
<input type="image" name="ACTION_CONTINUE" src="button_continue_button.gif" alt="<Actinic:Variable Name="ContinueButton"/>" />
my $sURL = $::Session->GetLastShopPage();
Has anybody else got any ideas where else I should be looking?
Comment