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
[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]
orders_list_fore_html='';
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.
orders_list_aft_html='';
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.
The EKM system allows for some tags to be nested within other tags.