Hi
I know that if I want to change the target of the "Continue Shopping" button of the view cart page I can open CartManager.pl and modify the line
my $sURL = $::Session->GetLastShopPage();
However, what I would like to do is modify a template so that any product using that template does not 'register' as the last shop page. Is that possible?
Many thanks
I know that if I want to change the target of the "Continue Shopping" button of the view cart page I can open CartManager.pl and modify the line
my $sURL = $::Session->GetLastShopPage();
However, what I would like to do is modify a template so that any product using that template does not 'register' as the last shop page. Is that possible?
Many thanks
Comment