| {intl l="Page"} [[page_cu]]/[[page_nb]] |
{config key="store_name"}{intl l="invoice"} {$INVOICE_REF}
|
|
| {intl l="Product"} | {intl l="Unit. price"} | {intl l="Tax"} | {intl l="Unit taxed price"} | {intl l="Quantity"} | {intl l="Taxed total"} |
|---|---|---|---|---|---|
|
{$TITLE}
{ifloop rel="combinations"}
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
{$ATTRIBUTE_TITLE} - {$ATTRIBUTE_AVAILABILITY_TITLE} {/loop} {/ifloop} |
{$orderCurrency} {$realPrice} | {$orderCurrency} {$realTax} | {$orderCurrency} {$realTaxedPrice} | {$QUANTITY} | {$orderCurrency} {$realTaxedPrice * $QUANTITY} |
|
|