{intl l="Order details %ref" ref={$REF}}
{hook name="account-order.top" order={$order_id}} {* Infos *}- {intl l="REF"}
- {$REF}
- {intl l="Created"}
- {format_date date=$CREATE_DATE output="datetime"}
- {intl l="Status"}
- {loop type="order-status" name="order_status" id=$STATUS}{$TITLE}{/loop} {if $IS_PAID}
- {intl l="Invoice date"}
- {format_date date=$INVOICE_DATE output="date"} {if $INVOICE_REF}
- {intl l="Invoice REF"}
- {$INVOICE_REF} {/if}
- {intl l="PDF invoice"}
- {intl l="Download"} {/if} {if $DELIVERY_REF}
- {intl l="Delivery REF"}
- {$DELIVERY_REF} {/if}
- {intl l="Customer Number"}
- {loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}{$REF}{/loop} {hookblock name="account-order.information" order={$order_id} fields="title,value"} {forhook rel="account-order.information"}
- {$title}
- {$value} {/forhook} {/hookblock}
{intl l="Delivery Mode"}
{ifhook rel="account-order.delivery-information"} {hook name="account-order.delivery-information" module={$delivery_id} order={$order_id}} {/ifhook} {elsehook rel="account-order.delivery-information"}{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
{/elsehook}{intl l="Address"}
{ifhook rel="account-order.delivery-address"} {* delivery module can customize the delivery address *} {hook name="account-order.delivery-address" module={$delivery_id} order={$order_id}} {/ifhook} {elsehook rel="account-order.delivery-address"} {format_address order_address=$DELIVERY_ADDRESS} {/elsehook} {hook name="account-order.delivery-address-bottom" module={$delivery_id} order={$order_id}}{intl l="Billing Mode"}
{ifhook rel="account-order.invoice-information"} {hook name="account-order.invoice-information" module={$payment_id} order={$order_id}} {/ifhook} {elsehook rel="account-order.invoice-information"}{loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{if $TRANSACTION_REF}{intl l="Transaction REF : %ref" ref={$TRANSACTION_REF}}
{/if} {/elsehook}{intl l="Address"}
{ifhook rel="account-order.invoice-address"} {* payment module can customize the delivery address *} {hook name="account-order.invoice-address" module={$payment_id} order={$order_id}} {/ifhook} {elsehook rel="account-order.invoice-address"} {format_address order_address=$DELIVERY_ADDRESS} {/elsehook} {hook name="account-order.invoice-address-bottom" module={$payment_id} order={$order_id}}{intl l="Product Name"} {intl l="Name"} | {intl l="Unit Price"} {intl l="Price"} | {intl l="Unit Taxed Price"} {intl l="Taxed Price"} | {intl l="Quantity"} {intl l="Qty"} | {intl l="Total"} {intl l="Total"} |
---|---|---|---|---|
{hook name="account-order.products-top" order={$order_id}} | ||||
{$TITLE} {ifloop rel="combinations"}
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
{$ATTRIBUTE_TITLE} - {$ATTRIBUTE_AVAILABILITY_TITLE} |
{format_money number=$realPrice currency_id=$CURRENCY} |
{format_money number=$realTaxedPrice currency_id=$CURRENCY} |
{$QUANTITY} |
{format_money number=$realTotalPrice currency_id=$CURRENCY} |
{hook name="account-order.product-extra" order={$order_id} order_product={$ID} product={$PRODUCT_ID}} | ||||
{hook name="account-order.products-bottom" order={$order_id}} |
{intl l="Discount"} |
{format_money number=$DISCOUNT currency_id=$CURRENCY} |
{intl l="Total without tax"} |
{format_money number={$TOTAL_AMOUNT - $POSTAGE_UNTAXED} currency_id=$CURRENCY} |
{$name} |
{format_money number=$_price_taxe_ currency_id=$CURRENCY} |
{intl l="Total with tax"} |
{format_money number={$TOTAL_TAXED_AMOUNT - $POSTAGE} currency_id=$CURRENCY} |
{intl l="Postage"} |
{format_money number=$POSTAGE curency_id=$CURRENCY} |
{intl l="Total"} |
{format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY} |