{* * 2007-2013 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-2013 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 !$opc} {/if} {capture name=path}{l s='Mon paiement'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}

[{l s='Mon paiement'}]

{assign var="current_step" value="payment"} {include file="$tpl_dir./order-opc-steps.tpl"}
{include file="$tpl_dir./errors.tpl"} {if $HOOK_PAYMENT}
{$HOOK_PAYMENT}
{else}

{l s='No payment modules have been installed.'}

{/if}
{$HOOK_TOP_PAYMENT}

{l s='Récapitulatif'}

{l s='Panier'}

{if !$virtualCart} {if $echantillons && $echantillons_selected|@count>0} {else} {/if} {if $carrier} {/if} {/if} {foreach from=$products item=product name=productLoop} {if $product.id_category_default!=12} {assign var='productId' value=$product.id_product} {assign var='productAttributeId' value=$product.id_product_attribute} {assign var='quantityDisplayed' value=0} {assign var='cannotModify' value=1} {assign var='odd' value=$product@iteration%2} {assign var='noDeleteButton' value=1} {* Display the product line *} {include file="$tpl_dir./shopping-cart-product-line-step3.tpl"} {/if} {/foreach} {foreach $gift_products as $product} {assign var='productId' value=$product.id_product} {assign var='productAttributeId' value=$product.id_product_attribute} {assign var='quantityDisplayed' value=0} {assign var='odd' value=($product@iteration+$last_was_odd)%2} {assign var='ignoreProductLast' value=isset($customizedDatas.$productId.$productAttributeId)} {assign var='cannotModify' value=1} {* Display the gift product line *} {include file="./shopping-cart-product-line.tpl" productLast=$product@last productFirst=$product@first} {/foreach}

{l s='Total vouchers'}

{if $use_taxes} {if $priceDisplay} {displayPrice price=$total_discounts_tax_exc*-1} {else} {displayPrice price=$total_discounts*-1} {/if} {else} {displayPrice price=$total_discounts_tax_exc*-1} {/if}

{if $use_taxes} {if $priceDisplay} {if $display_tax_label}{l s='Total gift wrapping (tax excl.):'}{else}{l s='Total gift wrapping cost:'}{/if} {else} {if $display_tax_label}{l s='Total gift wrapping (tax incl.)'}{else}{l s='Total gift wrapping cost:'}{/if} {/if} {else} {l s='Total gift wrapping cost:'} {/if}

{if $use_taxes} {if $priceDisplay} {displayPrice price=$total_wrapping_tax_exc} {else} {displayPrice price=$total_wrapping} {/if} {else} {displayPrice price=$total_wrapping_tax_exc} {/if}

{l s='Echantillons'}

{assign var=compteur value=0}

{foreach from=$echantillons item=echantillon}{if IN_ARRAY($echantillon.id_product,$echantillons_selected)}{if $compteur>0}, {/if}{$echantillon.name}{assign var=compteur value=1}{/if} {/foreach}

{l s='Echantillons'}


{l s='Vous n\'avez pas sélectionné vos échantillons gratuits'}

{l s='Je choisis mes échantillons'}

{$carrier->name} : {convertPrice price=$total_shipping}

{if $carrier->delay!=""}

{l s='Livraison de votre commande'} {$carrier->delay}

{/if}

{l s='NOTEZ BIEN'}


{l s='Si vous avez choisi une livraison hors France Métropolitaine et hors UE, et en fonction des lois de votre pays de destination, votre colis peut être soumis à des taxes locales à son arrivée.'}

{l s='Modifier'}

{l s='TOTAL'}

{l s='DONT TVA 19.6%'}

{displayPrice price=$total_price} {displayPrice price=$total_tax}

{l s='Adresse de livraison'}

    {if isset($carrier_module_call)} {$carrier_module_call} {else}
  • {$delivery->firstname} {$delivery->lastname}
  • {$delivery->address1}
  • {if $delivery->address2}
  • {$delivery->address2}
  • {/if}
  • {$delivery->postcode} {$delivery->city}
  • {$delivery->country }
  • {/if}

{l s='Adresse de facturation'}

  • {$invoice->firstname} {$invoice->lastname}
  • {$invoice->address1}
  • {if $invoice->address2}
  • {$invoice->address2}
  • {/if}
  • {$invoice->postcode} {$invoice->city}
  • {$invoice->country }

{l s='Emballage cadeau :'} {if $cart->gift==0}{l s='Non'}{else}{l s='Oui'}{/if}

{if $cart->gift_message}

{l s='votre message personnalisé :'}

{$cart->gift_message}

{/if}

{l s='Modifier'}