{* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *}
 
{if !empty($invoice_address)}
{l s='Delivery Address' pdf='true'}
{$delivery_address}
{l s='Billing Address' pdf='true'}
{$invoice_address}
{else}
{l s='Billing & Delivery Address' pdf='true'}
{$delivery_address}
{/if}
 
{l s='We have logged your return request.' pdf='true'}
{l s='Your package must be returned to us within' pdf='true'} {$return_nb_days} {l s='days of receiving your order.' pdf='true'}
{l s='Return Number:' pdf='true'}
{'%06d'|sprintf:$order_return->id}

{l s='Date:' pdf='true'}
{dateFormat date=$order_return->date_add full=0}

{foreach $products as $product} {cycle values='#FFF,#DDD' assign=bgcolor} {/foreach}
{l s='ITEMS TO BE RETURNED' pdf='true'} {l s='REFERENCE' pdf='true'} {l s='QTY' pdf='true'}
{$product.product_name} {if empty($product.product_reference)} --- {else} {$product.product_reference} {/if} {$product.product_quantity}
{l s='If the following conditions are not respected we reserve the rights to refuse your package and/or reimbursement:' pdf='true'}
  • {l s='Please include this number return reference on your return package:' pdf='true'} {$order_return->id}
  • {l s='All products must be returned in their original package without damage or wear.' pdf='true'}
  • {l s='Please print out this document and slip it into your package.' pdf='true'}
  • {l s='The package should be sent to the following address:' pdf='true'}
{$shop_address}

{l s='Upon receiving your package, we will notify you by e-mail. We will then begin processing the reimbursement of your order total. Let us know if you have any questions' pdf='true'}
{if isset($HOOK_DISPLAY_PDF)}
 
{$HOOK_DISPLAY_PDF}
{/if}