Announcement

Collapse
No announcement yet.

Is there any way to change the page that the logout link takes the customer to? It...

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

    Is there any way to change the page that the logout link takes the customer to? It...

    Is there any way to change the page that the logout link takes the customer to? It currently directs to 'acatalog/index.html'

    In your '<Site>' folder, edit 'AccountsScript.pl' using a text editor such as notepad and search for:

    CAccPrintPageWithOptionalHighlight($sHTML, undef, $::FALSE);

    Add the following lines just before the above line:

    #
    # Generate redirect page
    #
    $sHTML = "<HTML><HEAD><META HTTP-EQUIV=\"refresh\" CONTENT=\"0;
    URL=http://www.domain.co.uk/\"></HEAD><BODY></BODY></HTML>";

    Obviously replacing http://www.domain.co.uk/ with your own custom URL.

    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, replace the script you have changed and upload to you site. If you have a test facility, we strongly recommend that you test any changes before you upload them to your live site.
Working...
X