Announcement

Collapse
No announcement yet.

Logout URL

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

    Logout URL

    Hi,

    This should be simple enough, but I'm having problems replacing <Actinic:Logout_Simple/> with a hardcoded URL.

    I have been using variants of the following format:

    <a href="http://www.url.com/cgi-bin/ss000001.pl?ACTION=LOGOUT">Logout</a>

    But when I click on this link I receive the following error:

    "Missing text search join mode. Please specify AND or OR."

    Where am I going wrong?

    DB

    #2
    I'm actually trying to replace a logout link with a graphic, but maintain <Actinic:Logout_Simple/> as a text link throughout the site.

    It's causing a few problems and I can't see anything in the design guides or KB that touches on this. The only point of reference I have is on this forum, where <a href="http://www.url.com/cgi-bin/ss000001.pl?ACTION=LOGOUT">Logout</a> was suggested as the format to use.

    But no joy. Help anyone?

    Comment


      #3
      Apologies for bumping this but the thread has attracted no attention, and I'm sure the answer is quite simple.

      I just can't see it - driving me nuts.

      So...

      bumpety bump

      Comment


        #4
        Hi there

        It should be

        Code:
        <a href="http://www.url.com/cgi-bin/bb000001.pl?ACTION=LOGOUT">Logout</a>
        SSxxxxx.pl script is for searching, while the bbxxxxx.pl is for customer accounts.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Doh! Can't believe I didn't see that.

          I'll go and lock myself in the stupid stocks... Nadeem, you get first throw of the rotten vegetables.

          Thanks

          Comment


            #6
            No Referrer?

            Time for another silly question...

            I used Nadeem's link format as advised and it works as expected. However, when I view basket or checkout, the following text is appended to the logout url:

            &REFPAGE=http%3a%2f%2fwww%2url%2ecom%2fcgi-bin%2fbb000001%2epl%3fPRODUCTPAGE%3dwebpage%2ehtml

            Unfortunately I have a graphic in place of a text link for logout, thus the link text above actually sits next to the graphic - out of style and breaking layout. This is the code:

            <div id="rightbox">
            <Actinic:NOTINB2B><a href="http://www.url.com/cgi-bin/ss000001.pl?SECTIONID=webpage1.html"><img src="login.jpg" alt="Login" width="125" height="70" /></a></Actinic:NOTINB2B>
            <Actinic:NOTINB2B><div class="hiddenlink"></Actinic:NOTINB2B>
            <Actinic:SHOWFORPRICESCHEDULE Schedules="2,3,4" HTML="<A HREF=http://www.url.com/cgi-bin/bb000001.pl?ACTION=LOGOUT><img src="logout.jpg" alt="Logout" width="125" height="70"/>"/>
            <Actinic:NOTINB2B></div></Actinic:NOTINB2B>
            ...</div>

            What I would like to know is why the extra bit of "referrer link" text is generated at all, because I have a simple text logout elsewhere on that page which functions perfectly (and does not attract the unwanted code):

            <li>
            <Actinic:NOTINB2B><a href="http://www.url.com/cgi-bin/ss000001.pl?SECTIONID=webpage1.html">login</a></Actinic:NOTINB2B><Actinic:LOGOUT_SIMPLE/>
            </li>

            ... and what I would really like to know is how to get rid of it!

            Help!

            DB

            Comment


              #7
              Hi there

              I would think you cannot do this, as when you are checking out, actinic needs the referrer information, because if the user clicks on cancel, then you are referred back to the product page.

              I will ask development if this can be done

              Kind Regards
              Last edited by Nadeem; 05-Nov-2004, 01:19 PM. Reason: Putting in more information
              Nadeem Rasool
              SellerDeck Development

              Comment


                #8
                Nadeem,

                Thanks for your reply.

                I hope Development can come up with a workaround for this, would be appreciated. It's actually only required for the graphic logout - there is a text logout top right of screen.

                Incidentally, in the checkout and cart source code, the top right logout link does not have the referrer text appended to it - yet the graphic link does. Strange, I think.

                DB

                Comment


                  #9
                  Any luck with this?

                  Comment


                    #10
                    Hi there

                    It looks like this will be taken out for the upcoming release of 7.0.3, but i have not seen any workaround for either 7.0.1 or 7.0.2 yet.

                    Kind Regards
                    Nadeem Rasool
                    SellerDeck Development

                    Comment


                      #11
                      Hi there

                      By the way, Can we see this issue on a website, please could your provide us with a url of where the error is

                      Kind Regards
                      Nadeem Rasool
                      SellerDeck Development

                      Comment

                      Working...
                      X