{l s='We have logged your return request.'}
{l s='We remind you that your package must be returned to us within'} {$nbdaysreturn} {l s='days of initially receiving your order.'}
{l s='Current status of your merchandise return:'} {$state_name|escape:'htmlall':'UTF-8'}
{l s='List of items marked as returned:'}
| {l s='Reference'} | {l s='Product'} | {l s='Quantity'} |
|---|---|---|
| {if $customization.reference}{$customization.reference|escape:'htmlall':'UTF-8'}{else}--{/if} | {$customization.name|escape:'htmlall':'UTF-8'} | {$customization.product_quantity|intval} |
{if $type == $smarty.const._CUSTOMIZE_FILE_}
|
||
| {if $product.product_reference}{$product.product_reference|escape:'htmlall':'UTF-8'}{else}--{/if} | {$product.product_name|escape:'htmlall':'UTF-8'} | {$product.product_quantity|intval} |
{l s='REMINDER:'}
{l s='If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.'}
{l s='You must wait for our confirmation before returning merchandise to us.'}
{/if}