- Edit 'CartManager.pl' in your site directory.
- Locate 'sub ContinueShopping'
- A few lines down you will see...
my $sURL = $::Session->GetLastShopPage();
- Comment out this line and add a new line so that it reads...
# my $sURL = $::Session->GetLastShopPage();
my $sURL = "TargetPage";
Where TargetPage is the URL of the page to be displayed.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
- Locate 'sub ContinueShopping'
- A few lines down you will see...
my $sURL = $::Session->GetLastShopPage();
- Comment out this line and add a new line so that it reads...
# my $sURL = $::Session->GetLastShopPage();
my $sURL = "TargetPage";
Where TargetPage is the URL of the page to be displayed.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.