Announcement

Collapse
No announcement yet.

an I change the destination of the 'Continue Shopping' button on the 'view cart' page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    an I change the destination of the 'Continue Shopping' button on the 'view cart' page

    This section will show you how to change the URL for ‘Continue Shopping’ on the ‘View Cart’ page.

    Locate 'CartManager.pl' within your 'Site1' folder and open it in 'Notepad' for editing.

    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.

    Then save the file and upload the store.

    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.
Working...
X