{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| {l s='Product / Reference' d='Shop.Pdf' pdf='true'} | {l s='Qty' d='Shop.Pdf' pdf='true'} | {l s='Unit price' d='Shop.Pdf' pdf='true'} {if $tax_excluded_display}{l s='(Tax Excl.)' d='Shop.Pdf' pdf='true'}{else}{l s='(Tax Incl.)' d='Shop.Pdf' pdf='true'}{/if} |
{l s='Price' d='Shop.Pdf' pdf='true'} {if $tax_excluded_display}{l s='(Tax Excl.)' d='Shop.Pdf' pdf='true'}{else}{l s='(Tax Incl.)' d='Shop.Pdf' pdf='true'}{/if} |
|
|---|---|---|---|---|
| {l s='No details' d='Shop.Pdf' pdf='true'} | ||||
| {$order_detail.product_name} | {$order_detail.product_quantity} | {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl} {else} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_incl} {/if} | {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_excl} {else} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_incl} {/if} | |
|
({$customization.quantity}) | |||
| {$cart_rule.name} | {if $tax_excluded_display} + {$cart_rule.value_tax_excl} {else} + {$cart_rule.value} {/if} | |||