105 lines
4.1 KiB
Smarty
105 lines
4.1 KiB
Smarty
|
{*
|
||
|
* 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 <contact@prestashop.com>
|
||
|
* @copyright 2007-2011 PrestaShop SA
|
||
|
* @version Release: $Revision: 9020 $
|
||
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||
|
* International Registered Trademark & Property of PrestaShop SA
|
||
|
*}
|
||
|
|
||
|
{if $PS_CATALOG_MODE}
|
||
|
{capture name=path}{l s='Your shopping cart'}{/capture}
|
||
|
{include file="$tpl_dir./breadcrumb.tpl"}
|
||
|
<h2 id="cart_title">{l s='Your shopping cart'}</h2>
|
||
|
<p class="warning">{l s='This store has not accepted your new order.'}</p>
|
||
|
{else}
|
||
|
<script type="text/javascript">
|
||
|
// <![CDATA[
|
||
|
var imgDir = '{$img_dir}';
|
||
|
var authenticationUrl = '{$link->getPageLink("authentication.php", true)}';
|
||
|
var orderOpcUrl = '{$link->getPageLink("order-opc.php", true)}';
|
||
|
var historyUrl = '{$link->getPageLink("history.php", true)}';
|
||
|
var guestTrackingUrl = '{$link->getPageLink("guest-tracking.php", true)}';
|
||
|
var addressUrl = '{$link->getPageLink("address.php", true)}';
|
||
|
var orderProcess = 'order-opc';
|
||
|
var guestCheckoutEnabled = {$PS_GUEST_CHECKOUT_ENABLED|intval};
|
||
|
var currencySign = '{$currencySign|html_entity_decode:2:"UTF-8"}';
|
||
|
var currencyRate = '{$currencyRate|floatval}';
|
||
|
var currencyFormat = '{$currencyFormat|intval}';
|
||
|
var currencyBlank = '{$currencyBlank|intval}';
|
||
|
var displayPrice = {$priceDisplay};
|
||
|
var taxEnabled = {$use_taxes};
|
||
|
var conditionEnabled = {$conditions|intval};
|
||
|
var countries = new Array();
|
||
|
var countriesNeedIDNumber = new Array();
|
||
|
var countriesNeedZipCode = new Array();
|
||
|
var vat_management = {$vat_management|intval};
|
||
|
|
||
|
var txtWithTax = "{l s='(tax incl.)'}";
|
||
|
var txtWithoutTax = "{l s='(tax excl.)'}";
|
||
|
var txtHasBeenSelected = "{l s='has been selected'}";
|
||
|
var txtNoCarrierIsSelected = "{l s='No carrier has been selected'}";
|
||
|
var txtNoCarrierIsNeeded = "{l s='No carrier is needed for this order'}";
|
||
|
var txtConditionsIsNotNeeded = "{l s='No terms of service must be accepted'}";
|
||
|
var txtTOSIsAccepted = "{l s='Terms of service is accepted'}";
|
||
|
var txtTOSIsNotAccepted = "{l s='Terms of service have not been accepted'}";
|
||
|
var txtThereis = "{l s='There is'}";
|
||
|
var txtErrors = "{l s='error(s)'}";
|
||
|
var txtDeliveryAddress = "{l s='Delivery address'}";
|
||
|
var txtInvoiceAddress = "{l s='Invoice address'}";
|
||
|
var txtModifyMyAddress = "{l s='Modify my address'}";
|
||
|
var txtInstantCheckout = "{l s='Instant checkout'}";
|
||
|
var errorCarrier = "{$errorCarrier}";
|
||
|
var errorTOS = "{$errorTOS}";
|
||
|
var checkedCarrier = "{if isset($checked)}{$checked}{else}0{/if}";
|
||
|
|
||
|
var addresses = new Array();
|
||
|
var isLogged = {$isLogged|intval};
|
||
|
var isGuest = {$isGuest|intval};
|
||
|
var isVirtualCart = {$isVirtualCart|intval};
|
||
|
var isPaymentStep = {$isPaymentStep|intval};
|
||
|
//]]>
|
||
|
</script>
|
||
|
{if $productNumber}
|
||
|
<!-- Shopping Cart -->
|
||
|
{include file="$tpl_dir./shopping-cart.tpl"}
|
||
|
<!-- End Shopping Cart -->
|
||
|
{if $isLogged AND !$isGuest}
|
||
|
{include file="$tpl_dir./order-address.tpl"}
|
||
|
{else}
|
||
|
<!-- Create account / Guest account / Login block -->
|
||
|
{include file="$tpl_dir./order-opc-new-account.tpl"}
|
||
|
<!-- END Create account / Guest account / Login block -->
|
||
|
{/if}
|
||
|
<!-- Carrier -->
|
||
|
{include file="$tpl_dir./order-carrier.tpl"}
|
||
|
<!-- END Carrier -->
|
||
|
|
||
|
<!-- Payment -->
|
||
|
{include file="$tpl_dir./order-payment.tpl"}
|
||
|
<!-- END Payment -->
|
||
|
{else}
|
||
|
{capture name=path}{l s='Your shopping cart'}{/capture}
|
||
|
{include file="$tpl_dir./breadcrumb.tpl"}
|
||
|
<h2>{l s='Your shopping cart'}</h2>
|
||
|
<p class="warning">{l s='Your shopping cart is empty.'}</p>
|
||
|
{/if}
|
||
|
{/if}
|