Announcement

Collapse
No announcement yet.

Unsuccessful Login Bounce Page

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

    Unsuccessful Login Bounce Page

    Is there a way of Killing the Bounce Page in v8?

    I've found this article which applies to v7 but haven't tried it yet.

    http://community.actinic.com/showthread.php?t=15063

    At the moment the bounce page displays all of the store sections / nav bar which I don't want the customer to see until they're logged in. I've set all of the sections to "bounce" customers out if they aren't logged in but I want the store to be completely hidden.

    #2
    Hi,

    At the moment the bounce page displays all of the store sections / nav bar which I don't want the customer to see until they're logged in
    You can hide design elements from unregistered customers by surrounding the code with:

    <Actinic:NOTINB2B><!--</Actinic:NOTINB2B>

    and

    <Actinic:NOTINB2B>--></Actinic:NOTINB2B>

    Note that you have to have the HTML uncompacted for this to work (Design | Design Options | untick 'Compact HTML/CGI').
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X