2016-01-04 12:48:08 +01:00
|
|
|
{*
|
|
|
|
* 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: 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='Your shopping cart'}{/capture}
|
|
|
|
{include file="$tpl_dir./breadcrumb.tpl"}
|
|
|
|
|
|
|
|
{assign var='current_step' value='summary'}
|
|
|
|
<div id="title_block"><h1>{l s='Summary of your order'}</h1></div>
|
|
|
|
{include file="$tpl_dir./order-steps.tpl"}
|
|
|
|
<h1 id="cart_title">{l s='Shopping cart summary'}</h1>
|
|
|
|
|
|
|
|
{include file="$tpl_dir./errors.tpl"}
|
|
|
|
|
|
|
|
{if isset($empty)}
|
|
|
|
<p class="warning">{l s='Your shopping cart is empty.'}</p>
|
|
|
|
{elseif $PS_CATALOG_MODE}
|
|
|
|
<p class="warning">{l s='This store has not accepted your new order.'}</p>
|
|
|
|
{else}
|
|
|
|
<script type="text/javascript">
|
|
|
|
// <![CDATA[
|
|
|
|
var currencySign = '{$currencySign|html_entity_decode:2:"UTF-8"}';
|
|
|
|
var currencyRate = '{$currencyRate|floatval}';
|
|
|
|
var currencyFormat = '{$currencyFormat|intval}';
|
|
|
|
var currencyBlank = '{$currencyBlank|intval}';
|
|
|
|
var txtProduct = "{l s='product'}";
|
|
|
|
var txtProducts = "{l s='products'}";
|
|
|
|
// ]]>
|
|
|
|
</script>
|
|
|
|
<p style="display:none" id="emptyCartWarning" class="warning">{l s='Your shopping cart is empty.'}</p>
|
|
|
|
{*{if isset($lastProductAdded) AND $lastProductAdded}
|
|
|
|
{foreach from=$products item=product}
|
|
|
|
{if $product.id_product == $lastProductAdded.id_product AND (!$product.id_product_attribute OR ($product.id_product_attribute == $lastProductAdded.id_product_attribute))}
|
|
|
|
<div class="cart_last_product">
|
|
|
|
<div class="cart_last_product_header">
|
|
|
|
<div class="left">{l s='Last added product'}</div>
|
|
|
|
</div>
|
|
|
|
<a class="cart_last_product_img" href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.name|escape:'htmlall':'UTF-8'}"/></a>
|
|
|
|
<div class="cart_last_product_content">
|
|
|
|
<h5><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'}</a></h5>
|
|
|
|
{if isset($product.attributes) && $product.attributes}<a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}">{$product.attributes|escape:'htmlall':'UTF-8'}</a>{/if}
|
|
|
|
</div>
|
|
|
|
<br class="clear" />
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
<p>{l s='Your shopping cart contains'} <span id="summary_products_quantity">{$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}</span></p>*}
|
|
|
|
<div id="order-detail-content" class="table_block">
|
|
|
|
<table id="cart_summary" class="std">
|
|
|
|
{*<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="cart_product first_item">{l s='Product'}</th>
|
|
|
|
<th class="cart_description item">{l s='Description'}</th>
|
|
|
|
<th class="cart_ref item">{l s='Ref.'}</th>
|
|
|
|
<th class="cart_availability item">{l s='Avail.'}</th>
|
|
|
|
<th class="cart_unit item">{l s='Unit price'}</th>
|
|
|
|
<th class="cart_quantity item">{l s='Qty'}</th>
|
|
|
|
<th class="cart_total last_item">{l s='Total'}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>*}
|
|
|
|
<tbody>
|
|
|
|
{assign var='economy' value=0}
|
|
|
|
{assign var='strike_price' value=0}
|
|
|
|
{foreach from=$products item=details}
|
|
|
|
<tr style="height:10px;">
|
|
|
|
<td colspan="5" style="border:none"></td>
|
|
|
|
</tr>
|
|
|
|
<tr style="background:#e1e1e1; ">
|
|
|
|
<td colspan="5">
|
|
|
|
<h4>{$details.title}</h4>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr style="height:10px;">
|
|
|
|
<td colspan="5" style="border:none"></td>
|
|
|
|
</tr>
|
|
|
|
{foreach from=$details.products item=product name=productLoop}
|
|
|
|
{assign var='economy' value=$economy + (($product.price_without_reduc * $product.quantity) - $product.total_wt)}
|
|
|
|
{assign var='strike_price' value=$strike_price + ($product.price_without_reduc * $product.quantity)}
|
|
|
|
{assign var='productId' value=$product.id_product}
|
|
|
|
{assign var='productAttributeId' value=$product.id_product_attribute}
|
|
|
|
{assign var='quantityDisplayed' value=0}
|
|
|
|
{* Display the product line *}
|
|
|
|
{include file="$tpl_dir./shopping-cart-product-line.tpl"}
|
|
|
|
{* Then the customized datas ones*}
|
|
|
|
{if isset($customizedDatas.$productId.$productAttributeId)}
|
|
|
|
{foreach from=$customizedDatas.$productId.$productAttributeId key='id_customization' item='customization'}
|
|
|
|
<tr id="product_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" class="alternate_item cart_item">
|
|
|
|
<td colspan="3">
|
|
|
|
{foreach from=$customization.datas key='type' item='datas'}
|
|
|
|
{if $type == $CUSTOMIZE_FILE}
|
|
|
|
<div class="customizationUploaded">
|
|
|
|
<ul class="customizationUploaded">
|
|
|
|
{foreach from=$datas item='picture'}<li><img src="{$pic_dir}{$picture.value}_small" alt="" class="customizationUploaded" /></li>{/foreach}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
{elseif $type == $CUSTOMIZE_TEXTFIELD}
|
|
|
|
<ul class="typedText">
|
|
|
|
{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}</li>{/foreach}
|
|
|
|
</ul>
|
|
|
|
{/if}
|
|
|
|
{/foreach}
|
|
|
|
</td>
|
|
|
|
<td class="cart_quantity">
|
|
|
|
<div style="float:right">
|
|
|
|
<a rel="nofollow" class="cart_quantity_delete" id="{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" href="{$link->getPageLink('cart.php', true)}?delete&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_customization={$id_customization}&token={$token_cart}"><img src="{$img_dir}icon/delete.gif" alt="{l s='Delete'}" title="{l s='Delete this customization'}" width="11" height="13" class="icon" /></a>
|
|
|
|
</div>
|
|
|
|
<div id="cart_quantity_button" style="float:left">
|
|
|
|
<a rel="nofollow" class="cart_quantity_up" id="cart_quantity_up_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" href="{$link->getPageLink('cart.php', true)}?add&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_customization={$id_customization}&token={$token_cart}" title="{l s='Add'}"><img src="{$img_dir}icon/quantity_up.gif" alt="{l s='Add'}" width="14" height="9" /></a><br />
|
|
|
|
{if $product.minimal_quantity < ($customization.quantity -$quantityDisplayed) OR $product.minimal_quantity <= 1}
|
|
|
|
<a rel="nofollow" class="cart_quantity_down" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" href="{$link->getPageLink('cart.php', true)}?add&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_customization={$id_customization}&op=down&token={$token_cart}" title="{l s='Subtract'}">
|
|
|
|
<img src="{$img_dir}icon/quantity_down.gif" alt="{l s='Subtract'}" width="14" height="9" />
|
|
|
|
</a>
|
|
|
|
{else}
|
|
|
|
<a class="cart_quantity_down" style="opacity: 0.3;" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" href="#" title="{l s='Subtract'}">
|
|
|
|
<img src="{$img_dir}icon/quantity_down.gif" alt="{l s='Subtract'}" width="14" height="9" />
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
<input type="hidden" value="{$customization.quantity}" name="quantity_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}_hidden"/>
|
|
|
|
<input size="2" type="text" value="{$customization.quantity}" class="cart_quantity_input" name="quantity_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}"/>
|
|
|
|
</td>
|
|
|
|
<td class="cart_total"></td>
|
|
|
|
</tr>
|
|
|
|
{assign var='quantityDisplayed' value=$quantityDisplayed+$customization.quantity}
|
|
|
|
{/foreach}
|
|
|
|
{* If it exists also some uncustomized products *}
|
|
|
|
{if $product.quantity-$quantityDisplayed > 0}{include file="$tpl_dir./shopping-cart-product-line.tpl"}{/if}
|
|
|
|
{/if}
|
|
|
|
{/foreach}
|
|
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
|
|
|
|
|
|
<tfoot>
|
|
|
|
<tr class="cart_total_price{if $shippingCost <= 0} alone{/if}">
|
|
|
|
<td colspan="2" class="tright">
|
|
|
|
{l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}
|
|
|
|
</td>
|
|
|
|
<td colspan="3" class="tleft">
|
|
|
|
<span class="price" id="total_product">{displayPrice price=$total_products_wt}</span>
|
|
|
|
{if $total_ecotax > 0}
|
|
|
|
<div class="price-ecotax">({l s='Including'} {displayPrice price=$total_ecotax} {l s='of ecotax'})</div>
|
|
|
|
{/if}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="cart_total_voucher" {if $total_discounts == 0}style="display: none;"{/if}>
|
|
|
|
<td colspan="5">
|
|
|
|
{l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}
|
|
|
|
<span class="price-discount" id="total_discount">{displayPrice price=$total_discounts}</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="cart_total_voucher" {if $total_wrapping == 0}style="display: none;"{/if}>
|
|
|
|
<td colspan="5">
|
|
|
|
{l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}
|
|
|
|
<span class="price-discount" id="total_wrapping">{displayPrice price=$total_wrapping}</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
{if sizeof($discounts)}
|
|
|
|
<tbody>
|
|
|
|
{foreach from=$discounts item=discount name=discountLoop}
|
|
|
|
<tr class="cart_discount {if $smarty.foreach.discountLoop.last}last_item{elseif $smarty.foreach.discountLoop.first}first_item{else}item{/if}" id="cart_discount_{$discount.id_discount}">
|
|
|
|
{*<td class="cart_discount_name" colspan="1">{$discount.name}</td>*}
|
|
|
|
<td class="cart_discount_description" colspan="3">
|
|
|
|
{$discount.description}
|
|
|
|
<span class="name">
|
|
|
|
{l s='Code'}: <span class="code">{$discount.name}</span>
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
<td class="cart_discount_price">
|
|
|
|
<div class="discount_price">
|
|
|
|
<span class="price-discount">
|
|
|
|
{if $discount.value_real > 0}
|
|
|
|
{if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if}
|
|
|
|
{/if}
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td class="cart_discount_delete">
|
|
|
|
<div class="gradient">
|
|
|
|
<a href="{if $opc}{$link->getPageLink('order-opc.php', true)}{else}{$link->getPageLink('order.php', true)}{/if}?deleteDiscount={$discount.id_discount}" title="{l s='Delete'}">
|
|
|
|
<img src="{$img_dir}delete.gif" alt="{l s='Delete'}" title="{l s='Delete'}" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
|
|
{/if}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2016-08-31 15:17:21 +02:00
|
|
|
{if $site_version == 'es'}
|
|
|
|
<div id="safety-payment">
|
|
|
|
<i class="icon-payment"></i>
|
|
|
|
<span class="">{l s='Pago seguro, datos encriptados'}</span>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
2016-01-04 12:48:08 +01:00
|
|
|
{if $voucherAllowed}
|
|
|
|
<div id="cart_voucher_toggle_wrapper">
|
|
|
|
<i class="icon-pourcentage"></i>
|
|
|
|
<div class="voucher_open">
|
|
|
|
<a id="cart_voucher_toggle">
|
|
|
|
<span>{l s='Got voucher ?'}</span>
|
|
|
|
<span>{l s='Click here to use it'}</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
{literal}
|
|
|
|
$(function(){
|
|
|
|
$('#cart_voucher').hide();
|
|
|
|
|
|
|
|
$('#cart_voucher_toggle').click(function(){
|
|
|
|
$('#cart_voucher').slideToggle();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
{/literal}
|
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
<div id="cart_voucher" class="table_block">
|
|
|
|
{if isset($errors_discount) && $errors_discount}
|
|
|
|
<ul class="error">
|
|
|
|
{foreach from=$errors_discount key=k item=error}
|
|
|
|
<li>{$error|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
{/if}
|
|
|
|
<form action="{if $opc}{$link->getPageLink('order-opc.php', true)}{else}{$link->getPageLink('order.php', true)}{/if}" method="post" id="voucher">
|
|
|
|
<fieldset>
|
|
|
|
{*<h4>{l s='Vouchers'}</h4>*}
|
|
|
|
<p>
|
|
|
|
<label for="discount_name">{l s='Vouchers Code'}</label>
|
|
|
|
</p>
|
|
|
|
<input type="text" id="discount_name" name="discount_name" value="{if isset($discount_name) && $discount_name}{$discount_name}{/if}" />
|
|
|
|
|
|
|
|
<input type="hidden" name="submitDiscount" />
|
|
|
|
<input type="submit" name="submitAddDiscount" value="{l s='Add'}" class="button" />
|
|
|
|
{if $displayVouchers}
|
|
|
|
<h4>{l s='Take advantage of our offers:'}</h4>
|
|
|
|
<div id="display_cart_vouchers">
|
|
|
|
{foreach from=$displayVouchers item=voucher}
|
|
|
|
{if $voucher.name|substr:0:3 != 'SP-'}
|
|
|
|
<span onclick="$('#discount_name').val('{$voucher.name}');$('#voucher .submit .button').trigger('click'); return false;" class="voucher_name">{$voucher.name}</span> - {$voucher.description} <br />
|
|
|
|
{/if}
|
|
|
|
{/foreach}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
2016-03-07 16:04:34 +01:00
|
|
|
{if $economy > 0}
|
|
|
|
<p class="economy"><i class="icon-economie"></i> {l s='savings'} <span class="economy-price">{displayPrice price=$economy}</span><span class="economy-currency"></span> ({displayPrice price=$total_products_wt} {l s='instead of'} {displayPrice price=$strike_price})</p>
|
|
|
|
{/if}
|
2016-01-04 12:48:08 +01:00
|
|
|
|
|
|
|
<div id="shipping_cost_third_step">
|
|
|
|
<i class="icon-frais"></i>
|
|
|
|
<span>{l s='Shipping cost will be calculated on the third step'}</span>
|
|
|
|
</div>
|
|
|
|
<div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div>
|
|
|
|
|
|
|
|
{* Define the style if it doesn't exist in the PrestaShop version*}
|
|
|
|
{* Will be deleted for 1.5 version and more *}
|
|
|
|
{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}
|
|
|
|
{*
|
|
|
|
{if (($carrier->id AND !isset($virtualCart)) OR $delivery->id OR $invoice->id) AND !$opc}
|
|
|
|
<div class="order_delivery">
|
|
|
|
{if !isset($formattedAddresses)}
|
|
|
|
{if $delivery->id}
|
|
|
|
<ul id="delivery_address" class="address item">
|
|
|
|
<li class="address_title">{l s='Delivery address'}</li>
|
|
|
|
{if $delivery->company}<li class="address_company">{$delivery->company|escape:'htmlall':'UTF-8'}</li>{/if}
|
|
|
|
<li class="address_name">{$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
<li class="address_address1">{$delivery->address1|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
{if $delivery->address2}<li class="address_address2">{$delivery->address2|escape:'htmlall':'UTF-8'}</li>{/if}
|
|
|
|
<li class="address_city">{$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
<li class="address_country">{$delivery->country|escape:'htmlall':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'htmlall':'UTF-8'}){/if}</li>
|
|
|
|
</ul>
|
|
|
|
{/if}
|
|
|
|
{if $invoice->id}
|
|
|
|
<ul id="invoice_address" class="address alternate_item">
|
|
|
|
<li class="address_title">{l s='Invoice address'}</li>
|
|
|
|
{if $invoice->company}<li class="address_company">{$invoice->company|escape:'htmlall':'UTF-8'}</li>{/if}
|
|
|
|
<li class="address_name">{$invoice->firstname|escape:'htmlall':'UTF-8'} {$invoice->lastname|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
<li class="address_address1">{$invoice->address1|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
{if $invoice->address2}<li class="address_address2">{$invoice->address2|escape:'htmlall':'UTF-8'}</li>{/if}
|
|
|
|
<li class="address_city">{$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}</li>
|
|
|
|
<li class="address_country">{$invoice->country|escape:'htmlall':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'htmlall':'UTF-8'}){/if}</li>
|
|
|
|
</ul>
|
|
|
|
{/if}
|
|
|
|
{else}
|
|
|
|
{foreach from=$formattedAddresses item=address name=myLoop}
|
|
|
|
<ul class="address {if $smarty.foreach.myLoop.last}last_item{elseif $smarty.foreach.myLoop.first}first_item{/if} {if $smarty.foreach.myLoop.index % 2}alternate_item{else}item{/if}">
|
|
|
|
<li class="address_title">{$address.object.alias}</li>
|
|
|
|
{foreach from=$address.ordered name=adr_loop item=pattern}
|
|
|
|
{assign var=addressKey value=" "|explode:$pattern}
|
|
|
|
<li>
|
|
|
|
{foreach from=$addressKey item=key name="word_loop"}
|
|
|
|
<span class="{if isset($addresses_style[$key])}{$addresses_style[$key]}{/if}">
|
|
|
|
{$address.formated[$key]|escape:'htmlall':'UTF-8'}
|
|
|
|
</span>
|
|
|
|
{/foreach}
|
|
|
|
</li>
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
{/foreach}
|
|
|
|
<p class="clear" />
|
|
|
|
{/if}
|
|
|
|
{if $carrier->id AND !isset($virtualCart)}
|
|
|
|
<div id="order_carrier">
|
|
|
|
<h4>{l s='Carrier:'}</h4>
|
|
|
|
{if isset($carrierPicture)}<img src="{$img_ship_dir}{$carrier->id}.jpg" alt="{l s='Carrier'}" />{/if}
|
|
|
|
<span>{$carrier->name|escape:'htmlall':'UTF-8'}</span>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
{/if}*}
|
|
|
|
<p class="cart_navigation">
|
|
|
|
<a href="{if (isset($smarty.server.HTTP_REFERER) && strstr($smarty.server.HTTP_REFERER, $link->getPageLink('order.php'))) || !isset($smarty.server.HTTP_REFERER)}{$link->getPageLink('index.php')}{else}{$smarty.server.HTTP_REFERER|escape:'htmlall':'UTF-8'|secureReferrer}{/if}" class="button_large" title="{l s='Continue shopping'}">{l s='Continue shopping'}</a>
|
|
|
|
{if !$opc}<a href="{$link->getPageLink('order.php', true)}?step=1{if $back}&back={$back}{/if}" class="exclusive" title="{l s='Next'}">{l s='Next'}</a>{/if}
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<p class="cart_navigation_extra">
|
|
|
|
<span id="HOOK_SHOPPING_CART_EXTRA">{$HOOK_SHOPPING_CART_EXTRA}</span>
|
|
|
|
</p>
|
|
|
|
{/if}
|