{* * 2007-2011 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-2011 PrestaShop SA * @version Release: $Revision: 8088 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {capture name=path}{l s='Order confirmation'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}

{l s='Order confirmation'}

{include file="$tpl_dir./errors.tpl"} {if $order->valid}

{l s='Hello'} {$customer->firstname},


{l s='You just order on Bébé boutik and we thank you in'}


{l s='The tracking number will be emailed upon shipment of the package'}


{l s='You can download your invoice in your account, on'} "{l s='Order History'}"

{l s='Sponsor & Win 10€'}

{l s='Sponsor more friends'}

{l s='Details of your order'}

{foreach from=$products item=details} {foreach $details.products as $product} {/foreach} {/foreach} {if $order->total_discounts != 0} {/if}

{$details.title}

{$product.product_name} {l s='Quantity'} {$product.product_quantity}
{l s='Unit Price'} {displayPrice price=$product.product_price_wt}
{assign var='total' value=$product.product_price_wt * $product.product_quantity} {displayPrice price=$total}
{l s='Total products'} {displayPrice price=$order->total_products_wt}
{l s='Total discounts'} {displayPrice price=$order->total_discounts}
{l s='Total delivery'} {displayPrice price=$order->total_shipping}
{l s='Total'} {displayPrice price=$order->total_paid_real}
  • {l s='Delivery Address'}
  • {$address_delivery->lastname} {$address_delivery->firstname}
  • {$address_delivery->address1}
    {$address_delivery->address2}
  • {if $address_delivery->postcode}{$address_delivery->postcode} {/if}{$address_delivery->city}
  • {$address_delivery->country}
  • {l s='Invoice Address'}
  • {$address_invoice->lastname} {$address_invoice->firstname}
  • {$address_invoice->address1}
    {$address_invoice->address2}
  • {if $address_invoice->postcode}{$address_invoice->postcode} {/if}{$address_invoice->city}
  • {$address_invoice->country}

{l s='Need help ?'}

{/if} {$HOOK_ORDER_CONFIRMATION} {$HOOK_PAYMENT_RETURN}
{if $is_guest}

{l s='Your order ID is:'} {$id_order_formatted} . {l s='Your order ID has been sent to your e-mail.'}

{else} {/if}