Sa show orders
ekmTags: [ekm:sa_show_orders]
Displays a list of orders once a previous Customer has logged in (Only to be used on the Customer Secure Area page).
| Example Usage | |
[ekm:sa_show_orders] ' HTML entered here will be appended prior to the Orders List ' (i.e. '<strong>Your previous orders</strong><br><br>') orders_list_fore_html=; ' HTML entered here will be appended after the Orders List ' (i.e. '<strong>Previous orders above</strong><br><br>') orders_list_aft_html=; ' Any html entered here will be appended prior to the Order View ' (i.e. '<strong>Below is your order</strong><br><br>') order_fore_html=; ' Any html entered here will be appended after the Order View ' (i.e. '<strong>Below is your order</strong><br><br>') order_aft_html=; ' Style for the whole table ' Defaults to color: #FFFFFF; table_style=; ' Background colour of the Orders Titles ' Defaults to #AAAAAA table_header_background_colour=; ' Font colour of the Orders Titles ' Defaults to #000000 table_header_font_colour=; ' Font size of the Orders Titles ' Defaults to 2 table_header_font_size=; ' Table header css styling ' Entering css style values here will overwrite any ' table header values above ' (i.e. 'background: #FF0000;') table_header_style=; ' Table header font css styling ' (i.e. 'color:#000000; font-size: 14px; font-weight: bold;') table_header_font_style=; ' Row Font css styling ' (i.e. 'color:#993300; font-size: 12px;') table_row_font_style=; ' Row css styling ' (i.e. 'background:#FFFFFF;') table_row_style=; ' Alternating row css styling ' (i.e. 'background:#EFEFEF;') table_row_alt_style=; [/ekm:sa_show_orders] | |
| Example Output | |
| |



