selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Customer logged in

ekmTags: [ekm:customer_logged_in]

This tag outputs text depending on whether a visitor is logged into the site or not.

Full Tag
[ekm:customer_logged_in]

  logged_in='You are currently logged in';
  logged_out='You are currently not logged in';

[/ekm:customer_logged_in] 


Example Output

You are currently logged in


logged_in
This is output when the customer is logged in.
Possible Values
User Defined

Any HTML or plain text. You can also use the following attributes...


[customer-name]
Outputs the name of the logged in customer

[view-orders]
Outputs a link that can be clicked to view orders

[view-orders-url]
Outputs a raw URL to the view orders page

[logout]
Outputs a link that can be clicked to logout

[logout-url]
Outputs a raw URL to the logout page


logged_out
This is output when the customer is logged out.
Possible Values
User Defined Any HTML or plain text.


« Back