{* * 2007-2015 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-2015 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 !isset($addresses_style)} {$addresses_style.company = 'address_company'} {$addresses_style.vat_number = 'address_company'} {$addresses_style.firstname = 'address_name'} {$addresses_style.lastname = 'address_name'} {$addresses_style.address1 = 'address_address1'} {$addresses_style.address2 = 'address_address2'} {$addresses_style.city = 'address_city'} {$addresses_style.country = 'address_country'} {$addresses_style.phone = 'address_phone'} {$addresses_style.phone_mobile = 'address_phone_mobile'} {$addresses_style.alias = 'address_title'} {/if} {assign var='have_non_virtual_products' value=false} {foreach $products as $product} {if $product.is_virtual == 0} {assign var='have_non_virtual_products' value=true} {break} {/if} {/foreach} {addJsDefL name=txtProduct}{l s='Product' js=1}{/addJsDefL} {addJsDefL name=txtProducts}{l s='Products' js=1}{/addJsDefL} {capture name=path}{l s='Your shopping cart'}{/capture} {if $productNumber == 0}

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

{elseif $PS_CATALOG_MODE}

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

{else}

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

{l s='Payment Options'}

{assign var='adv_payment_empty' value=true} {foreach from=$HOOK_ADVANCED_PAYMENT item=pay_option key=key} {if $pay_option} {assign var='adv_payment_empty' value=false} {/if} {/foreach} {if $HOOK_ADVANCED_PAYMENT && !$adv_payment_empty} {foreach $HOOK_ADVANCED_PAYMENT as $advanced_payment_opt_list} {foreach $advanced_payment_opt_list as $paymentOption}

{$paymentOption->getCallToActionText()}

{if $paymentOption->getForm()} {$paymentOption->getForm()} {else}
{if $paymentOption->getInputs()} {foreach from=$paymentOption->getInputs() item=value key=name} {/foreach} {/if}
{/if}
{/foreach} {/foreach}
{else}

{l s='Unable to find any available payment option for your cart. Please contact us if the problem persists'}

{/if}
{if $opc} {include file="$tpl_dir./order-carrier-advanced.tpl"} {/if} {if $is_logged AND !$is_guest} {include file="$tpl_dir./order-address-advanced.tpl"} {elseif $opc} {include file="$tpl_dir./order-opc-new-account-advanced.tpl"} {/if} {if $conditions AND $cms_id} {if $override_tos_display } {$override_tos_display} {else}

{l s='Terms and Conditions'}

{l s='(Read the Terms of Service)'}

{/if} {/if} {include file="$tpl_dir./shopping-cart-advanced.tpl"} {/if}