Announcement

Collapse
No announcement yet.

checkout bounce page

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

    checkout bounce page

    hi,

    Is there anyway of change the page that you are redirected to if your cart is empty and the customer has press the checkout button? i.e a help page

    Many Thanks

    Jay Cee

    #2
    Hi Jay,

    I have asked the development team about this as I think it will involve change the perl scripts. I will let you know if it can be done when I hear back from them.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Hi,

      I've just worked it out.
      Edit OrderScript.pl
      Search for 'sub ValidateStart'

      You Should see..
      $sLocalPage = $::Session->GetLastShopPage();

      Replace the above with...

      # $sLocalPage = $::Session->GetLastShopPage();
      $sLocalPage = "Your url";

      In the above replace 'Your url' with the required url

      Save, exit and update the site

      Jay Cee

      Comment


        #4
        Hi Jay,

        Well done, your knowledge of perl is definitely better than mine
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X