| {$wa->shop->orderId($o.id)} | {$o.create_datetime|wa_date:'humandate'} |
{if isset($o.items)}
{foreach $o.items as $i}
{$i.name|escape} x {$i.quantity} {/foreach} {/if} |
{* !!! TODO: shipping icon *} {if $o.shipping_name} {$o.shipping_name} {else} [`Shipping option not specified`] {/if} | {* !!! TODO: payment icon *} {if $o.payment_name} {$o.payment_name} {else} [`Payment option not specified`] {/if} | {$o.total_formatted} |
| [`Credit`] | [`Debit`] | [`Balance`] | ||
|---|---|---|---|---|
| {$h.create_datetime|wa_date:'humandatetime'} | {if $h.order_id} [`Order`] {$wa->shop->orderId($h.order_id)} {/if} {if $h.comment} {$h.comment|escape} {/if} | {if $h.amount > 0} {$h.amount|wa_format_number:false} {/if} | {if $h.amount < 0} {abs($h.amount)|wa_format_number:false} {/if} | {$h.balance|wa_format_number:false} |
| [`This customer has no affiliate history yet.`] |
{sprintf('[`%s did not post any product reviews in your storefront yet.`]',$contact.name|escape)}
*} {* @event backend_customer.%plugin_id%.info_section *} {if !empty($backend_customer)}{foreach $backend_customer as $_}{ifset($_.info_section)}{/foreach}{/if}