From dc90bb6227f487d83c71dd7fb293bb4ad55bfaff Mon Sep 17 00:00:00 2001
From: Jerome Nadaud
'+data.result.{$name}[i].image+'
'; + + if (typeof data.result.{$name}[i].delete_url !== 'undefined') + template += ''; + + template += '+ {l s='Your account has been created.'} +
+{/if} +{assign var='current_step' value='summary'} +{include file="$tpl_dir./order-steps.tpl"} +{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 isset($lastProductAdded) AND $lastProductAdded} +{$lastProductAdded.name|escape:'html':'UTF-8'}
+ {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'html':'UTF-8'}{/if} +{l s='Your shopping cart contains:'} {$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}
+| {l s='Product'} | +{l s='Description'} | +{l s='Ref.'} | +{l s='Unit price'} | +{l s='Qty'} | +{l s='Total'} | ++ | ||
|---|---|---|---|---|---|---|---|---|
| {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 $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 (tax excl.)'} | +{displayPrice price=$total_price_without_tax} | +|||||||
| {l s='Total tax'} | +{displayPrice price=$total_tax} | +|||||||
+ {if $voucherAllowed}
+ {if isset($errors_discount) && $errors_discount}
+
{l s='Take advantage of our exclusive offers:'} +
+ {foreach $displayVouchers as $voucher}
+ {if $voucher.code != ''}{$voucher.code} - {/if}{$voucher.name}
+ {/if}
+ {/if}
+ + {/foreach} + |
+ {if $use_taxes}
+
+ {l s='Total'} + {displayPrice price=$total_price} + |
+ {else}
+
+ {l s='Total'} + {displayPrice price=$total_price_without_tax} + |
+ {/if}
+ ||||||
| + |
+ {foreach $customization.datas as $type => $custom_data}
+ {if $type == $CUSTOMIZE_FILE}
+
+
+ {elseif $type == $CUSTOMIZE_TEXTFIELD}
+
|
+ + {if isset($cannotModify) AND $cannotModify == 1} + {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} + {else} + + + + {/if} + | +
+ {if isset($cannotModify) AND $cannotModify == 1}
+ {else}
+
+ {l s='Delete'}
+
+ {/if}
+ |
+ |||||
| {$discount.name} | ++ {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} + | +1 | ++ {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} + | ++ {if strlen($discount.code)}{l s='Delete'}{/if} + | +||||
+ allow_seperated_package}checked="checked"{/if} autocomplete="off"/> + +
+{/if} +{if !$opc} + {if Configuration::get('PS_ALLOW_MULTISHIPPING')} ++ + +
+ {/if} +{/if} + ++ {l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'} +
+ +{l s='Please configure your default billing and delivery addresses when placing an order. You may also add additional addresses, which can be useful for sending gifts or receiving an order at your office.'}
+ +{if isset($multipleAddresses) && $multipleAddresses} +{l s='Be sure to update your personal information if it has changed.'}
+ {assign var="adrs_style" value=$addresses_style} +{l s='No addresses are available.'} {l s='Add a new address'}
+{/if} + + + + diff --git a/themes/default/best-sales.tpl b/themes/default/best-sales.tpl new file mode 100644 index 000000000..af4e9b04b --- /dev/null +++ b/themes/default/best-sales.tpl @@ -0,0 +1,54 @@ +{* +* 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{l s='No top sellers for the moment.'}
+{/if} diff --git a/themes/default/breadcrumb.tpl b/themes/default/breadcrumb.tpl new file mode 100644 index 000000000..6b68efd0c --- /dev/null +++ b/themes/default/breadcrumb.tpl @@ -0,0 +1,39 @@ +{* +* 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{l s='This CMS page is not visible to your customers.'} + + + +
+ + + +{l s='List of sub categories in %s:' sprintf=$cms_category->name}
+{l s='List of pages in %s:' sprintf=$cms_category->name}
+| {l s='Code'} | +{l s='Description'} | +{l s='Quantity'} | +{l s='Value'}* | +{l s='Minimum'} | +{l s='Cumulative'} | +{l s='Expiration date'} | +
|---|---|---|---|---|---|---|
| {$discountDetail.code} | +{$discountDetail.name} | +{$discountDetail.quantity_for_user} | ++ {if $discountDetail.id_discount_type == 1} + {$discountDetail.value|escape:'html':'UTF-8'}% + {elseif $discountDetail.id_discount_type == 2} + {convertPrice price=$discountDetail.value} ({if $discountDetail.reduction_tax == 1}{l s='Tax included'}{else}{l s='Tax excluded'}{/if}) + {elseif $discountDetail.id_discount_type == 3} + {l s='Free shipping'} + {else} + - + {/if} + | ++ {if $discountDetail.minimal == 0} + {l s='None'} + {else} + {convertPrice price=$discountDetail.minimal} + {/if} + | +
+ {if $discountDetail.cumulable == 1}
+ |
+ {dateFormat date=$discountDetail.date_to} | +
{l s='You do not have any vouchers.'}
+{/if} + + diff --git a/themes/default/errors.tpl b/themes/default/errors.tpl new file mode 100644 index 000000000..1c79cf012 --- /dev/null +++ b/themes/default/errors.tpl @@ -0,0 +1,38 @@ +{* +* 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{if $errors|@count > 1}{l s='There are %d errors' sprintf=$errors|@count}{else}{l s='There is %d error' sprintf=$errors|@count}{/if}
+