Speak to our experts today 0333 004 0333
Speak to one of our experts today
User Guides

EKM Tag: [ekm:sa_show_orders]

This tag is used to output the "View Orders" after a customer has logged in.

You must enable the "Customer Login" feature on your shop before this tag will output.

  • Tag Information
  • Nesting This Tag
Full Use
The advanced use of the tag allows you to specify your own HTML and layout for the securearea_login tag including showing additional fields

[ekm:sa_show_orders]
   orders_list_fore_html='';
   orders_list_aft_html='';
   order_fore_html='';
   order_aft_html='';
   table_style='';
   table_header_background_colour='';
   table_header_font_colour='';
   table_header_font_size='';
   table_header_style='';
   table_header_font_style='';
   table_row_font_style='';
   table_row_style='';
   table_row_alt_style='';
[/ekm:sa_show_orders]
                                
Tag Attributes
HTML Before Orders List
orders_list_fore_html='';

Specify any HTML you want to be output before the orders list.

Value
Description
{user defined}
Specify any HTML you want to be output before the orders list.

Within [ekm:tags] you would need to open and close them in the same way you would open and close HTML tags. However with attribute tags, like the ones below, they are self closing and work alone without any need to close them.

Value
Description
[loyaltypoints]
Outputs the amount of loyalty points awarded against the product.
[loyaltypoints-value]
Outputs the monetary value of the loyalty points awarded.
HTML After Orders List
orders_list_aft_html='';

Specify any HTML you want to be output after the orders list.

Value
Description
{user defined}
Specify any HTML you want to be output after the orders list.

Within [ekm:tags] you would need to open and close them in the same way you would open and close HTML tags. However with attribute tags, like the ones below, they are self closing and work alone without any need to close them.

Value
Description
[loyaltypoints]
Outputs the amount of loyalty points awarded against the product.
[loyaltypoints-value]
Outputs the monetary value of the loyalty points awarded.

The EKM system allows for some tags to be nested within other tags.

This tag cannot be nested within other tags