{if $order_info.returned_products}
{__("sku")} | {__("returned_product")} | {__("quantity")} | {__("subtotal")} |
---|---|---|---|
{$product.product_code} | {$product.product nofilter} {hook name="orders:product_details"} {if $product.product_options} {include file="common/options_info.tpl" product_options=$product.product_options} {/if} {/hook} | {$product.amount} | {if $product.extra.exclude_from_calculate}{__("free")}{else}{include file="common/price.tpl" value=$product.subtotal}{/if} |