{* * 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 $step!=0} {/if} {capture name=path}{l s='Your shopping cart'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}

[{l s='Mon panier'}]

{assign var="current_step" value="summary"} {include file="$tpl_dir./order-opc-steps.tpl"}

{l s='Livraison offerte à partir de 60€ d\'achats'}

{if isset($account_created)}

{l s='Your account has been created.'}

{/if} {include file="$tpl_dir./errors.tpl"} {if isset($empty)}

{l s='Your shopping cart is empty.'}

{elseif $PS_CATALOG_MODE}

{l s='This store has not accepted your new order.'}

{else}
{*if $use_taxes} {if $priceDisplay} {else} {/if} {else} {/if*} {*if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} {else} {if $use_taxes} {if $priceDisplay} {else} {/if} {else} {/if} {/if*} {foreach $products as $product} {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='odd' value=$product@iteration%2} {assign var='ignoreProductLast' value=isset($customizedDatas.$productId.$productAttributeId) || count($gift_products)} {* Display the product line *} {include file="./shopping-cart-product-line.tpl" productLast=$product@last productFirst=$product@first} {/if} {/foreach} {assign var='last_was_odd' value=$product@iteration%2} {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} {if sizeof($discounts)} {foreach $discounts as $discount} {/foreach} {/if}
{if $display_tax_label}{l s='Total products (tax excl.)'}{else}{l s='Total products'}{/if} {displayPrice price=$total_products}
{if $display_tax_label}{l s='Total products (tax incl.)'}{else}{l s='Total products'}{/if} {displayPrice price=$total_products_wt}
{l s='Total products'} {displayPrice price=$total_products}
{if $use_taxes} {if $display_tax_label}{l s='Total gift wrapping (tax incl.):'}{else}{l s='Total gift-wrapping cost:'}{/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='Shipping'} {l s='Free Shipping!'}
{if $display_tax_label} {if $use_taxes && $priceDisplay == 0} {l s='Total vouchers (tax incl.):'} {else} {l s='Total vouchers (tax excl.)'} {/if} {else} {l s='Total vouchers'} {/if} {if $use_taxes && $priceDisplay == 0} {assign var='total_discounts_negative' value=$total_discounts * -1} {else} {assign var='total_discounts_negative' value=$total_discounts_tax_exc * -1} {/if} {displayPrice price=$total_discounts_negative}
{l s='Total'} ({l s='Hors frais de livraison'}) {displayPrice price=$total_products}
{l s='Plus que'} {displayPrice price=60-$total_products_wt} {l s='pour bénéficier d\'une livraison gratuite en France'}*
{l s='Livraison offerte'}
{if $voucherAllowed} {if isset($errors_discount) && $errors_discount}
    {foreach $errors_discount as $k=>$error}
  • {$error|escape:'htmlall':'UTF-8'}
  • {/foreach}
{/if}
{if $displayVouchers}

{l s='Take advantage of our exclusive offers:'}

{foreach $displayVouchers as $voucher} {if $voucher.code != ''}{$voucher.code} - {/if}{$voucher.name}
{/foreach}
{/if} {/if}
{$discount.code} - {$discount.name} {if strlen($discount.code)}{l s='Delete'}{/if} {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if}
{if $show_option_allow_separate_package}

allow_seperated_package}checked="checked"{/if} />

{/if} {if !$opc} {if Configuration::get('PS_ALLOW_MULTISHIPPING')}

{/if} {/if}

[{l s='Mode de livraison'}]

{include file="./order-carrier-simple.tpl"}


* {l s='Délai et participation aux frais de livraison pour la France métropolitaine, Corse et Monaco uniquement.'}

{l s='En savoir plus'}

{if isset($echantillons) && $echantillons|@count>0}

[{l s='Sélectionnez'} 3 {l s='échantillons gratuits'}]

{include file="./order-opc-echantillons.tpl"}
{/if}
{l s='Total TTC'} {displayPrice price=$total_price}
{*
*}
{$HOOK_SHOPPING_CART}
{*
*}
{if !empty($HOOK_SHOPPING_CART_EXTRA)}
{$HOOK_SHOPPING_CART_EXTRA}
{/if} {/if}
{hook h='displayTopOrderRightColumn'} {include file="./order-opc-rightColumn.tpl"} }