{l s='RE#'}{$orderRet->id|string_format:"%06d"} {l s='on'} {dateFormat date=$order->date_add full=0}

{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:'}

{foreach from=$products item=product name=products} {assign var='quantityDisplayed' value=0} {foreach from=$returnedCustomizations item='customization' name=products} {if $customization.product_id == $product.product_id} {assign var='productId' value=$customization.product_id} {assign var='productAttributeId' value=$customization.product_attribute_id} {assign var='customizationId' value=$customization.id_customization} {foreach from=$customizedDatas.$productId.$productAttributeId.$customizationId.datas key='type' item='datas'} {/foreach} {assign var='quantityDisplayed' value=$quantityDisplayed+$customization.product_quantity} {/if} {/foreach} {if $product.product_quantity > $quantityDisplayed} {/if} {/foreach}
{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_}
    {foreach from=$datas item='data'}
  • WAHOU
  • {/foreach}
{elseif $type == $smarty.const._CUSTOMIZE_TEXTFIELD_}
    {counter start=0 print=false} {foreach from=$datas item='data'}
  • {l s='Text #'}{counter}{l s=':'} {$data.value}
  • {/foreach}
{/if}
{if $product.product_reference}{$product.product_reference|escape:'htmlall':'UTF-8'}{else}--{/if} {$product.product_name|escape:'htmlall':'UTF-8'} {$product.product_quantity|intval}
{if $orderRet->state == 2}

{l s='REMINDER:'}

- {l s='All products must be returned in their original packaging without damage or wear.'}
- {l s='Please print out the'} {l s='PDF document'} {l s='and slip it into your package.'}
- {l s='The package should be to the correct address'} ({l s='see PDF document'})

{l s='Upon receiving your package, we will inform you by e-mail and will then begin processing the reimbursement of your order total.'}

{l s='Let us know if you have any questions.'}

{l s='If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.'}

{elseif $orderRet->state == 1}

{l s='You must wait for our confirmation before returning merchandise to us.'}

{/if}