Announcement

Collapse
No announcement yet.

Destination for "Your shopping cart is empty..."

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

    Destination for "Your shopping cart is empty..."

    Is there any way to change the destination for the page that reads...

    "Your shopping cart is empty. Return to the catalog and add an item to your shopping cart before continuing"

    ... to anything other than the page that you were previously on?

    Also, the usual link to the top level of the catalog (in this case http://www.yourschooluniform.com/cgi...html&NOLOGIN=1) doesn't work when I apply the link to the word 'catalog' in the above message - is this because the page is generated by a Perl script? Is there any way of making the link work without getting 'logged out' of the store by simply using the link http://www.yourschooluniform.com/acatalog.index.html?

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    #2
    Hi there,

    Is there any way to change the destination for the page that reads..."Your shopping cart is empty. Return to the catalog and add an item to your shopping cart before continuing" ... to anything other than the page that you were previously on?
    In Actinic, go to 'Design | Text', click 'Go to' and enter Phase '-1' and ID '44'.

    Replace

    'Your shopping cart is empty. Return to the catalog and add an item to your shopping cart before continuing.'

    with

    Code:
    <META HTTP-EQUIV="refresh" CONTENT="0; URL='http://www.actinic.co.uk'">
        <P>'Your shopping cart is empty.  Return to the catalog and add an item to your shopping cart before continuing or click 
        <A HREF="http://www.actinic.co.uk">here</A>.
    Also, the usual link to the top level of the catalog (in this case http://www.yourschooluniform.com/cgi...html&NOLOGIN=1) doesn't work when I apply the link to the word 'catalog' in the above message - is this because the page is generated by a Perl script? Is there any way of making the link work without getting 'logged out' of the store by simply using the link http://www.yourschooluniform.com/acatalog.index.html?
    As they are run by perl scipts, this cannot be done. Also, this may be a security issue, if one can access your store from a link, without actually entering the Username and Password.

    Hope this helps.
    Cheers,
    Suresh Babu G

    Comment


      #3
      Excellent, Suresh, many thanks for your help.

      Malcolm
      ¤ The world wide web needn't cost the earth
      ¤ ARTISAN INTERNET LTD
      ¤ www.artinet.co.uk

      Comment


        #4
        I tried to implement this solution and couldnt get it to work!

        There is still a refresh at the top of this page going to the last page of the site I visited - therefore the refresh contained in the peice of code does not work.

        Also there is another link UNDER this code which redirects also to the last page of the site.

        Is there anyway to just genereate the code provided above and nothing else? If I could - I could get it to work

        Cheers

        Comment


          #5
          Looks like it works usingMozilla Firefox - however it doesn't properly redirect using explorer... the meta tag refresh must work different.

          Comment


            #6
            Hi there

            Yeah i get the same issue as you, tested in Firefox 1.0 and IE 6.0.2.8 . I will query this with our development team.

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              Hi Stuart

              Regarding this issue, please could you tell me what version are you running, 7.0.1 or 7.0.2?

              Kind Regards
              Nadeem Rasool
              SellerDeck Development

              Comment

              Working...
              X