{extends file='customer/page.tpl'} {block name='page_title'}
{l s='%number% on %date%' d='Shop.Theme.Customeraccount' sprintf=['%number%' => $return.return_number, '%date%' => $return.return_date]}
{l s='We have logged your return request.' d='Shop.Theme.Customeraccount'}
{l s='Your package must be returned to us within %number% days of receiving your order.' d='Shop.Theme.Customeraccount' sprintf=['%number%' => $configuration.number_of_days_for_return]}
{* [1][/1] is for a HTML tag. *} {l s='The current status of your merchandise return is: [1] %status% [/1]' d='Shop.Theme.Customeraccount' sprintf=[ '[1]' => '', '[/1]' => '', '%status%' => $return.state_name ] }
{l s='List of items to be returned:' d='Shop.Theme.Customeraccount'}
{l s='Product' d='Shop.Theme.Catalog'} | {l s='Quantity' d='Shop.Theme.Checkout'} |
---|---|
{$product.product_name}
{if $product.product_reference}
{l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference} {/if} {if $product.customizations} {foreach from=$product.customizations item="customization"} {/foreach} {/if} |
{$product.product_quantity} |
{l
s='All merchandise must be returned in its original packaging and in its original state.'
d='Shop.Theme.Customeraccount'
}
{* [1][/1] is for a HTML tag. *}
{l
s='Please print out the [1]returns form[/1] and include it with your package.'
d='Shop.Theme.Customeraccount'
sprintf=[
'[1]' => '',
'[/1]' => ''
]
}
{* [1][/1] is for a HTML tag. *}
{l
s='Please check the [1]returns form[/1] for the correct address.'
d='Shop.Theme.Customeraccount'
sprintf=[
'[1]' => '',
'[/1]' => ''
]
}
{l
s='When we receive your package, we will notify you by email. We will then begin processing order reimbursement.'
d='Shop.Theme.Customeraccount'
}
{l
s='Please let us know if you have any questions.'
d='Shop.Theme.Customeraccount'
}
{l
s='If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.'
d='Shop.Theme.Customeraccount'
}