Conditional Visibility
Show/hide elements only for logged-in users.
You can show/hide elements only for logged-in users.
Warning
Is just a CSS solution, do not use it to “hide” sensitive data.
User is logged in
To show up an element only to logged in users, you just have to use the following custom attribute:
Name
customer-conditionValue
logged-inUser is not logged in
To show up an element only to users that are not logged in, you just have to use the following custom attribute:
Name
customer-conditionValue
not-logged-inUser is subscribed
To show up an element only to subscribed users, you just have to use the following custom attribute:
Name
customer-conditionValue
email-subscribedUser is not subscribed
To show up an element only to not subscribed users, you just have to use the following
Name
customer-conditionValue
email-not-subscribed