Announcement

Collapse
No announcement yet.

Hiding elements from registered users

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

    Hiding elements from registered users

    Hi,

    I want show some notes for Retail customers (not logged in), but hide them for registered users.

    I simply have a few text notes......

    Thanks,

    Bob

    #2
    Have you tried wrapping the code you want hiding from logged in customers in a Block if with a condition to test logged in == false


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      thanks for your reponse....

      I was trying something similar, but could not find a variable / condition to use to indicate a customer was not looged in.

      I could not find "logged in" as a variable / conditions -- are there any others that u are aware of?

      Comment


        #4
        Robert,

        You could wrap the text you want displayed to only your retail customers within the following tags...

        <Actinic:NOTINB2B>Text fro retail customers</Actinic:NOTINB2B>


        Kind regards,
        Bruce King
        SellerDeck

        Comment

        Working...
        X