{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| {l s='Reference' d='Shop.Pdf' pdf='true'} | {l s='Product' d='Shop.Pdf' pdf='true'} | {l s='Qty' d='Shop.Pdf' pdf='true'} | ||||
|---|---|---|---|---|---|---|
| {if empty($order_detail.product_reference)} --- {else} {$order_detail.product_reference} {/if} |
{if $display_product_images}
|
{$order_detail.product_quantity-$order_detail.product_quantity_refunded} | ||||
{if isset($customization.datas[Product::CUSTOMIZE_TEXTFIELD]) && count($customization.datas[Product::CUSTOMIZE_TEXTFIELD]) > 0}
|
({if $customization.quantity == 0}1{else}{$customization.quantity-$order_detail.product_quantity_refunded}{/if}) |