diff --git a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl index 94d5e8d1a..68748024c 100644 --- a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl @@ -86,7 +86,7 @@
- +
{/if} {else} diff --git a/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl b/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl index e488dfcca..4c2905a64 100644 --- a/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl +++ b/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl @@ -78,9 +78,9 @@ + diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/list/list_content.tpl index 69cee664f..d695a61a8 100644 --- a/admin-dev/themes/default/template/controllers/attributes/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/attributes/helpers/list/list_content.tpl @@ -89,7 +89,7 @@ {$tr.$key} {* If type is 'editable', an input is created *} {elseif isset($params.type) && $params.type == 'editable' && isset($tr.id)} - + {elseif isset($params.callback)} {$tr.$key} {elseif isset($tr.$key) && $key == 'color'} @@ -99,7 +99,7 @@
{/if} {elseif isset($tr.$key)} - {$tr.$key|escape:'htmlall':'UTF-8'} + {$tr.$key|escape:'html':'UTF-8'} {else} -- {/if} diff --git a/admin-dev/themes/default/template/controllers/cart_rules/actions.tpl b/admin-dev/themes/default/template/controllers/cart_rules/actions.tpl index 06286080f..d10943c4a 100644 --- a/admin-dev/themes/default/template/controllers/cart_rules/actions.tpl +++ b/admin-dev/themes/default/template/controllers/cart_rules/actions.tpl @@ -105,7 +105,7 @@
- +
diff --git a/admin-dev/themes/default/template/controllers/cart_rules/conditions.tpl b/admin-dev/themes/default/template/controllers/cart_rules/conditions.tpl index 799ca96dd..c6589b36a 100644 --- a/admin-dev/themes/default/template/controllers/cart_rules/conditions.tpl +++ b/admin-dev/themes/default/template/controllers/cart_rules/conditions.tpl @@ -8,7 +8,7 @@
- +
diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index 9b52eee3d..59253a268 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -52,7 +52,7 @@ {else} {/if} - {$customer->firstname} {$customer->lastname} + {$customer->firstname} {$customer->lastname}
@@ -76,12 +76,12 @@

{l s='Order information'}

{if $order->id} -

{l s='Order #%d' sprintf=$order->id|string_format:"%06d"}

+

{l s='Order #%d' sprintf=$order->id|string_format:"%06d"}

{l s='Made on:'} {dateFormat date=$order->date_add} {else}

{l s='No order was created from this cart.'}

{if $customer->id} - {l s='Create an order from this cart.'} + {l s='Create an order from this cart.'} {/if} {/if}
@@ -105,7 +105,7 @@ {if isset($customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery])} {$product.image} - + {$product.name}{if isset($product.attributes)}
{$product.attributes}{/if}
{if $product.reference}{l s='Ref:'} {$product.reference}{/if} {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if} @@ -150,7 +150,7 @@ {$product.image} -
+ {$product.name}{if isset($product.attributes)}
{$product.attributes}{/if}
{if $product.reference}{l s='Ref:'} {$product.reference}{/if} {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if} @@ -200,7 +200,7 @@ {foreach from=$discounts item='discount'} -
{$discount.name} + {$discount.name} - {displayWtPriceWithCurrency price=$discount.value_real currency=$currency} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl index d5226f96a..ad3092b9b 100644 --- a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl @@ -86,10 +86,10 @@ {if $key != 'deleteMode'} {if is_array($value)} {foreach $value as $val} - + {/foreach} {else} - + {/if} {/if} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/customer_threads/message.tpl b/admin-dev/themes/default/template/controllers/customer_threads/message.tpl index 26d3a4930..407c44862 100644 --- a/admin-dev/themes/default/template/controllers/customer_threads/message.tpl +++ b/admin-dev/themes/default/template/controllers/customer_threads/message.tpl @@ -156,7 +156,7 @@
{l s='Message:'}
-
{$message.message|escape:'htmlall':'UTF-8'|nl2br}
+
{$message.message|escape:'html':'UTF-8'|nl2br}
diff --git a/admin-dev/themes/default/template/controllers/customers/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/customers/helpers/list/list_header.tpl index fd2f8ecde..38b9eecff 100644 --- a/admin-dev/themes/default/template/controllers/customers/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/customers/helpers/list/list_header.tpl @@ -35,7 +35,7 @@ {/block} {block name=leadin} {if isset($delete_customer) && $delete_customer} -
+

{l s='How do you want to delete these customer(s)?'}

{l s='There are two ways of deleting a customer. Please choose your preferred method.'}

@@ -52,10 +52,10 @@ {foreach $POST as $key => $value} {if is_array($value)} {foreach $value as $val} - + {/foreach} {else} - + {/if} {/foreach}
diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl index ffe85bf5c..90ab4b49f 100644 --- a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl @@ -26,9 +26,9 @@
diff --git a/admin-dev/themes/default/template/controllers/employees/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/employees/helpers/form/form.tpl index 5bbfa2662..df9b7590d 100644 --- a/admin-dev/themes/default/template/controllers/employees/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/employees/helpers/form/form.tpl @@ -37,19 +37,19 @@ {else} {if $fields_value[$input.name] == $option}selected="selected"{/if} {/if} - >{$option|escape:'htmlall':'UTF-8'} + >{$option|escape:'html':'UTF-8'} {/foreach} {elseif $input.type == 'default_tab'} diff --git a/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl index 355edbce5..e991ad620 100644 --- a/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl @@ -39,7 +39,7 @@ {foreach $field['list'] as $country} - {$country['name']|escape:'htmlall':'UTF-8'} + {$country['name']|escape:'html':'UTF-8'} {/foreach} @@ -53,7 +53,7 @@ {block name="input"} {if $field['type'] == 'textarea_newlines'}
- +
{else} {$smarty.block.parent} diff --git a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl index 846e132a1..f060b857c 100644 --- a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl @@ -89,7 +89,7 @@ {if count($files_to_import)}
 
@@ -183,14 +183,14 @@
{l s='e.g. '}"1; Ipod; 129.90; 5" - +
{l s='e.g. '}"Ipod; red.jpg, blue.jpg, green.jpg; 129.90" - +
diff --git a/admin-dev/themes/default/template/controllers/import/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/import/helpers/view/view.tpl index 9f25e6e44..50059e620 100644 --- a/admin-dev/themes/default/template/controllers/import/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/import/helpers/view/view.tpl @@ -25,7 +25,7 @@ {extends file="helpers/view/view.tpl"} {block name="override_tpl"}

{l s='View your data'}

+
+

{l s='Please map each column of your source CSV file to one of the destination columns.'}

+
-
- -
- -
- -
- +
+
+ +
@@ -154,7 +154,7 @@ {else} {l s='You are using your own SMTP parameters.'}

- {l s='SMTP server'}: {$smtp.server|escape:'htmlall':'UTF-8'} + {l s='SMTP server'}: {$smtp.server|escape:'html':'UTF-8'}

{l s='SMTP user'}: @@ -173,10 +173,10 @@ {/if}

- {l s='Encryption'}: {$smtp.encryption|escape:'htmlall':'UTF-8'} + {l s='Encryption'}: {$smtp.encryption|escape:'html':'UTF-8'}

- {l s='Port'}: {$smtp.port|escape:'htmlall':'UTF-8'} + {l s='Port'}: {$smtp.port|escape:'html':'UTF-8'}

{/if}
@@ -187,7 +187,7 @@ {l s='Your information'}

- {l s='Your web browser'}: {$user_agent|escape:'htmlall':'UTF-8'} + {l s='Your web browser'}: {$user_agent|escape:'html':'UTF-8'}

diff --git a/admin-dev/themes/default/template/controllers/login/content.tpl b/admin-dev/themes/default/template/controllers/login/content.tpl index 8bcb2a867..4e895d432 100755 --- a/admin-dev/themes/default/template/controllers/login/content.tpl +++ b/admin-dev/themes/default/template/controllers/login/content.tpl @@ -71,7 +71,7 @@ type="text" id="email" class="form-control" - value="{if isset($email)}{$email|escape:'htmlall':'UTF-8'}{/if}" + value="{if isset($email)}{$email|escape:'html':'UTF-8'}{/if}" autofocus="autofocus" tabindex="1" placeholder="test@example.com" /> @@ -167,7 +167,7 @@ {/if}

- + {l s='Please then access this page by the new URL (e.g. %s)' sprintf=$adminUrl}

diff --git a/admin-dev/themes/default/template/controllers/login/header.tpl b/admin-dev/themes/default/template/controllers/login/header.tpl index 25e2205ad..47feb610a 100644 --- a/admin-dev/themes/default/template/controllers/login/header.tpl +++ b/admin-dev/themes/default/template/controllers/login/header.tpl @@ -34,7 +34,7 @@ - {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'htmlall':'UTF-8'}{else}>{/if} {$meta_title}{/if} (PrestaShop™) + {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'html':'UTF-8'}{else}>{/if} {$meta_title}{/if} (PrestaShop™) {foreach from=$css_files key=css_uri item=media} diff --git a/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl index 2eea8aedd..d5e5341d0 100644 --- a/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl @@ -30,7 +30,7 @@
- +
{$field['link_remove_ip']} diff --git a/admin-dev/themes/default/template/controllers/modules/favorites.tpl b/admin-dev/themes/default/template/controllers/modules/favorites.tpl index b94175a87..e1da258bc 100755 --- a/admin-dev/themes/default/template/controllers/modules/favorites.tpl +++ b/admin-dev/themes/default/template/controllers/modules/favorites.tpl @@ -84,7 +84,7 @@ {foreach from=$t.sub_tabs item=t2} {if $t2.active} {assign var="id_tab" value=$t.id_tab} - + {/if} {/foreach} {/if} diff --git a/admin-dev/themes/default/template/controllers/orders/_documents.tpl b/admin-dev/themes/default/template/controllers/orders/_documents.tpl index ecf0486ea..c3cf61211 100644 --- a/admin-dev/themes/default/template/controllers/orders/_documents.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_documents.tpl @@ -69,13 +69,13 @@ {if get_class($document) eq 'OrderInvoice'} {if isset($document->is_delivery)} - + {else} - + {/if} {elseif get_class($document) eq 'OrderSlip'} - + {/if} {if get_class($document) eq 'OrderInvoice'} @@ -142,11 +142,11 @@ {if !isset($document->is_delivery)} - +

- +

{l s='Or'}  - + {l s='Add new customer'} @@ -1144,7 +1144,7 @@
- +
{l s='Or'}  - + {l s='Add new voucher'} @@ -1347,7 +1347,7 @@
- + {l s='Add a new address'} diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index ca7a843dd..5c42be205 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -39,7 +39,7 @@ var currency_blank = "{$currency->blank}"; var priceDisplayPrecision = 2; var use_taxes = {if $order->getTaxCalculationMethod() == $smarty.const.PS_TAX_INC}true{else}false{/if}; - var token = "{$smarty.get.token|escape:'htmlall':'UTF-8'}"; + var token = "{$smarty.get.token|escape:'html':'UTF-8'}"; var stock_management = {$stock_management|intval}; var txt_add_product_stock_issue = "{l s='Are you sure you want to add this quantity?' js=1}"; var txt_add_product_new_invoice = "{l s='Are you sure you want to create a new invoice?' js=1}"; @@ -71,7 +71,7 @@
@@ -92,12 +92,12 @@

- + {l s='Prev'} {l s='Order'} : #{$order->id} - {$order->reference} - + {l s='Next'} @@ -106,7 +106,7 @@
{if (count($invoices_collection))} - + {l s='View invoice'} @@ -118,7 +118,7 @@ {l s='No invoice'} {/if} {if (($currentState && $currentState->delivery) || $order->delivery_number)} - + {l s='View delivery slip'} @@ -325,7 +325,7 @@ {if isset($line.url) && isset($line.tracking_number)}{$line.tracking_number}{elseif isset($line.tracking_number)}{$line.tracking_number}{/if} {if $line.can_edit} - +
@@ -68,7 +68,7 @@
- +
@@ -82,7 +82,7 @@ - {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} + {$accessory.name|escape:'html':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if}
{/foreach}
@@ -100,7 +100,7 @@
diff --git a/admin-dev/themes/default/template/controllers/products/combinations.tpl b/admin-dev/themes/default/template/controllers/products/combinations.tpl index f0e083657..de2d6586d 100644 --- a/admin-dev/themes/default/template/controllers/products/combinations.tpl +++ b/admin-dev/themes/default/template/controllers/products/combinations.tpl @@ -73,7 +73,7 @@ @@ -318,7 +318,7 @@
  • {/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/features.tpl b/admin-dev/themes/default/template/controllers/products/features.tpl index 18a396189..02ff6dd0d 100644 --- a/admin-dev/themes/default/template/controllers/products/features.tpl +++ b/admin-dev/themes/default/template/controllers/products/features.tpl @@ -61,7 +61,7 @@ {else} {l s='N/A'} - - {l s='Add pre-defined values first'} {/if} @@ -77,7 +77,7 @@ name="custom_{$available_feature.id_feature}_{$language.id_lang}" cols="40" rows="1" - onkeyup="if (isArrowKey(event)) return ;$('#feature_{$available_feature.id_feature}_value').val(0);" >{$available_feature.val[$k].value|escape:'htmlall':'UTF-8'|default:""} + onkeyup="if (isArrowKey(event)) return ;$('#feature_{$available_feature.id_feature}_value').val(0);" >{$available_feature.val[$k].value|escape:'html':'UTF-8'|default:""} {if $languages|count > 1}
    @@ -107,7 +107,7 @@ - + {l s='Add a new feature'}
    diff --git a/admin-dev/themes/default/template/controllers/products/images.tpl b/admin-dev/themes/default/template/controllers/products/images.tpl index cf90a01c7..a24da7585 100644 --- a/admin-dev/themes/default/template/controllers/products/images.tpl +++ b/admin-dev/themes/default/template/controllers/products/images.tpl @@ -62,7 +62,7 @@ id="legend_{$language.id_lang}" {if isset($input_class)}class="{$input_class}"{/if} name="legend_{$language.id_lang}" - value="{$product->name[$language.id_lang]|escape:'htmlall':'UTF-8'}" + value="{$product->name[$language.id_lang]|escape:'html':'UTF-8'}" {if !$product->id}disabled="disabled"{/if} /> {if $languages|count > 1}

    diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 8b7e163e3..223965576 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -173,7 +173,7 @@ $(document).ready(function () {
    @@ -186,7 +186,7 @@ $(document).ready(function () {
    {l s='Taxes are currently disabled'} : - {l s='Tax options'} + {l s='Tax options'}
    @@ -309,7 +309,7 @@ $(document).ready(function () { {/foreach} - {else} @@ -69,7 +69,7 @@ {foreach $fields_value.days as $k => $value}
    -
    +
    {/foreach} {/if} diff --git a/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl index 369408d77..69e2a4864 100644 --- a/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/supply_orders_change_state/helpers/form/form.tpl @@ -65,7 +65,7 @@ $(document).ready(function() { {if isset($supply_order_state) && $supply_order_state->editable == false && isset($supply_order)} {/if} diff --git a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl index 22dfa8434..9b0396754 100644 --- a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_content.tpl @@ -101,10 +101,10 @@ {if $tr.$key == '0 - 0'} -- {else} - {$tr.$key|escape:'htmlall':'UTF-8'} + {$tr.$key|escape:'html':'UTF-8'} {/if} {else} - {$tr.$key|escape:'htmlall':'UTF-8'} + {$tr.$key|escape:'html':'UTF-8'} {/if} {else} -- diff --git a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl index cdb7fce5c..85c9b6cdd 100644 --- a/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/tax_rules/helpers/list/list_header.tpl @@ -70,7 +70,7 @@ {/if} {/if} - {if $has_actions} + {if $has_actions && $filters_has_value} diff --git a/admin-dev/themes/default/template/header.tpl b/admin-dev/themes/default/template/header.tpl index 99c7603f6..20ed49a6f 100644 --- a/admin-dev/themes/default/template/header.tpl +++ b/admin-dev/themes/default/template/header.tpl @@ -33,7 +33,7 @@ - {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'htmlall':'UTF-8'}{else}>{/if} {$meta_title}{/if} + {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'html':'UTF-8'}{else}>{/if} {$meta_title}{/if} {if $display_header} {capture name=path} - + {l s='My account' mod='favoriteproducts'} {$navigationPipe}{l s='My favorite products.' mod='favoriteproducts'} {/capture} @@ -66,10 +66,10 @@ $('document').ready(function()
    {foreach from=$favoriteProducts item=favoriteProduct}
    - - -

    {$favoriteProduct.name|escape:'htmlall':'UTF-8'}

    -
    {$favoriteProduct.description_short|strip_tags|escape:'htmlall':'UTF-8'}
    + + +

    {$favoriteProduct.name|escape:'html':'UTF-8'}

    +
    {$favoriteProduct.description_short|strip_tags|escape:'html':'UTF-8'}
    \ No newline at end of file diff --git a/modules/favoriteproducts/views/templates/hook/my-account.tpl b/modules/favoriteproducts/views/templates/hook/my-account.tpl index a8884fa02..b2cd80e49 100644 --- a/modules/favoriteproducts/views/templates/hook/my-account.tpl +++ b/modules/favoriteproducts/views/templates/hook/my-account.tpl @@ -24,7 +24,7 @@ *}
  • - + {if !$in_footer}{l s='My favorite products.' mod='favoriteproducts'}{/if} {l s='My favorite products.' mod='favoriteproducts'} diff --git a/modules/homefeatured/homefeatured.tpl b/modules/homefeatured/homefeatured.tpl index d668877a2..ed35887c0 100644 --- a/modules/homefeatured/homefeatured.tpl +++ b/modules/homefeatured/homefeatured.tpl @@ -39,7 +39,7 @@ {if $totModulo == 0}{assign var='totModulo' value=$nbItemsPerLine}{/if}
  • {$product.name|escape:html:'UTF-8'}{if isset($product.new) && $product.new == 1}{l s='New' mod='homefeatured'}{/if} -
    {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}
    +
    {$product.name|truncate:35:'...'|escape:'html':'UTF-8'}
    {l s='View' mod='homefeatured'} diff --git a/modules/homeslider/homeslider.tpl b/modules/homeslider/homeslider.tpl index fba02d589..f14a77273 100644 --- a/modules/homeslider/homeslider.tpl +++ b/modules/homeslider/homeslider.tpl @@ -45,8 +45,8 @@ var homeslider_pause = {$homeslider.pause}; {foreach from=$homeslider_slides item=slide} {if $slide.active}
  • - - {$slide.legend|escape:'htmlall':'UTF-8'} + + {$slide.legend|escape:'html':'UTF-8'}
  • {/if} diff --git a/modules/loyalty/views/templates/front/loyalty.tpl b/modules/loyalty/views/templates/front/loyalty.tpl index f7c2862d5..3d13b0952 100644 --- a/modules/loyalty/views/templates/front/loyalty.tpl +++ b/modules/loyalty/views/templates/front/loyalty.tpl @@ -54,7 +54,7 @@ {l s='#' mod='loyalty'}{$order.id|string_format:"%06d"} {dateFormat date=$order.date full=1} {$order.points|intval} - {$order.state|escape:'htmlall':'UTF-8'} + {$order.state|escape:'html':'UTF-8'} {/foreach} @@ -83,9 +83,9 @@ {/if} {section name=pagination start=$page-1 loop=$page+2 step=1} {if $page == $smarty.section.pagination.index} -
  • {$page|escape:'htmlall':'UTF-8'}
  • +
  • {$page|escape:'html':'UTF-8'}
  • {elseif $smarty.section.pagination.index > 0 && $orders|@count+$nbpagination > ($smarty.section.pagination.index)*($nbpagination)} -
  • {$smarty.section.pagination.index|escape:'htmlall':'UTF-8'}
  • +
  • {$smarty.section.pagination.index|escape:'html':'UTF-8'}
  • {/if} {/section} {if $max_page-$page > 1} @@ -110,7 +110,7 @@ @@ -165,7 +165,7 @@ {dateFormat date=$discount->date_to} {if $discount->quantity > 0}{l s='To use' mod='loyalty'}{else}{l s='Used' mod='loyalty'}{/if} -
    {foreach from=$mailAlerts item=mailAlert}
    - -

    {$mailAlert.name|escape:'htmlall':'UTF-8'}

    -
    {$mailAlert.attributes_small|escape:'htmlall':'UTF-8'}
    + +

    {$mailAlert.name|escape:'html':'UTF-8'}

    +
    {$mailAlert.attributes_small|escape:'html':'UTF-8'}
    {l s='Remove' mod='mailalerts'} diff --git a/modules/productscategory/productscategory.tpl b/modules/productscategory/productscategory.tpl index 409c21e30..ec11cd048 100644 --- a/modules/productscategory/productscategory.tpl +++ b/modules/productscategory/productscategory.tpl @@ -34,7 +34,7 @@
  • {$categoryProduct.name|htmlspecialchars}

    - {$categoryProduct.name|truncate:14:'...'|escape:'htmlall':'UTF-8'} + {$categoryProduct.name|truncate:14:'...'|escape:'html':'UTF-8'}

    {if $ProdDisplayPrice AND $categoryProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}

    diff --git a/modules/referralprogram/views/templates/front/program.tpl b/modules/referralprogram/views/templates/front/program.tpl index 425deb9c1..aee1f9ac8 100644 --- a/modules/referralprogram/views/templates/front/program.tpl +++ b/modules/referralprogram/views/templates/front/program.tpl @@ -109,9 +109,9 @@ {section name=friends start=0 loop=$nbFriends step=1} {$smarty.section.friends.iteration} - - - + + + {/section} diff --git a/modules/referralprogram/views/templates/hook/authentication.tpl b/modules/referralprogram/views/templates/hook/authentication.tpl index 52a613cc9..9774a9981 100755 --- a/modules/referralprogram/views/templates/hook/authentication.tpl +++ b/modules/referralprogram/views/templates/hook/authentication.tpl @@ -28,7 +28,7 @@

    {l s='Referral program' mod='referralprogram'}

    - +

    \ No newline at end of file diff --git a/modules/sendtoafriend/sendtoafriend.tpl b/modules/sendtoafriend/sendtoafriend.tpl index 7e511204d..4b45a73df 100644 --- a/modules/sendtoafriend/sendtoafriend.tpl +++ b/modules/sendtoafriend/sendtoafriend.tpl @@ -45,11 +45,11 @@

    - +

    - +

    diff --git a/modules/trackingfront/account.tpl b/modules/trackingfront/account.tpl index febfc170e..f4389e47d 100644 --- a/modules/trackingfront/account.tpl +++ b/modules/trackingfront/account.tpl @@ -25,11 +25,11 @@

    {l s='Affiliation space' mod='trackingfront'}
    - +
    - + diff --git a/modules/trackingfront/login.tpl b/modules/trackingfront/login.tpl index bd902304f..bada7b00a 100644 --- a/modules/trackingfront/login.tpl +++ b/modules/trackingfront/login.tpl @@ -35,9 +35,9 @@
    {l s='Affiliation space' mod='trackingfront'}
    - +
    - +

    diff --git a/pdf/footer.tpl b/pdf/footer.tpl index 098131f44..d7d6c81c3 100755 --- a/pdf/footer.tpl +++ b/pdf/footer.tpl @@ -29,26 +29,26 @@ {l s='An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).' pdf='true'}
    {/if} - {$shop_address|escape:'htmlall':'UTF-8'}
    + {$shop_address|escape:'html':'UTF-8'}
    {if !empty($shop_phone) OR !empty($shop_fax)} {l s='For more assistance, contact Support:' pdf='true'}
    {if !empty($shop_phone)} - Tel: {$shop_phone|escape:'htmlall':'UTF-8'} + Tel: {$shop_phone|escape:'html':'UTF-8'} {/if} {if !empty($shop_fax)} - Fax: {$shop_fax|escape:'htmlall':'UTF-8'} + Fax: {$shop_fax|escape:'html':'UTF-8'} {/if}
    {/if} {if isset($shop_details)} - {$shop_details|escape:'htmlall':'UTF-8'}
    + {$shop_details|escape:'html':'UTF-8'}
    {/if} {if isset($free_text)} - {$free_text|escape:'htmlall':'UTF-8'}
    + {$free_text|escape:'html':'UTF-8'}
    {/if} diff --git a/pdf/header.tpl b/pdf/header.tpl index 99bab23da..ee8a8e213 100755 --- a/pdf/header.tpl +++ b/pdf/header.tpl @@ -32,13 +32,13 @@ - + - + - +
    {$shop_name|escape:'htmlall':'UTF-8'}{$shop_name|escape:'html':'UTF-8'}
    {$date|escape:'htmlall':'UTF-8'}{$date|escape:'html':'UTF-8'}
    {$title|escape:'htmlall':'UTF-8'}{$title|escape:'html':'UTF-8'}
    diff --git a/pdf/supply-order-footer.tpl b/pdf/supply-order-footer.tpl index da8fdd21c..0b7deb2bc 100755 --- a/pdf/supply-order-footer.tpl +++ b/pdf/supply-order-footer.tpl @@ -26,27 +26,27 @@ diff --git a/pdf/supply-order-header.tpl b/pdf/supply-order-header.tpl index bad33733a..bfec2e160 100644 --- a/pdf/supply-order-header.tpl +++ b/pdf/supply-order-header.tpl @@ -37,16 +37,16 @@ diff --git a/themes/default-bootstrap/addresses.tpl b/themes/default-bootstrap/addresses.tpl index c74781316..8779feea7 100644 --- a/themes/default-bootstrap/addresses.tpl +++ b/themes/default-bootstrap/addresses.tpl @@ -106,7 +106,7 @@
  • {foreach from=$addressKey item=key name="word_loop"} - {$address.formated[$key|replace:',':'']|escape:'htmlall':'UTF-8'} + {$address.formated[$key|replace:',':'']|escape:'html':'UTF-8'} {/foreach}
  • diff --git a/themes/default-bootstrap/authentication.tpl b/themes/default-bootstrap/authentication.tpl index e3f90b856..56d75a82c 100644 --- a/themes/default-bootstrap/authentication.tpl +++ b/themes/default-bootstrap/authentication.tpl @@ -170,7 +170,7 @@ $(document).ready(function() {
    - {if isset($back)}{/if} + {if isset($back)}{/if}
    @@ -193,7 +193,7 @@ $(document).ready(function() {

    {l s='Forgot your password?'}

    - {if isset($back)}{/if} + {if isset($back)}{/if}

    @@ -624,7 +624,7 @@ $(document).ready(function() {
    - {if isset($back)}{/if} + {if isset($back)}{/if}

    *{l s='Required field'}

    diff --git a/themes/default-bootstrap/category-cms-tree-branch.tpl b/themes/default-bootstrap/category-cms-tree-branch.tpl index 86325965a..94f8ffeaf 100644 --- a/themes/default-bootstrap/category-cms-tree-branch.tpl +++ b/themes/default-bootstrap/category-cms-tree-branch.tpl @@ -24,7 +24,7 @@ *}
  • - {$node.name|escape:'htmlall':'UTF-8'} + {$node.name|escape:'html':'UTF-8'} {if isset($node.children) && $node.children|@count > 0} {elseif isset($node.cms) && $node.cms|@count > 0} {/if} diff --git a/themes/default-bootstrap/category-tree-branch.tpl b/themes/default-bootstrap/category-tree-branch.tpl index 60d14a1fd..ddf7266b2 100644 --- a/themes/default-bootstrap/category-tree-branch.tpl +++ b/themes/default-bootstrap/category-tree-branch.tpl @@ -24,7 +24,7 @@ *}
  • - {$node.name|escape:'htmlall':'UTF-8'} + {$node.name|escape:'html':'UTF-8'} {if $node.children|@count > 0}
      {foreach from=$node.children item=child name=categoryTreeBranch} diff --git a/themes/default-bootstrap/category.tpl b/themes/default-bootstrap/category.tpl index 0dd54c3c9..76bf60936 100644 --- a/themes/default-bootstrap/category.tpl +++ b/themes/default-bootstrap/category.tpl @@ -52,9 +52,9 @@

      {strip} - {$category->name|escape:'htmlall':'UTF-8'} + {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} - {$categoryNameComplement|escape:'htmlall':'UTF-8'} + {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip}

      @@ -72,11 +72,11 @@ {/if}
      {/if} -

      +

      {strip} - {$category->name|escape:'htmlall':'UTF-8'} + {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} - {$categoryNameComplement|escape:'htmlall':'UTF-8'} + {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip} {include file="$tpl_dir./category-count.tpl"} @@ -91,7 +91,7 @@ {foreach from=$subcategories item=subcategory}
    • -
      {$subcategory.name|truncate:25:'...'|escape:'htmlall':'UTF-8'|truncate:350}
      +
      {$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'|truncate:350}
      {if $subcategory.description}
      {$subcategory.description}
      {/if} diff --git a/themes/default-bootstrap/cms.tpl b/themes/default-bootstrap/cms.tpl index 863ce4792..001ae170c 100644 --- a/themes/default-bootstrap/cms.tpl +++ b/themes/default-bootstrap/cms.tpl @@ -28,8 +28,8 @@

      {l s='This CMS page is not visible to your customers.'} - - + +

      @@ -41,13 +41,13 @@
      {elseif isset($cms_category)}
      -

      {$cms_category->name|escape:'htmlall':'UTF-8'}

      +

      {$cms_category->name|escape:'html':'UTF-8'}

      {if isset($sub_category) && !empty($sub_category)}

      {l s='List of sub categories in %s:' sprintf=$cms_category->name}

      @@ -57,7 +57,7 @@ diff --git a/themes/default-bootstrap/contact-form.tpl b/themes/default-bootstrap/contact-form.tpl index 4ae010cbf..ec050193b 100644 --- a/themes/default-bootstrap/contact-form.tpl +++ b/themes/default-bootstrap/contact-form.tpl @@ -40,7 +40,7 @@ {else}

      {l s='For questions about an order or for more information about our products'}.

      {include file="$tpl_dir./errors.tpl"} - +

      {l s='send a message'}

      @@ -51,7 +51,7 @@ {if isset($customerThread.id_contact)} {foreach from=$contacts item=contact} {if $contact.id_contact == $customerThread.id_contact} - + {/if} {/foreach} @@ -60,23 +60,23 @@

       

      {foreach from=$contacts item=contact} {/foreach} {/if}

      {if isset($customerThread.email)} - + {else} - + {/if}

      {if !$PS_CATALOG_MODE} @@ -87,7 +87,7 @@ {elseif !isset($customerThread.id_order) && !isset($isLogged)} @@ -105,7 +105,7 @@ {/foreach} @@ -126,7 +126,7 @@
      - +
      diff --git a/themes/default-bootstrap/css/addresses.css b/themes/default-bootstrap/css/addresses.css index 5a475d875..2a23b3be1 100644 --- a/themes/default-bootstrap/css/addresses.css +++ b/themes/default-bootstrap/css/addresses.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /******************************************************* Addresses Styles ********************************************************/ diff --git a/themes/default-bootstrap/css/authentication.css b/themes/default-bootstrap/css/authentication.css index bba38d7fa..aebc35000 100644 --- a/themes/default-bootstrap/css/authentication.css +++ b/themes/default-bootstrap/css/authentication.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /********************************************************** Authentication Styles **********************************************************/ diff --git a/themes/default-bootstrap/css/category.css b/themes/default-bootstrap/css/category.css index de1985f10..8e3d4b7a1 100644 --- a/themes/default-bootstrap/css/category.css +++ b/themes/default-bootstrap/css/category.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* ************************************************************************************************ Categories Page Styles ************************************************************************************************ */ diff --git a/themes/default-bootstrap/css/cms.css b/themes/default-bootstrap/css/cms.css index 5f39f39b5..474f4a9a1 100644 --- a/themes/default-bootstrap/css/cms.css +++ b/themes/default-bootstrap/css/cms.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /************************************************************** CMS Pages Styles ***************************************************************/ diff --git a/themes/default-bootstrap/css/comparator.css b/themes/default-bootstrap/css/comparator.css index f87343699..8c5666779 100644 --- a/themes/default-bootstrap/css/comparator.css +++ b/themes/default-bootstrap/css/comparator.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /******************************************************************** Compare Page Styles ********************************************************************/ @@ -83,6 +82,10 @@ table#product_comparison .comparison_unit_price { font-style: italic; } +.ie8 table#product_comparison .product-image-block .product_image img { + width: auto; +} + .footer_link { margin-bottom: 20px; } diff --git a/themes/default-bootstrap/css/contact-form.css b/themes/default-bootstrap/css/contact-form.css index 70dc69983..27b823ea6 100644 --- a/themes/default-bootstrap/css/contact-form.css +++ b/themes/default-bootstrap/css/contact-form.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /************************************************************************** Contact Page Styles **************************************************************************/ diff --git a/themes/default-bootstrap/css/global.css b/themes/default-bootstrap/css/global.css index ef7453301..6030df04c 100644 --- a/themes/default-bootstrap/css/global.css +++ b/themes/default-bootstrap/css/global.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* ################################################################################################## PRESTASHOP SCSS ################################################################################################## */ @@ -797,6 +796,39 @@ table.table_block td { transform: rotate(136deg); } +.ie8 .new { + left: 0px; + top: 0px; + width: auto; + padding: 5px 15px; +} +.ie8 .new:after { + display: none; +} +.ie8 .new:before { + display: none; +} +.ie8 .sale { + right: 0px; + top: 0px; + width: auto; + padding: 5px 15px; +} +.ie8 .sale:after { + display: none; +} +.ie8 .sale:before { + display: none; +} +.ie8 .new-box { + top: -1px; + left: -1px; +} +.ie8 .sale-box { + right: -1px; + top: -1px; +} + /************************************* BOXES *****************************************************/ .box { background: #fbfbfb; @@ -1127,7 +1159,6 @@ table.table_block td { right: 0; top: 0; cursor: pointer; - text-align: center; font-family: "FontAwesome"; font-size: 14px; } @@ -1139,6 +1170,7 @@ table.table_block td { height: 30px; color: #333333; line-height: 30px; + text-align: center; } #categories_block_left li span.grower.CLOSE:before { content: ""; @@ -1245,7 +1277,6 @@ ul.footer_links li + li { .content_sortPagiBar .sortPagiBar #productsSortForm select { max-width: 192px; float: left; - /* max 991px */ } @media (max-width: 991px) { .content_sortPagiBar .sortPagiBar #productsSortForm select { @@ -1592,9 +1623,7 @@ ul.step li.step_current span { ul.step li.step_current_end { font-weight: bold; } -ul.step li.step_todo span { - display: block; - color: #333333; +ul.step li.step_todo { background: #f7f7f7; background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed)); @@ -1603,8 +1632,12 @@ ul.step li.step_todo span { background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%); background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); +} +ul.step li.step_todo span { + display: block; border: 1px solid; border-color: white; + color: #333333; position: relative; } @media (min-width: 992px) { @@ -1617,12 +1650,6 @@ ul.step li.step_todo span { } ul.step li.step_done { border-color: #666666 #5f5f5f #292929 #5f5f5f; -} -ul.step li.step_done a { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.3); - border: 1px solid; - border-color: #8b8a8a; background: #727171; background: -moz-linear-gradient(top, #727171 0%, #666666 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727171), color-stop(100%, #666666)); @@ -1632,6 +1659,12 @@ ul.step li.step_done a { background: linear-gradient(to bottom, #727171 0%, #666666 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#666666',GradientType=0 ); } +ul.step li.step_done a { + color: white; + text-shadow: 1px 1px rgba(0, 0, 0, 0.3); + border: 1px solid; + border-color: #8b8a8a; +} @media (min-width: 992px) { ul.step li.step_done a { padding-left: 38px; @@ -1942,6 +1975,10 @@ div.star_hover a, div.star a:hover { background: #2b2b2b; } +.ie8 #header #header_logo { + width: 350px; +} + /* ************************************************************************************************ BREADCRUMB ************************************************************************************************ */ @@ -2022,6 +2059,16 @@ div.star_hover a, div.star a:hover { color: #777; } +.ie8 .breadcrumb { + min-height: 1px; +} +.ie8 .breadcrumb a:after { + display: none; +} +.ie8 .breadcrumb .navigation-pipe { + width: 20px; +} + /* ************************************************************************************************ FOOTER ************************************************************************************************ */ @@ -3395,3 +3442,7 @@ div.star.star_hover:after { padding-bottom: 0; } } + +.ie8 #facebook_block, .ie8 #cmsinfo_block { + height: 344px; +} diff --git a/themes/default-bootstrap/css/history.css b/themes/default-bootstrap/css/history.css index ba1745ea4..6d23cf9e2 100644 --- a/themes/default-bootstrap/css/history.css +++ b/themes/default-bootstrap/css/history.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /************************************************************ History Page Styles ************************************************************/ diff --git a/themes/default-bootstrap/css/jquery/footable.core.css b/themes/default-bootstrap/css/jquery/footable.core.css index 13d0471d2..c6494cb59 100644 --- a/themes/default-bootstrap/css/jquery/footable.core.css +++ b/themes/default-bootstrap/css/jquery/footable.core.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); .footable { width: 100%; } diff --git a/themes/default-bootstrap/css/jquery/jquery.bxslider.css b/themes/default-bootstrap/css/jquery/jquery.bxslider.css index 830fa4a05..6dea981a0 100644 --- a/themes/default-bootstrap/css/jquery/jquery.bxslider.css +++ b/themes/default-bootstrap/css/jquery/jquery.bxslider.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com diff --git a/themes/default-bootstrap/css/maintenance.css b/themes/default-bootstrap/css/maintenance.css index dbfac44f6..2f0118c79 100644 --- a/themes/default-bootstrap/css/maintenance.css +++ b/themes/default-bootstrap/css/maintenance.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /********************************************************************* Maintenance Page Styles **********************************************************************/ diff --git a/themes/default-bootstrap/css/modules/blockcart/blockcart.css b/themes/default-bootstrap/css/modules/blockcart/blockcart.css index af6fd2692..4c5da1383 100644 --- a/themes/default-bootstrap/css/modules/blockcart/blockcart.css +++ b/themes/default-bootstrap/css/modules/blockcart/blockcart.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* Special style for block cart*/ /******************************************************************* Cart Block Styles @@ -170,6 +169,9 @@ #header #cart_block #cart-buttons { background: url(../../../img/cart-shadow.png) repeat-x #333333; } +#header .block_content { + margin-bottom: 0; +} #cart_block #cart_block_summary, #cart_block .title_block span, #header #cart_block h4, #header #cart_block .title_block, #header #cart_block h4 { display: none; diff --git a/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css b/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css index e71eb208d..7ad7482d4 100644 --- a/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css +++ b/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* block CONTACT ******************************************************************************* */ @media (max-width: 767px) { #contact_block { diff --git a/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css b/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css index c898ef199..0dc8f482f 100644 --- a/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css +++ b/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #enabled_filters { background: #484848; padding: 16px 20px; @@ -245,3 +244,14 @@ .hide-action:hover { font-weight: bold; } + +#ul_layered_price_0 .col-xs-6, #ul_layered_weight_0 .col-xs-6 { + padding-top: 10px; +} +@media (min-width: 1200px) { + #ul_layered_price_0 .col-xs-6, #ul_layered_weight_0 .col-xs-6 { + padding-top: 0; + padding-left: 0; + padding-right: 0; + } +} diff --git a/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css b/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css index f6d8e5155..b5e49dc4d 100644 --- a/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css +++ b/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #layered_block_left ul.layered_filter_ul { border-top: 1px solid #d6d4d4; } diff --git a/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css b/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css index 0844edea4..04eda0079 100644 --- a/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css +++ b/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* Block newsletter */ #columns #newsletter_block_left .form-group { margin-bottom: 0; @@ -60,6 +59,7 @@ } #footer #newsletter_block_left .form-group .form-control { height: 45px; + line-height: 30px; max-width: 267px; background: #3c3c3c; border-color: #515151; @@ -74,7 +74,7 @@ box-shadow: black 0px 0px 0px; } #footer #newsletter_block_left .form-group .button-small { - margin-left: -42px; + margin-left: -43px; border: none; background: none; text-align: center; diff --git a/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css b/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css index fd048bf56..6483bd13a 100644 --- a/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css +++ b/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* block top search */ #search_block_top { position: absolute; @@ -46,6 +45,8 @@ display: block; font-family: "FontAwesome"; font-size: 17px; + width: 100%; + text-align: center; } #search_block_top .btn.button-search:hover { color: #6f6f6f; @@ -53,6 +54,7 @@ #search_block_top #search_query_top { padding: 0 13px; height: 45px; + line-height: 45px; width: 271px; background: #fbfbfb; float: left; diff --git a/themes/default-bootstrap/css/modules/blocktags/blocktags.css b/themes/default-bootstrap/css/modules/blocktags/blocktags.css index ecfa79e24..e9a1bd886 100644 --- a/themes/default-bootstrap/css/modules/blocktags/blocktags.css +++ b/themes/default-bootstrap/css/modules/blocktags/blocktags.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); .tags_block .block_content { overflow: hidden; } diff --git a/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css b/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css index da2ff11b8..19153c100 100644 --- a/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css +++ b/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /*** ESSENTIAL STYLES ***/ .sf-contener { clear: both; @@ -198,36 +197,38 @@ ul.sf-menu li li li.sfHover ul { color: #515151; } -.sf-menu > li > ul > li:not(#category-thumbnail) { +.sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; } @media (max-width: 767px) { - .sf-menu > li > ul > li:not(#category-thumbnail) { + .sf-menu > li > ul > li { width: 50%; } } @media (max-width: 479px) { - .sf-menu > li > ul > li:not(#category-thumbnail) { + .sf-menu > li > ul > li { width: 100%; } } @media (min-width: 768px) { - .sf-menu > li > ul > li:not(#category-thumbnail).first-in-line-lg { + .sf-menu > li > ul > li.first-in-line-lg { clear: left; } } @media (min-width: 480px) and (max-width: 767px) { - .sf-menu > li > ul > li:not(#category-thumbnail).first-in-line-xs { + .sf-menu > li > ul > li.first-in-line-xs { clear: left; } } .sf-menu > li > ul > li#category-thumbnail { - width: 100%; + width: 100% !important; + float: none; clear: both; overflow: hidden; + padding-right: 0; } .sf-menu > li > ul > li#category-thumbnail > div { float: left; diff --git a/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css b/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css index 2aef77d5a..af97ffdfd 100644 --- a/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css +++ b/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* block top user information */ #header_right #header_user { clear: both; @@ -22,7 +21,7 @@ #header_right #header_user #shopping_cart a { padding: 7px 10px 14px 16px; background: #333333; - min-width: 270px; + width: 270px; display: block; font-weight: bold; color: #777777; @@ -31,7 +30,7 @@ } @media (min-width: 768px) and (max-width: 991px) { #header_right #header_user #shopping_cart a { - min-width: 190px; + width: 190px; } } @media (min-width: 768px) and (max-width: 991px) { diff --git a/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css b/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css index 26ec29c50..7dafc35d6 100644 --- a/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css +++ b/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* module blockwishlist */ /* lnk on detail product page */ #primary_block #wishlist_button { diff --git a/themes/default-bootstrap/css/modules/carriercompare/style.css b/themes/default-bootstrap/css/modules/carriercompare/style.css index bbd6e53c8..5d5f7f832 100644 --- a/themes/default-bootstrap/css/modules/carriercompare/style.css +++ b/themes/default-bootstrap/css/modules/carriercompare/style.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #compare_shipping .form-group { line-height: normal; margin-bottom: 10px; diff --git a/themes/default-bootstrap/css/modules/crossselling/crossselling.css b/themes/default-bootstrap/css/modules/crossselling/crossselling.css index de6746ee6..e69de29bb 100644 --- a/themes/default-bootstrap/css/modules/crossselling/crossselling.css +++ b/themes/default-bootstrap/css/modules/crossselling/crossselling.css @@ -1 +0,0 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); diff --git a/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css b/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css index c30582e09..52f1bd3e9 100644 --- a/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css +++ b/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #favoriteproducts_block_account .favoriteproduct { position: relative; margin-bottom: 14px; diff --git a/themes/default-bootstrap/css/modules/homeslider/bx_styles.css b/themes/default-bootstrap/css/modules/homeslider/bx_styles.css index cc8d96652..65e0089d2 100644 --- a/themes/default-bootstrap/css/modules/homeslider/bx_styles.css +++ b/themes/default-bootstrap/css/modules/homeslider/bx_styles.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com @@ -221,3 +220,7 @@ font-size: .85em; padding: 10px; } + +.ie8 #homepage-slider .bx-wrapper .bx-controls-direction a:before { + background: #333333; +} diff --git a/themes/default-bootstrap/css/modules/productcomments/productcomments.css b/themes/default-bootstrap/css/modules/productcomments/productcomments.css index 722424fb0..bd7922fb3 100644 --- a/themes/default-bootstrap/css/modules/productcomments/productcomments.css +++ b/themes/default-bootstrap/css/modules/productcomments/productcomments.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #product_comments_block_extra { padding: 8px 10px 10px; font-weight: bold; diff --git a/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css b/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css index fa8a0cb60..91da7cc99 100644 --- a/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css +++ b/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #stripe-payment-form { line-height: 20px; padding-bottom: 7px; diff --git a/themes/default-bootstrap/css/modules/themeconfigurator/views/css/hooks.css b/themes/default-bootstrap/css/modules/themeconfigurator/views/css/hooks.css index 164fdf309..eef234ead 100644 --- a/themes/default-bootstrap/css/modules/themeconfigurator/views/css/hooks.css +++ b/themes/default-bootstrap/css/modules/themeconfigurator/views/css/hooks.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* Home hook CSS */ #htmlcontent_home ul { margin: 0 -5px; diff --git a/themes/default-bootstrap/css/my-account.css b/themes/default-bootstrap/css/my-account.css index b4cc6573d..c52681160 100644 --- a/themes/default-bootstrap/css/my-account.css +++ b/themes/default-bootstrap/css/my-account.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); #my-account .addresses-lists { margin-bottom: 30px; } diff --git a/themes/default-bootstrap/css/order-opc.css b/themes/default-bootstrap/css/order-opc.css index d3a8512f7..75dc1301d 100644 --- a/themes/default-bootstrap/css/order-opc.css +++ b/themes/default-bootstrap/css/order-opc.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /******************************************************** One-Page Checkout Styles ********************************************************/ diff --git a/themes/default-bootstrap/css/product.css b/themes/default-bootstrap/css/product.css index 699e0bd87..ca2fb2372 100644 --- a/themes/default-bootstrap/css/product.css +++ b/themes/default-bootstrap/css/product.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* product desc */ /* primary_block ***************************************************************************** */ #primary_block { @@ -98,6 +97,11 @@ img { color: #333333; } +.ie8 #pb-right-column #image-block #view_full_size .span_link { + background: #fff; + border: 1px solid #d6d4d4; +} + /* miniatures */ #pb-right-column #views_block { margin-top: 10px; @@ -237,6 +241,9 @@ span.view_scroll_spacer { content: ""; } +#view_scroll_left { + margin-top: 0; +} #view_scroll_left:before { content: ""; padding-right: 2px; @@ -249,6 +256,15 @@ span.view_scroll_spacer { margin-right: 6px; } +.view_scroll_spacer { + margin-top: 38px; +} +@media (min-width: 768px) and (max-width: 991px) { + .view_scroll_spacer { + margin-top: 28px; + } +} + /* link list */ #usefull_link_block { list-style-type: none; @@ -520,6 +536,12 @@ span.view_scroll_spacer { border-radius: 5px; position: relative; display: block; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7)); + background-image: -webkit-linear-gradient(#009ad0, #007ab7); + background-image: -moz-linear-gradient(#009ad0, #007ab7); + background-image: -o-linear-gradient(#009ad0, #007ab7); + background-image: linear-gradient(#009ad0, #007ab7); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); } .box-info-product .exclusive:before { font-family: "FontAwesome"; @@ -564,12 +586,6 @@ span.view_scroll_spacer { } .box-info-product .exclusive span { - background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7)); - background-image: -webkit-linear-gradient(#009ad0, #007ab7); - background-image: -moz-linear-gradient(#009ad0, #007ab7); - background-image: -o-linear-gradient(#009ad0, #007ab7); - background-image: linear-gradient(#009ad0, #007ab7); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; @@ -604,7 +620,7 @@ span.view_scroll_spacer { } } -.box-info-product .exclusive:hover span { +.box-info-product .exclusive:hover { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0)); background-image: -webkit-linear-gradient(#007ab7, #009ad0); background-image: -moz-linear-gradient(#007ab7, #009ad0); @@ -704,6 +720,7 @@ table.table-produst-discounts tr th { padding: 0 6px; float: left; border: 1px solid #d6d4d4; + line-height: 27px; } #quantity_wanted_p .btn { float: left; @@ -777,6 +794,10 @@ table.table-produst-discounts tr th { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); } +.ie8 .box-security { + filter: none; +} + /* prices */ .content_prices { padding: 13px 19px; diff --git a/themes/default-bootstrap/css/product_list.css b/themes/default-bootstrap/css/product_list.css index d22fb2c79..79ca7f720 100644 --- a/themes/default-bootstrap/css/product_list.css +++ b/themes/default-bootstrap/css/product_list.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /******************************************************* Product list Styles ********************************************************/ @@ -74,6 +73,11 @@ ul.product_list .comments_note .nb-comments { font-style: italic; } +.ie8 .quick-view { + background: #fff; + border: 1px solid #d6d4d4; +} + /******************************************************* Product list(Grid) Styles ********************************************************/ diff --git a/themes/default-bootstrap/css/scenes.css b/themes/default-bootstrap/css/scenes.css index 0c0e86671..84ef84c77 100644 --- a/themes/default-bootstrap/css/scenes.css +++ b/themes/default-bootstrap/css/scenes.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /*TMP*/ #scenes .cluetip span { background: transparent url(../img/icon/cible.gif) no-repeat scroll center center; diff --git a/themes/default-bootstrap/css/sitemap.css b/themes/default-bootstrap/css/sitemap.css index 51c146ba7..5621cfd78 100644 --- a/themes/default-bootstrap/css/sitemap.css +++ b/themes/default-bootstrap/css/sitemap.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /****************************************************************** Sitemap Page Styles *******************************************************************/ diff --git a/themes/default-bootstrap/css/stores.css b/themes/default-bootstrap/css/stores.css index 4432d1a3b..4ac385f54 100644 --- a/themes/default-bootstrap/css/stores.css +++ b/themes/default-bootstrap/css/stores.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /*********************************************************** Stores Page Styles ************************************************************/ diff --git a/themes/default-bootstrap/discount.tpl b/themes/default-bootstrap/discount.tpl index 69ec11003..26a363bb3 100644 --- a/themes/default-bootstrap/discount.tpl +++ b/themes/default-bootstrap/discount.tpl @@ -47,7 +47,7 @@
  • - - + + '); + $('table#stores-table').find('tbody').append(''); $('#stores-table').show(); } @@ -137,7 +137,7 @@ function searchLocationsNear(center) function createMarker(latlng, name, address, other, id_store, has_store_picture) { - var html = ''+name+'
    '+address+(has_store_picture === 1 ? '

    ' : '')+other+'
    '+translation_5+'<\/a>'; + var html = ''+name+'
    '+address+(has_store_picture === 1 ? '

    ' : '')+other+'
    '+translation_5+'<\/a>'; var image = new google.maps.MarkerImage(img_ps_dir+logo_store); var marker = ''; diff --git a/themes/default-bootstrap/lang/en.php b/themes/default-bootstrap/lang/en.php index 10279038d..11136241c 100644 --- a/themes/default-bootstrap/lang/en.php +++ b/themes/default-bootstrap/lang/en.php @@ -95,7 +95,7 @@ $_LANG['history_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Price Rules'; $_LANG['history_ec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANG['history_466eadd40b3c10580e3ab4e8061161ce'] = 'Invoice'; $_LANG['history_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; -$_LANG['history_0b3db27bc15f682e92ff250ebb167d4b'] = 'Back to your account.'; +$_LANG['history_0b3db27bc15f682e92ff250ebb167d4b'] = 'Back to your account'; $_LANG['history_8cf04a9734132302f96da8e113e80ce5'] = 'Home'; $_LANG['history_01abfc750a0c942167651c40d088531d'] = '#'; $_LANG['identity_19f823c6453c2b1ffd09cb715214813d'] = 'Required field'; diff --git a/themes/default-bootstrap/maintenance.tpl b/themes/default-bootstrap/maintenance.tpl index 5b5939345..8a8e0fc41 100644 --- a/themes/default-bootstrap/maintenance.tpl +++ b/themes/default-bootstrap/maintenance.tpl @@ -26,13 +26,13 @@ - {$meta_title|escape:'htmlall':'UTF-8'} + {$meta_title|escape:'html':'UTF-8'} {if isset($meta_description)} - + {/if} {if isset($meta_keywords)} - + {/if} diff --git a/themes/default-bootstrap/manufacturer-list.tpl b/themes/default-bootstrap/manufacturer-list.tpl index 5b669e8a9..240940682 100644 --- a/themes/default-bootstrap/manufacturer-list.tpl +++ b/themes/default-bootstrap/manufacturer-list.tpl @@ -73,16 +73,16 @@

    - {if $manufacturer.nb_products > 0}{/if} - {$manufacturer.name|truncate:60:'...'|escape:'htmlall':'UTF-8'} + {if $manufacturer.nb_products > 0}{/if} + {$manufacturer.name|truncate:60:'...'|escape:'html':'UTF-8'} {if $manufacturer.nb_products > 0}{/if}

    @@ -92,12 +92,12 @@ diff --git a/themes/default-bootstrap/manufacturer.tpl b/themes/default-bootstrap/manufacturer.tpl index 49db1edcf..eaa213c74 100644 --- a/themes/default-bootstrap/manufacturer.tpl +++ b/themes/default-bootstrap/manufacturer.tpl @@ -27,7 +27,7 @@ {include file="$tpl_dir./errors.tpl"} {if !isset($errors) OR !sizeof($errors)} -

    {l s='List of products by manufacturer'} {$manufacturer->name|escape:'htmlall':'UTF-8'}

    +

    {l s='List of products by manufacturer'} {$manufacturer->name|escape:'html':'UTF-8'}

    {if !empty($manufacturer->description) || !empty($manufacturer->short_description)}
    {if !empty($manufacturer->short_description)} diff --git a/themes/default-bootstrap/mobile/address.tpl b/themes/default-bootstrap/mobile/address.tpl index 2fa091719..cc658b9c2 100644 --- a/themes/default-bootstrap/mobile/address.tpl +++ b/themes/default-bootstrap/mobile/address.tpl @@ -38,7 +38,7 @@ countriesNeedZipCode = new Array(); {if isset($country.states) && $country.contains_states} countries[{$country.id_country|intval}] = new Array(); {foreach from=$country.states item='state' name='states'} - countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'htmlall':'UTF-8'}'{rdelim}); + countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'html':'UTF-8'}'{rdelim}); {/foreach} {/if} {if $country.need_identification_number} @@ -49,7 +49,7 @@ countriesNeedZipCode = new Array(); {/if} {/foreach} $(function(){ldelim} - $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state}{else}{if isset($address->id_state)}{$address->id_state|escape:'htmlall':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); + $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state}{else}{if isset($address->id_state)}{$address->id_state|escape:'html':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); {rdelim}); {literal} $(document).ready(function() { @@ -77,7 +77,7 @@ $(document).ready(function() { {if isset($smarty.post.alias)} "{$smarty.post.alias}" {else} - {if isset($address->alias)}"{$address->alias|escape:'htmlall':'UTF-8'}"{/if} + {if isset($address->alias)}"{$address->alias|escape:'html':'UTF-8'}"{/if} {/if} {else} {l s='To add a new address, please fill out the form below.'} @@ -88,7 +88,7 @@ $(document).ready(function() {

    {if isset($id_address) && $id_address != 0}{l s='Your address'}{else}{l s='New address'}{/if}

    - +

    {l s='DNI / NIF / NIE'} *

    {if $vat_display == 2} @@ -101,7 +101,7 @@ $(document).ready(function() {

    - +

    @@ -112,44 +112,44 @@ $(document).ready(function() {
    - +
    {/if} {if $field_name eq 'firstname'}
    - +
    {/if} {if $field_name eq 'lastname'}
    - +
    {/if} {if $field_name eq 'address1'}
    - +
    {/if} {if $field_name eq 'address2'}
    - +
    {/if} {if $field_name eq 'postcode'} {assign var="postCodeExist" value="true"}
    - +
    {/if} {if $field_name eq 'city'}
    - +
    {/if} {if $field_name eq 'Country:name' || $field_name eq 'country'} @@ -197,7 +197,7 @@ $(document).ready(function() { {if $postCodeExist eq "false"} {/if} {if $stateExist eq "false"} @@ -210,21 +210,21 @@ $(document).ready(function() { {/if}
    - +

    {l s='You must register at least one phone number.'} *

    - +
    - +

    - +

    {if isset($id_address)}{/if} diff --git a/themes/default-bootstrap/mobile/addresses.tpl b/themes/default-bootstrap/mobile/addresses.tpl index c40082ad1..8d385d71a 100644 --- a/themes/default-bootstrap/mobile/addresses.tpl +++ b/themes/default-bootstrap/mobile/addresses.tpl @@ -43,7 +43,7 @@ {foreach from=$address.ordered name=adr_loop item=pattern} {assign var=addressKey value=" "|explode:$pattern} {foreach from=$addressKey item=key name="word_loop"} - {$address.formated[$key|replace:',':'']|escape:'htmlall':'UTF-8'} + {$address.formated[$key|replace:',':'']|escape:'html':'UTF-8'} {/foreach}
    {/foreach} diff --git a/themes/default-bootstrap/mobile/authentication-choice.tpl b/themes/default-bootstrap/mobile/authentication-choice.tpl index 2c01fbfd7..2f667c4c4 100644 --- a/themes/default-bootstrap/mobile/authentication-choice.tpl +++ b/themes/default-bootstrap/mobile/authentication-choice.tpl @@ -5,9 +5,9 @@

    {l s='Enter your email address to create an account'}.

    - +
    - {if isset($back)}{/if} + {if isset($back)}{/if}
    @@ -18,11 +18,11 @@

    {l s='Already registered?'}

    - +
    - +

    {l s='Forgot your password?'}

    diff --git a/themes/default-bootstrap/mobile/authentication-create-account.tpl b/themes/default-bootstrap/mobile/authentication-create-account.tpl index ade6331bc..baf67b973 100644 --- a/themes/default-bootstrap/mobile/authentication-create-account.tpl +++ b/themes/default-bootstrap/mobile/authentication-create-account.tpl @@ -31,7 +31,7 @@ {* @@ -51,13 +51,13 @@

    @@ -152,7 +152,7 @@

    @@ -211,7 +211,7 @@

    - {if isset($back)}{/if} + {if isset($back)}{/if} *{l s='Required field'}

    diff --git a/themes/default-bootstrap/mobile/authentication.tpl b/themes/default-bootstrap/mobile/authentication.tpl index aa89099ae..f63baec15 100644 --- a/themes/default-bootstrap/mobile/authentication.tpl +++ b/themes/default-bootstrap/mobile/authentication.tpl @@ -38,7 +38,7 @@ countriesNeedZipCode = new Array(); {if isset($country.states) && $country.contains_states} countries[{$country.id_country|intval}] = new Array(); {foreach from=$country.states item='state' name='states'} - countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'htmlall':'UTF-8'}'{rdelim}); + countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'html':'UTF-8'}'{rdelim}); {/foreach} {/if} {if $country.need_identification_number} @@ -50,7 +50,7 @@ countriesNeedZipCode = new Array(); {/foreach} {/if} $(function(){ldelim} - $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address)}{$address->id_state|escape:'htmlall':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); + $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address)}{$address->id_state|escape:'html':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); {rdelim}); //]]> {literal} diff --git a/themes/default-bootstrap/mobile/category-cms-tree-branch.tpl b/themes/default-bootstrap/mobile/category-cms-tree-branch.tpl index f7f27809a..46a308d48 100644 --- a/themes/default-bootstrap/mobile/category-cms-tree-branch.tpl +++ b/themes/default-bootstrap/mobile/category-cms-tree-branch.tpl @@ -25,7 +25,7 @@
  • 0 || isset($node.cms) && $node.cms|@count > 0}data-icon="more"{/if}> - {$node.name|escape:'htmlall':'UTF-8'} + {$node.name|escape:'html':'UTF-8'} {if isset($node.children) && $node.children|@count > 0} {elseif isset($node.cms) && $node.cms|@count > 0} {/if} diff --git a/themes/default-bootstrap/mobile/category-product-list.tpl b/themes/default-bootstrap/mobile/category-product-list.tpl index 8eff694b1..23d349e67 100644 --- a/themes/default-bootstrap/mobile/category-product-list.tpl +++ b/themes/default-bootstrap/mobile/category-product-list.tpl @@ -27,9 +27,9 @@
  • - + - + - + - + {/foreach} @@ -81,9 +81,9 @@ {/if} {section name=pagination start=$page-1 loop=$page+2 step=1} {if $page == $smarty.section.pagination.index} -
  • {$page|escape:'htmlall':'UTF-8'}
  • +
  • {$page|escape:'html':'UTF-8'}
  • {elseif $smarty.section.pagination.index > 0 && $orders|@count+$nbpagination > ($smarty.section.pagination.index)*($nbpagination)} -
  • {$smarty.section.pagination.index|escape:'htmlall':'UTF-8'}
  • +
  • {$smarty.section.pagination.index|escape:'html':'UTF-8'}
  • {/if} {/section} {if $max_page-$page > 1} @@ -108,7 +108,7 @@ @@ -170,7 +170,7 @@ {/foreach} - " data-original-title="{l s='Generated by these following orders' mod='loyalty'}" title="" data-toggle="popover" href="{$smarty.server.SCRIPT_NAME|escape:'htmlall':'UTF-8'}" data-original-title="">{l s='more...' mod='loyalty'} + " data-original-title="{l s='Generated by these following orders' mod='loyalty'}" title="" data-toggle="popover" href="{$smarty.server.SCRIPT_NAME|escape:'html':'UTF-8'}" data-original-title="">{l s='more...' mod='loyalty'} diff --git a/themes/default-bootstrap/modules/productscategory/productscategory.tpl b/themes/default-bootstrap/modules/productscategory/productscategory.tpl index 34bac3165..e61d4f532 100644 --- a/themes/default-bootstrap/modules/productscategory/productscategory.tpl +++ b/themes/default-bootstrap/modules/productscategory/productscategory.tpl @@ -32,7 +32,7 @@ {$categoryProduct.name|htmlspecialchars}
    - {$categoryProduct.name|truncate:14:'...'|escape:'htmlall':'UTF-8'} + {$categoryProduct.name|truncate:14:'...'|escape:'html':'UTF-8'}
    {if $ProdDisplayPrice AND $categoryProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}

    diff --git a/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl b/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl index 2587b1575..f9d84300f 100644 --- a/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl +++ b/themes/default-bootstrap/modules/referralprogram/views/templates/front/program.tpl @@ -113,9 +113,9 @@ {section name=friends start=0 loop=$nbFriends step=1}

    - - - + + + {/section} diff --git a/themes/default-bootstrap/modules/referralprogram/views/templates/hook/authentication.tpl b/themes/default-bootstrap/modules/referralprogram/views/templates/hook/authentication.tpl index 71f4523e6..92ca414aa 100644 --- a/themes/default-bootstrap/modules/referralprogram/views/templates/hook/authentication.tpl +++ b/themes/default-bootstrap/modules/referralprogram/views/templates/hook/authentication.tpl @@ -28,7 +28,7 @@

    {l s='Referral program' mod='referralprogram'}

    - +

    \ No newline at end of file diff --git a/themes/default-bootstrap/nbr-product-page.tpl b/themes/default-bootstrap/nbr-product-page.tpl index 9ffd69aef..03612bd4a 100644 --- a/themes/default-bootstrap/nbr-product-page.tpl +++ b/themes/default-bootstrap/nbr-product-page.tpl @@ -41,13 +41,13 @@ {if $nb_products > $products_per_page}
    - {if isset($search_query) AND $search_query}{/if} - {if isset($tag) AND $tag AND !is_array($tag)}{/if} + {if isset($search_query) AND $search_query}{/if} + {if isset($tag) AND $tag AND !is_array($tag)}{/if} {if is_array($requestNb)} {foreach from=$requestNb item=requestValue key=requestKey} {if $requestKey != 'requestUrl'} - + {/if} {/foreach} {/if} @@ -55,7 +55,7 @@ {assign var="lastnValue" value="0"} {foreach from=$nArray item=nValue} {if $lastnValue <= $nb_products} - + {/if} {assign var="lastnValue" value=$nValue} {/foreach} diff --git a/themes/default-bootstrap/order-address-multishipping.tpl b/themes/default-bootstrap/order-address-multishipping.tpl index fbb67a9a0..d917cf1db 100644 --- a/themes/default-bootstrap/order-address-multishipping.tpl +++ b/themes/default-bootstrap/order-address-multishipping.tpl @@ -175,7 +175,7 @@
    diff --git a/themes/default-bootstrap/order-address-product-line.tpl b/themes/default-bootstrap/order-address-product-line.tpl index 85080cf82..4103f2a81 100644 --- a/themes/default-bootstrap/order-address-product-line.tpl +++ b/themes/default-bootstrap/order-address-product-line.tpl @@ -25,13 +25,13 @@ *} - + - + {/foreach} @@ -75,7 +75,7 @@ {if isset($followup)}

    {l s='Click the following link to track the delivery of your order'}

    -{$followup|escape:'htmlall':'UTF-8'} +{$followup|escape:'html':'UTF-8'} {/if}
    @@ -84,12 +84,12 @@
      isVirtual()}style="display:none;"{/if}>
    • {l s='Delivery address'} ({$address_delivery->alias})

    • {foreach from=$dlv_adr_fields name=dlv_loop item=field_item} - {if $field_item eq "company" && isset($address_delivery->company)}
    • {$address_delivery->company|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "address2" && $address_delivery->address2}
    • {$address_delivery->address2|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "phone_mobile" && $address_delivery->phone_mobile}
    • {$address_delivery->phone_mobile|escape:'htmlall':'UTF-8'}
    • + {if $field_item eq "company" && isset($address_delivery->company)}
    • {$address_delivery->company|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "address2" && $address_delivery->address2}
    • {$address_delivery->address2|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "phone_mobile" && $address_delivery->phone_mobile}
    • {$address_delivery->phone_mobile|escape:'html':'UTF-8'}
    • {else} {assign var=address_words value=" "|explode:$field_item} -
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
    • +
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
    • {/if} {/foreach}
    @@ -98,12 +98,12 @@
    • {l s='Invoice address'} ({$address_invoice->alias})

    • {foreach from=$inv_adr_fields name=inv_loop item=field_item} - {if $field_item eq "company" && isset($address_invoice->company)}
    • {$address_invoice->company|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "address2" && $address_invoice->address2}
    • {$address_invoice->address2|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "phone_mobile" && $address_invoice->phone_mobile}
    • {$address_invoice->phone_mobile|escape:'htmlall':'UTF-8'}
    • + {if $field_item eq "company" && isset($address_invoice->company)}
    • {$address_invoice->company|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "address2" && $address_invoice->address2}
    • {$address_invoice->address2|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "phone_mobile" && $address_invoice->phone_mobile}
    • {$address_invoice->phone_mobile|escape:'html':'UTF-8'}
    • {else} {assign var=address_words value=" "|explode:$field_item} -
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
    • +
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
    • {/if} {/foreach} @@ -198,9 +198,9 @@ {if isset($product.customizedDatas)}
    {if $return_allowed}{/if} - + {if $return_allowed}{/if} - + @@ -337,8 +337,8 @@ {/foreach} {foreach from=$discounts item=discount} - - + + @@ -407,17 +407,17 @@ - + {/foreach} diff --git a/themes/default-bootstrap/order-follow.tpl b/themes/default-bootstrap/order-follow.tpl index c2dc59d5b..1be49bae3 100644 --- a/themes/default-bootstrap/order-follow.tpl +++ b/themes/default-bootstrap/order-follow.tpl @@ -71,7 +71,7 @@ - + - - + + {assign var='productId' value=$customization.product_id} @@ -80,8 +80,8 @@ {if $product.product_quantity > $quantityDisplayed} - - + + {/if} diff --git a/themes/default-bootstrap/pagination.tpl b/themes/default-bootstrap/pagination.tpl index 0bc77e213..dd03c6d21 100644 --- a/themes/default-bootstrap/pagination.tpl +++ b/themes/default-bootstrap/pagination.tpl @@ -52,13 +52,13 @@ {if $nb_products > $products_per_page && $start!=$stop}
    - {if isset($search_query) AND $search_query}{/if} - {if isset($tag) AND $tag AND !is_array($tag)}{/if} + {if isset($search_query) AND $search_query}{/if} + {if isset($tag) AND $tag AND !is_array($tag)}{/if} {if is_array($requestNb)} {foreach from=$requestNb item=requestValue key=requestKey} {if $requestKey != 'requestUrl'} - + {/if} {/foreach} {/if} @@ -87,9 +87,9 @@ {/if} {section name=pagination start=$start loop=$stop+1 step=1} {if $p == $smarty.section.pagination.index} -
  • {$p|escape:'htmlall':'UTF-8'}
  • +
  • {$p|escape:'html':'UTF-8'}
  • {else} -
  • {$smarty.section.pagination.index|escape:'htmlall':'UTF-8'}
  • +
  • {$smarty.section.pagination.index|escape:'html':'UTF-8'}
  • {/if} {/section} {if $pages_nb>$stop+2} diff --git a/themes/default-bootstrap/password.tpl b/themes/default-bootstrap/password.tpl index 9d66882cc..1668ee364 100644 --- a/themes/default-bootstrap/password.tpl +++ b/themes/default-bootstrap/password.tpl @@ -30,16 +30,16 @@ {include file="$tpl_dir./errors.tpl"} {if isset($confirmation) && $confirmation == 1} -

    {l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {if isset($customer_email)}{$customer_email|escape:'htmlall':'UTF-8'|stripslashes}{/if}

    +

    {l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {if isset($customer_email)}{$customer_email|escape:'html':'UTF-8'|stripslashes}{/if}

    {elseif isset($confirmation) && $confirmation == 2} -

    {l s='A confirmation email has been sent to your address:'} {if isset($customer_email)}{$customer_email|escape:'htmlall':'UTF-8'|stripslashes}{/if}

    +

    {l s='A confirmation email has been sent to your address:'} {if isset($customer_email)}{$customer_email|escape:'html':'UTF-8'|stripslashes}{/if}

    {else}

    {l s='Please enter the email address you used to register. We will then send you a new password. '}

    - +
    - +

    diff --git a/themes/default-bootstrap/product-list-colors.tpl b/themes/default-bootstrap/product-list-colors.tpl index a4d4f2205..fa34696a1 100644 --- a/themes/default-bootstrap/product-list-colors.tpl +++ b/themes/default-bootstrap/product-list-colors.tpl @@ -25,6 +25,6 @@

      {foreach from=$colors_list item='color'} -
    • +
    • {/foreach}
    diff --git a/themes/default-bootstrap/product-list.tpl b/themes/default-bootstrap/product-list.tpl index bd5228feb..dbad52a54 100644 --- a/themes/default-bootstrap/product-list.tpl +++ b/themes/default-bootstrap/product-list.tpl @@ -50,10 +50,10 @@
    - - {$product.legend|escape:'htmlall':'UTF-8'} + + {$product.legend|escape:'html':'UTF-8'} - {if isset($quick_view) && $quick_view}Quick view{/if} + {if isset($quick_view) && $quick_view}Quick view{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}
    {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} @@ -70,7 +70,7 @@
    -
    {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}{$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}
    +
    {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}
    {hook h='displayProductListReviews' product=$product}

    {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}

    {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} @@ -96,7 +96,7 @@ {l s='Add to cart'} {/if} {/if} - {l s='More'} + {l s='More'}
    {if isset($product.color_list)}
    {$product.color_list}
    {/if} diff --git a/themes/default-bootstrap/product-sort.tpl b/themes/default-bootstrap/product-sort.tpl index bcfc7d493..18a75b361 100644 --- a/themes/default-bootstrap/product-sort.tpl +++ b/themes/default-bootstrap/product-sort.tpl @@ -58,11 +58,11 @@ $(document).ready(function(){ //]]> {/if} - +
    - - + +

    @@ -197,12 +197,12 @@ var contentOnly = {if $content_only}true{else}false{/if} {if $have_image} - {$product->name|escape:'htmlall':'UTF-8'} + {$product->name|escape:'html':'UTF-8'} {if !$content_only}{l s='View larger'}{/if} {else} - + {if !$content_only}{l s='View larger'}{/if} {/if} @@ -241,10 +241,10 @@ var contentOnly = {if $content_only}true{else}false{/if}

    {l s='Online only'}

    {/if} -

    {$product->name|escape:'htmlall':'UTF-8'}

    +

    {$product->name|escape:'html':'UTF-8'}

    reference}style="display: none;"{/if}> - {$product->reference|escape:'htmlall':'UTF-8'} + {$product->reference|escape:'html':'UTF-8'}

    {if $product->description_short OR $packItems|@count > 0}
    @@ -261,7 +261,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {foreach from=$packItems item=packItem}
    - {$packItem.pack_quantity} x {$packItem.name|escape:'htmlall':'UTF-8'} + {$packItem.pack_quantity} x {$packItem.name|escape:'html':'UTF-8'}

    {$packItem.description_short}

    {/foreach} @@ -397,7 +397,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {/if} {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} -

    {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}

    +

    {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'html':'UTF-8'}

    {/if} {*close if for show price*} {/if} @@ -437,13 +437,13 @@ var contentOnly = {if $content_only}true{else}false{/if} {foreach from=$groups key=id_attribute_group item=group} {if $group.attributes|@count}
    - + {assign var="groupName" value="group_$id_attribute_group"}
    {if ($group.group_type == 'select')} {elseif ($group.group_type == 'color')} @@ -468,7 +468,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {foreach from=$group.attributes key=id_attribute item=group_attribute}
  • - {$group_attribute|escape:'htmlall':'UTF-8'} + {$group_attribute|escape:'html':'UTF-8'}
  • {/foreach} @@ -523,7 +523,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {foreach from=$features item=feature}
    {if isset($feature.value)} - + {/if} {/foreach} @@ -555,15 +555,15 @@ var contentOnly = {if $content_only}true{else}false{/if}
  • -
    {$accessory.name|truncate:20:'...':true|escape:'htmlall':'UTF-8'}
    +
    {$accessory.name|truncate:20:'...':true|escape:'html':'UTF-8'}
    {if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} {if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}{/if} @@ -647,7 +647,7 @@ var contentOnly = {if $content_only}true{else}false{/if}

    {l s='Download'}

    {foreach from=$attachments item=attachment} - {$attachment.name|escape:'htmlall':'UTF-8'}
    {$attachment.description|escape:'htmlall':'UTF-8'} + {$attachment.name|escape:'html':'UTF-8'}
    {$attachment.description|escape:'html':'UTF-8'} {/foreach}
    diff --git a/themes/default-bootstrap/products-comparison.tpl b/themes/default-bootstrap/products-comparison.tpl index c54818429..3c3bff1ed 100644 --- a/themes/default-bootstrap/products-comparison.tpl +++ b/themes/default-bootstrap/products-comparison.tpl @@ -61,7 +61,7 @@ {/if} {/if}
    -
    {$product->name|truncate:45:'...'|escape:'htmlall':'UTF-8'}
    +
    {$product->name|truncate:45:'...'|escape:'html':'UTF-8'}
    {if isset($product->show_price) && $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} {convertPrice price=$product->getPrice($taxes_behavior)} @@ -83,7 +83,7 @@ {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$product->getPrice($taxes_behavior) punit_price=$product->unit_price_ratio assign=unit_price} -  {convertPrice price=$unit_price} {l s='per %s' sprintf=$product->unity|escape:'htmlall':'UTF-8'} +  {convertPrice price=$unit_price} {l s='per %s' sprintf=$product->unity|escape:'html':'UTF-8'} {else} {/if} {/if} @@ -98,12 +98,12 @@ quantity <= 0} class="warning-inline"{/if}> {if $product->quantity <= 0} {if $allow_oosp} - {$product->available_later|escape:'htmlall':'UTF-8'} + {$product->available_later|escape:'html':'UTF-8'} {else} {l s='This product is no longer in stock.'} {/if} {else} - {$product->available_now|escape:'htmlall':'UTF-8'} + {$product->available_now|escape:'html':'UTF-8'} {/if} {/if} @@ -132,7 +132,7 @@
  • {cycle values='comparison_feature_odd,comparison_feature_even' assign='classname'} {foreach from=$products item=product name=for_products} @@ -140,7 +140,7 @@ {assign var='feature_id' value=$feature.id_feature} {if isset($product_features[$product_id])} {assign var='tab' value=$product_features[$product_id]} - + {else} {/if} diff --git a/themes/default-bootstrap/restricted-country.tpl b/themes/default-bootstrap/restricted-country.tpl index 80a395ca0..2df1c715c 100644 --- a/themes/default-bootstrap/restricted-country.tpl +++ b/themes/default-bootstrap/restricted-country.tpl @@ -26,13 +26,13 @@ - {$meta_title|escape:'htmlall':'UTF-8'} + {$meta_title|escape:'html':'UTF-8'} {if isset($meta_description)} - + {/if} {if isset($meta_keywords)} - + {/if} diff --git a/themes/default-bootstrap/sass/_theme_variables.scss b/themes/default-bootstrap/sass/_theme_variables.scss index 250da7e89..f10a7c72d 100644 --- a/themes/default-bootstrap/sass/_theme_variables.scss +++ b/themes/default-bootstrap/sass/_theme_variables.scss @@ -1,6 +1,5 @@ @import 'compass'; @import 'bootstrap_lib/_variables'; -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); //------- FONTS diff --git a/themes/default-bootstrap/sass/comparator.scss b/themes/default-bootstrap/sass/comparator.scss index 78737341e..271ca4139 100644 --- a/themes/default-bootstrap/sass/comparator.scss +++ b/themes/default-bootstrap/sass/comparator.scss @@ -101,4 +101,7 @@ table#product_comparison { font-style:italic; } } +.ie8 table#product_comparison .product-image-block .product_image img { + width:auto; +} .footer_link { margin-bottom:20px;} \ No newline at end of file diff --git a/themes/default-bootstrap/sass/global.scss b/themes/default-bootstrap/sass/global.scss index af069bc7d..ea050d835 100644 --- a/themes/default-bootstrap/sass/global.scss +++ b/themes/default-bootstrap/sass/global.scss @@ -617,6 +617,7 @@ table.table_block td { left:-33px; top:6px; z-index:1; + &:before{ position:absolute; bottom:-3px; @@ -630,6 +631,7 @@ table.table_block td { text-indent:-5000px; @include rotate(225deg); } + &:after{ position:absolute; bottom:-3px; @@ -686,6 +688,42 @@ table.table_block td { @include rotate(136deg); } } +.ie8 { + .new { + left:0px; + top:0px; + width:auto; + padding:5px 15px; + + &:after { + display:none; + } + &:before { + display:none; + } + } + .sale { + right:0px; + top:0px; + width:auto; + padding:5px 15px; + + &:after { + display:none; + } + &:before { + display:none; + } + } + .new-box { + top:-1px; + left:-1px; + } + .sale-box { + right:-1px; + top:-1px; + } +} /************************************* BOXES *****************************************************/ .box { background:$base-box-bg; @@ -1004,7 +1042,6 @@ table.table_block td { right:0; top:0; cursor:pointer; - text-align:center; font-family:$font-icon; font-size:14px; @@ -1018,6 +1055,7 @@ table.table_block td { height:30px; color:$base-text-color; line-height:30px; + text-align:center; } } @@ -1118,7 +1156,6 @@ ul.footer_links { max-width:192px; float:left; - /* max 991px */ @media (max-width: $screen-sm-max) { max-width:160px; } @@ -1441,20 +1478,20 @@ ul.step { font-weight:bold; } &.step_todo { - + background: rgb(247,247,247); + background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1))); + background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); + background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); + background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); + background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); + span { display:block; - color:$base-text-color; - background: rgb(247,247,247); - background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1))); - background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); - background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); - background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); - background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); border:1px solid; border-color:$light-border-color; + color:$base-text-color; position:relative; @media (min-width: $screen-md) { // min 991px padding-left:38px; @@ -1467,20 +1504,20 @@ ul.step { } &.step_done { border-color:#666666 #5f5f5f #292929 #5f5f5f; + background: rgb(114,113,113); + background: -moz-linear-gradient(top, rgba(114,113,113,1) 0%, rgba(102,102,102,1) 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,113,113,1)), color-stop(100%,rgba(102,102,102,1))); + background: -webkit-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); + background: -o-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); + background: -ms-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); + background: linear-gradient(to bottom, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727171', endColorstr='#666666',GradientType=0 ); a { color:$light-text-color; text-shadow:1px 1px rgba(0,0,0,0.3); border:1px solid; border-color:#8b8a8a; - background: rgb(114,113,113); - background: -moz-linear-gradient(top, rgba(114,113,113,1) 0%, rgba(102,102,102,1) 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,113,113,1)), color-stop(100%,rgba(102,102,102,1))); - background: -webkit-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); - background: -o-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); - background: -ms-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); - background: linear-gradient(to bottom, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727171', endColorstr='#666666',GradientType=0 ); @media (min-width: $screen-md) { // min 991px */ padding-left:38px; @@ -1763,6 +1800,9 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px } } } } +.ie8 #header #header_logo { + width:350px; +} /* ************************************************************************************************ BREADCRUMB ************************************************************************************************ */ @@ -1835,7 +1875,19 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px } } } - +.ie8 { + + .breadcrumb { + min-height:1px; + + a:after { + display:none; + } + .navigation-pipe { + width:20px; + } + } +} /* ************************************************************************************************ FOOTER ************************************************************************************************ */ @@ -3137,4 +3189,9 @@ div.star.star_hover { } } } +} +.ie8 { + #facebook_block, #cmsinfo_block { + height:344px; + } } \ No newline at end of file diff --git a/themes/default-bootstrap/sass/modules/blockcart/blockcart.scss b/themes/default-bootstrap/sass/modules/blockcart/blockcart.scss index 011b8b88b..85e39d594 100644 --- a/themes/default-bootstrap/sass/modules/blockcart/blockcart.scss +++ b/themes/default-bootstrap/sass/modules/blockcart/blockcart.scss @@ -194,6 +194,9 @@ background:url(../../../img/cart-shadow.png) repeat-x $dark-background; } } + .block_content { + margin-bottom:0; + } } #cart_block #cart_block_summary, #cart_block .title_block span, #header #cart_block h4, #header #cart_block .title_block, #header #cart_block h4 {display:none} #cart_block #cart_block_shipping_cost, diff --git a/themes/default-bootstrap/sass/modules/blocklayered/blocklayered-15.scss b/themes/default-bootstrap/sass/modules/blocklayered/blocklayered-15.scss index 842153e40..efe6c92dc 100644 --- a/themes/default-bootstrap/sass/modules/blocklayered/blocklayered-15.scss +++ b/themes/default-bootstrap/sass/modules/blocklayered/blocklayered-15.scss @@ -244,3 +244,13 @@ .hide-action:hover { font-weight: bold; } +#ul_layered_price_0, #ul_layered_weight_0 { + .col-xs-6 { + padding-top:10px; + @media (min-width: $screen-lg) { // min 1200px + padding-top:0; + padding-left:0; + padding-right:0; + } + } +} \ No newline at end of file diff --git a/themes/default-bootstrap/sass/modules/blocknewsletter/blocknewsletter.scss b/themes/default-bootstrap/sass/modules/blocknewsletter/blocknewsletter.scss index a6257c622..b7629253d 100644 --- a/themes/default-bootstrap/sass/modules/blocknewsletter/blocknewsletter.scss +++ b/themes/default-bootstrap/sass/modules/blocknewsletter/blocknewsletter.scss @@ -64,6 +64,7 @@ .form-control { height:45px; + line-height:30px; max-width:267px; background:#3c3c3c; border-color:#515151; @@ -78,7 +79,7 @@ } .button-small { - margin-left:-42px; + margin-left:-43px; border:none; background:none; text-align:center; diff --git a/themes/default-bootstrap/sass/modules/blocksearch/blocksearch.scss b/themes/default-bootstrap/sass/modules/blocksearch/blocksearch.scss index c7b9eb0d8..adc317aae 100644 --- a/themes/default-bootstrap/sass/modules/blocksearch/blocksearch.scss +++ b/themes/default-bootstrap/sass/modules/blocksearch/blocksearch.scss @@ -37,6 +37,8 @@ display:block; font-family:$font-icon; font-size:17px; + width:100%; + text-align:center; } &:hover {color:#6f6f6f} @@ -45,6 +47,7 @@ #search_query_top { padding:0 13px; height:45px; + line-height:45px; width:271px; background:$base-box-bg; float: left; diff --git a/themes/default-bootstrap/sass/modules/blocktopmenu/css/superfish-modified.scss b/themes/default-bootstrap/sass/modules/blocktopmenu/css/superfish-modified.scss index c38417b6a..314550e8c 100644 --- a/themes/default-bootstrap/sass/modules/blocktopmenu/css/superfish-modified.scss +++ b/themes/default-bootstrap/sass/modules/blocktopmenu/css/superfish-modified.scss @@ -174,7 +174,7 @@ ul.sf-menu li li li.sfHover ul { } } } -.sf-menu > li > ul > li:not(#category-thumbnail) { +.sf-menu > li > ul > li { float:left; width:20%; padding-right:15px; @@ -192,9 +192,11 @@ ul.sf-menu li li li.sfHover ul { } } .sf-menu > li > ul > li#category-thumbnail { - width:100%; + width:100% !important; + float:none; clear:both; overflow:hidden; + padding-right:0; > div { float:left; @@ -225,8 +227,8 @@ ul.sf-menu li li li.sfHover ul { display: block; padding: 17px 20px; border-bottom: 3px solid #e9e9e9; - background: #f6f6f6; - position:relative; + background: #f6f6f6; + position: relative; &:hover { background: $dark-background; diff --git a/themes/default-bootstrap/sass/modules/blockuserinfo/blockuserinfo.scss b/themes/default-bootstrap/sass/modules/blockuserinfo/blockuserinfo.scss index db2c28ae5..8b2e104c3 100644 --- a/themes/default-bootstrap/sass/modules/blockuserinfo/blockuserinfo.scss +++ b/themes/default-bootstrap/sass/modules/blockuserinfo/blockuserinfo.scss @@ -23,14 +23,14 @@ a { padding:7px 10px 14px 16px; background:$dark-background; - min-width: 270px; + width: 270px; display:block; font-weight:bold; color:#777777; text-shadow:1px 1px rgba(0,0,0,0.2); overflow:hidden; @media (min-width: $screen-sm) and (max-width: $screen-sm-max) { // min 768px max 991px - min-width:190px; + width:190px; } span.ajax_cart_product_txt, span.ajax_cart_product_txt_s { @media (min-width: $screen-sm) and (max-width: $screen-sm-max) { // min 768px max 991px diff --git a/themes/default-bootstrap/sass/modules/homeslider/bx_styles.scss b/themes/default-bootstrap/sass/modules/homeslider/bx_styles.scss index fa4921f6e..50f80fb9b 100644 --- a/themes/default-bootstrap/sass/modules/homeslider/bx_styles.scss +++ b/themes/default-bootstrap/sass/modules/homeslider/bx_styles.scss @@ -187,7 +187,6 @@ } } } - .bx-wrapper .bx-controls-direction a.disabled { display: none; } @@ -258,4 +257,14 @@ font-size: .85em; padding: 10px; } +} +.ie8 { + #homepage-slider{ + + .bx-wrapper .bx-controls-direction a { + &:before { + background:$dark-background; + } + } + } } \ No newline at end of file diff --git a/themes/default-bootstrap/sass/product.scss b/themes/default-bootstrap/sass/product.scss index d2c9537c4..b3992c19d 100644 --- a/themes/default-bootstrap/sass/product.scss +++ b/themes/default-bootstrap/sass/product.scss @@ -64,30 +64,31 @@ img{ #view_full_size { display:block; cursor:pointer; - .span_link { - position:absolute; - bottom:20px; - left:50%; - margin-left:-68px; - display:block; - padding:10px 0; - text-align:center; - line-height:22px; - color:#777676; - width:136px; - text-align:center; - font-weight:bold; - background:rgba(255,255,255,0.5); - @include box-shadow(0 2px 8px rgba(0,0,0,0.16)); - &:after{ - font-family:$font-icon; - color:#c0c0c0; - font-size:20px; + .span_link { + position:absolute; + bottom:20px; + left:50%; + margin-left:-68px; + display:block; + padding:10px 0; + text-align:center; line-height:22px; - content:""; - font-weight:normal; - margin:0 0 0 4px + color:#777676; + width:136px; + text-align:center; + font-weight:bold; + background:rgba(255,255,255,0.5); + @include box-shadow(0 2px 8px rgba(0,0,0,0.16)); + + &:after{ + font-family:$font-icon; + color:#c0c0c0; + font-size:20px; + line-height:22px; + content:""; + font-weight:normal; + margin:0 0 0 4px } &:hover:after{color:$base-text-color} @@ -95,7 +96,19 @@ img{ } } } - +.ie8 #pb-right-column { + + #image-block { + + #view_full_size { + + .span_link { + background:#fff; + border:1px solid $base-border-color; + } + } + } +} /* miniatures */ #pb-right-column #views_block { margin-top:10px @@ -224,6 +237,7 @@ span.view_scroll_spacer { } #view_scroll_left { + margin-top:0; &:before{ content:""; padding-right:2px; @@ -240,7 +254,12 @@ span.view_scroll_spacer { } - +.view_scroll_spacer { + margin-top:38px; + @media (min-width: $screen-sm) and (max-width: $screen-sm-max) { //min 768px max 991px + margin-top:28px; + } +} /* link list */ #usefull_link_block { list-style-type:none; @@ -511,31 +530,33 @@ padding:18px 19px 12px; border-bottom:1px solid #012740; @include border-radius(5px); position:relative; - display:block; + display:block; + @include background-image(linear-gradient(#009ad0, #007ab7)); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); - &:before{ - font-family:$font-icon; - position:absolute; - top:0; - left:0; - bottom:0; - color:$light-text-color; - font-size:25px; - line-height:47px; - text-shadow:0 1px #015883; - content:""; - z-index:2; - width:51px; - text-align:center; - border:1px solid #06b2e6; - @include border-radius(5px 0 0 5px); + &:before{ + font-family:$font-icon; + position:absolute; + top:0; + left:0; + bottom:0; + color:$light-text-color; + font-size:25px; + line-height:47px; + text-shadow:0 1px #015883; + content:""; + z-index:2; + width:51px; + text-align:center; + border:1px solid #06b2e6; + @include border-radius(5px 0 0 5px); @media (max-width: $screen-sm-max) { //max 991px display:none } - } + } - &:after{ + &:after{ background:url(../img/border-1.gif) repeat-y 0 0; position:absolute; top:0; @@ -544,16 +565,14 @@ padding:18px 19px 12px; content:""; width:1px; z-index:2; - + @media (max-width: $screen-sm-max) { // max 991px display:none } + } } -} -.box-info-product .exclusive span{ - @include background-image(linear-gradient(#009ad0, #007ab7)); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); +.box-info-product .exclusive span{ @include border-radius(5px); font-weight:bold; font-size:20px; @@ -578,7 +597,7 @@ padding:18px 19px 12px; } -.box-info-product .exclusive:hover span{ +.box-info-product .exclusive:hover{ @include background-image(linear-gradient(#007ab7, #009ad0)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 ); background-position:0 0 @@ -686,6 +705,7 @@ table.table-produst-discounts{ padding:0 6px; float:left; border:$main_border; + line-height:27px; } .btn{ @@ -756,6 +776,11 @@ table.table-produst-discounts{ @include background-image(linear-gradient(#fff, #fbfbfb)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); } +.ie8 { + .box-security { + filter:none; + } +} /* prices */ .content_prices { padding:13px 19px; diff --git a/themes/default-bootstrap/sass/product_list.scss b/themes/default-bootstrap/sass/product_list.scss index 670849670..041e61a93 100644 --- a/themes/default-bootstrap/sass/product_list.scss +++ b/themes/default-bootstrap/sass/product_list.scss @@ -83,7 +83,12 @@ ul.product_list { .nb-comments {overflow:hidden; font-style:italic;} } } - +.ie8 { + .quick-view { + background:#fff; + border:1px solid $base-border-color; + } +} /******************************************************* Product list(Grid) Styles ********************************************************/ diff --git a/themes/default-bootstrap/scenes.tpl b/themes/default-bootstrap/scenes.tpl index 22a583c86..4a2e06945 100644 --- a/themes/default-bootstrap/scenes.tpl +++ b/themes/default-bootstrap/scenes.tpl @@ -40,7 +40,7 @@ $(function () {ldelim}
    {foreach $scene->products as $product_key=>$product} {assign var=imageIds value="`$product.id_product`-`$product.id_image`"} - +  
    - - + + @@ -261,7 +261,7 @@

    - +

    {/if} {/if} @@ -307,7 +307,7 @@

    {l s='Leave a message'}

    {l s='If you would like to add a comment about your order, please write it in the field below.'}

    -

    +

    {/if} diff --git a/themes/default/order-detail.tpl b/themes/default/order-detail.tpl index 67c002556..4cb99d28c 100644 --- a/themes/default/order-detail.tpl +++ b/themes/default/order-detail.tpl @@ -34,8 +34,8 @@
    -{if $carrier->id}

    {l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}

    {/if} -

    {l s='Payment method'} {$order->payment|escape:'htmlall':'UTF-8'}

    +{if $carrier->id}

    {l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'html':'UTF-8'}{else}{$carrier->name|escape:'html':'UTF-8'}{/if}

    {/if} +

    {l s='Payment method'} {$order->payment|escape:'html':'UTF-8'}

    {if $invoice AND $invoiceAllowed}

    @@ -65,7 +65,7 @@ {foreach from=$order_history item=state name="orderStates"}

    - + {/foreach} @@ -75,7 +75,7 @@ {if isset($followup)}

    {l s='Click the following link to track the delivery of your order'}

    -{$followup|escape:'htmlall':'UTF-8'} +{$followup|escape:'html':'UTF-8'} {/if}
    @@ -83,12 +83,12 @@
    • {l s='Billing'}
    • {foreach from=$inv_adr_fields name=inv_loop item=field_item} - {if $field_item eq "company" && isset($address_invoice->company)}
    • {$address_invoice->company|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "address2" && $address_invoice->address2}
    • {$address_invoice->address2|escape:'htmlall':'UTF-8'}
    • - {elseif $field_item eq "phone_mobile" && $address_invoice->phone_mobile}
    • {$address_invoice->phone_mobile|escape:'htmlall':'UTF-8'}
    • + {if $field_item eq "company" && isset($address_invoice->company)}
    • {$address_invoice->company|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "address2" && $address_invoice->address2}
    • {$address_invoice->address2|escape:'html':'UTF-8'}
    • + {elseif $field_item eq "phone_mobile" && $address_invoice->phone_mobile}
    • {$address_invoice->phone_mobile|escape:'html':'UTF-8'}
    • {else} {assign var=address_words value=" "|explode:$field_item} -
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
    • +
    • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
    • {/if} {/foreach} @@ -96,12 +96,12 @@
        isVirtual()}style="display:none;"{/if}>
      • {l s='Delivery'}
      • {foreach from=$dlv_adr_fields name=dlv_loop item=field_item} - {if $field_item eq "company" && isset($address_delivery->company)}
      • {$address_delivery->company|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "address2" && $address_delivery->address2}
      • {$address_delivery->address2|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "phone_mobile" && $address_delivery->phone_mobile}
      • {$address_delivery->phone_mobile|escape:'htmlall':'UTF-8'}
      • + {if $field_item eq "company" && isset($address_delivery->company)}
      • {$address_delivery->company|escape:'html':'UTF-8'}
      • + {elseif $field_item eq "address2" && $address_delivery->address2}
      • {$address_delivery->address2|escape:'html':'UTF-8'}
      • + {elseif $field_item eq "phone_mobile" && $address_delivery->phone_mobile}
      • {$address_delivery->phone_mobile|escape:'html':'UTF-8'}
      • {else} {assign var=address_words value=" "|explode:$field_item} -
      • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
      • +
      • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'html':'UTF-8'}{/foreach}
      • {/if} {/foreach}
      @@ -175,9 +175,9 @@ {if isset($product.customizedDatas)}
    {if $return_allowed}{/if} - + {if $order->hasProductReturned()} @@ -246,24 +246,24 @@ {if $product.product_quantity > $product.customizationQuantityTotal} {if $return_allowed}{/if} - + @@ -297,8 +297,8 @@ {/foreach} {foreach from=$discounts item=discount} - - + + @@ -370,16 +370,16 @@ - + {/foreach} diff --git a/themes/default/order-opc-new-account.tpl b/themes/default/order-opc-new-account.tpl index 7d452cb38..2d754633d 100644 --- a/themes/default/order-opc-new-account.tpl +++ b/themes/default/order-opc-new-account.tpl @@ -19,7 +19,7 @@ {l s='Forgot your password?'}

    - {if isset($back)}{/if} + {if isset($back)}{/if}

    @@ -59,7 +59,7 @@ {if isset($country.states) && $country.contains_states} countries[{$country.id_country|intval}] = new Array(); {foreach from=$country.states item='state' name='states'} - countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'htmlall':'UTF-8'}'{rdelim}); + countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'html':'UTF-8'}'{rdelim}); {/foreach} {/if} {if $country.need_identification_number} @@ -139,7 +139,7 @@ {* @@ -159,13 +159,13 @@

    @@ -239,7 +239,7 @@

    @@ -358,7 +358,7 @@

    diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 9c3c0e6da..41cd394ba 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -65,7 +65,7 @@ var currentDate = '{$smarty.now|date_format:'%Y-%m-%d %H:%M:%S'}'; var maxQuantityToAllowDisplayOfLastQuantityMessage = {$last_qties}; var noTaxForThisProduct = {if $no_tax == 1}true{else}false{/if}; var displayPrice = {$priceDisplay}; -var productReference = '{$product->reference|escape:'htmlall':'UTF-8'}'; +var productReference = '{$product->reference|escape:'html':'UTF-8'}'; var productAvailableForOrder = {if (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE}'0'{else}'{$product->available_for_order}'{/if}; var productShowPrice = '{if !$PS_CATALOG_MODE}{$product->show_price}{else}0{/if}'; var productUnitPriceRatio = '{$product->unit_price_ratio}'; @@ -163,8 +163,8 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving

    {l s='This product is not visible to your customers.'} - - + +

    @@ -183,12 +183,12 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving
    {if $have_image} - {if !empty($cover.legend)}{$cover.legend|escape:'htmlall':'UTF-8'}{else}{$product->name|escape:'htmlall':'UTF-8'}{/if} + {if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if} {l s='Maximize'} {else} - + {l s='Maximize'} {/if} @@ -203,9 +203,9 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} {if !empty($image.legend)} - {assign var=imageTitlte value=$image.legend|escape:'htmlall':'UTF-8'} + {assign var=imageTitlte value=$image.legend|escape:'html':'UTF-8'} {else} - {assign var=imageTitlte value=$product->name|escape:'htmlall':'UTF-8'} + {assign var=imageTitlte value=$product->name|escape:'html':'UTF-8'} {/if}
  • @@ -231,7 +231,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving
    -

    {$product->name|escape:'htmlall':'UTF-8'}

    +

    {$product->name|escape:'html':'UTF-8'}

    {if $product->description_short OR $packItems|@count > 0}
    @@ -246,7 +246,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving

    {l s='Pack content'}

    {foreach from=$packItems item=packItem}
    {/foreach} @@ -289,13 +289,13 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {foreach from=$groups key=id_attribute_group item=group} {if $group.attributes|@count}
    - + {assign var="groupName" value="group_$id_attribute_group"}
    {if ($group.group_type == 'select')} {elseif ($group.group_type == 'color')} @@ -320,7 +320,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {foreach from=$group.attributes key=id_attribute item=group_attribute}
  • - {$group_attribute|escape:'htmlall':'UTF-8'} + {$group_attribute|escape:'html':'UTF-8'}
  • {/foreach} @@ -333,7 +333,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {/if}

    reference}style="display: none;"{/if}> - {$product->reference|escape:'htmlall':'UTF-8'} + {$product->reference|escape:'html':'UTF-8'}

    @@ -434,7 +434,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {/if} {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} -

    {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}

    +

    {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'html':'UTF-8'}

    {/if} {*close if for show price*} {/if} @@ -521,7 +521,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving
      {foreach from=$features item=feature} {if isset($feature.value)} -
    • {$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
    • +
    • {$feature.name|escape:'html':'UTF-8'} {$feature.value|escape:'html':'UTF-8'}
    • {/if} {/foreach}
    @@ -529,7 +529,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {if isset($attachments) && $attachments} {/if} @@ -544,19 +544,19 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)}
  • - {$accessory.name|escape:'htmlall':'UTF-8'} + {$accessory.name|escape:'html':'UTF-8'} {if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} - {if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}{/if}

    - {l s='View'} + {l s='View'} {if !$PS_CATALOG_MODE && ($accessory.allow_oosp || $accessory.quantity > 0)} {l s='Add to cart'} {/if} diff --git a/themes/live_edit.tpl b/themes/live_edit.tpl index db7585645..56fa8508f 100644 --- a/themes/live_edit.tpl +++ b/themes/live_edit.tpl @@ -42,7 +42,7 @@
    - + {foreach from=$hook_list key=hook_id item=hook_name}

  • - {$shop_address|escape:'htmlall':'UTF-8'}
    + {$shop_address|escape:'html':'UTF-8'}
    {if !empty($shop_phone) OR !empty($shop_fax)} {l s='For more assistance, contact Support:' pdf='true'}
    {if !empty($shop_phone)} - Tel: {$shop_phone|escape:'htmlall':'UTF-8'} + Tel: {$shop_phone|escape:'html':'UTF-8'} {/if} {if !empty($shop_fax)} - Fax: {$shop_fax|escape:'htmlall':'UTF-8'} + Fax: {$shop_fax|escape:'html':'UTF-8'} {/if}
    {/if} {if isset($shop_details)} - {$shop_details|escape:'htmlall':'UTF-8'}
    + {$shop_details|escape:'html':'UTF-8'}
    {/if} {if isset($free_text)} {foreach $free_text as $text} - {$text|escape:'htmlall':'UTF-8'}
    + {$text|escape:'html':'UTF-8'}
    {/foreach} {/if}
    - + - + - + - +
    {$shop_name|escape:'htmlall':'UTF-8'}{$shop_name|escape:'html':'UTF-8'}
    {$date|escape:'htmlall':'UTF-8'}{$date|escape:'html':'UTF-8'}
    {$title|escape:'htmlall':'UTF-8'}{$title|escape:'html':'UTF-8'}
    {$reference|escape:'htmlall':'UTF-8'}{$reference|escape:'html':'UTF-8'}
    {$discountDetail.quantity_for_user} {if $discountDetail.id_discount_type == 1} - {$discountDetail.value|escape:'htmlall':'UTF-8'}% + {$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} diff --git a/themes/default-bootstrap/errors.tpl b/themes/default-bootstrap/errors.tpl index 94f52f479..8d0abf911 100644 --- a/themes/default-bootstrap/errors.tpl +++ b/themes/default-bootstrap/errors.tpl @@ -32,7 +32,7 @@ {/foreach} {if isset($smarty.server.HTTP_REFERER) && !strstr($request_uri, 'authentication') && preg_replace('#^https?://[^/]+/#', '/', $smarty.server.HTTP_REFERER) != $request_uri} -

    « {l s='Back'}

    +

    « {l s='Back'}

    {/if} {/if} \ No newline at end of file diff --git a/themes/default-bootstrap/guest-tracking.tpl b/themes/default-bootstrap/guest-tracking.tpl index f436f5e2a..25235feb1 100644 --- a/themes/default-bootstrap/guest-tracking.tpl +++ b/themes/default-bootstrap/guest-tracking.tpl @@ -67,7 +67,7 @@ {if isset($transformSuccess)}

    {l s='Your guest account has been successfully transformed into a customer account. You can now login as a registered shopper. '} {l s='page.'}

    {else} - +

    {l s='Transform your guest account into a customer account and enjoy:'}

    @@ -85,9 +85,9 @@ - - - + + +

    @@ -100,17 +100,17 @@ {if isset($show_login_link) && $show_login_link}

    {l s='Information'}{l s='Click here to login to your customer account.'}

    {/if} - +

    {l s='To track your order, please enter the following information:'}

    - + {l s='For example: QIIXJXNUI or QIIXJXNUI#1'}
    - +

    diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index 7017fce5a..bbc681892 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -67,7 +67,8 @@ - + + {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} @@ -79,7 +80,7 @@ {/foreach} {/if} - @@ -93,7 +94,7 @@ {$HOOK_HEADER} - + {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode}

    @@ -109,9 +110,9 @@ @@ -168,7 +169,7 @@
    - {l s='Currency' mod='blockcurrencies'} : + {l s='Currency'} : {foreach from=$currencies key=k item=f_currency} {if $cookie->id_currency == $f_currency.id_currency}{$f_currency.iso_code}{/if} {/foreach} @@ -186,14 +187,14 @@ {l s='Call us now toll free:'} {$shop_phone}(800) 2345-6789
    -
    {$HOOK_TOP} diff --git a/themes/default-bootstrap/history.tpl b/themes/default-bootstrap/history.tpl index c293cd4b0..0fccacc58 100644 --- a/themes/default-bootstrap/history.tpl +++ b/themes/default-bootstrap/history.tpl @@ -54,8 +54,8 @@
    {dateFormat date=$order.date_add full=0} {displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false}{$order.payment|escape:'htmlall':'UTF-8'}{if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if}{$order.payment|escape:'html':'UTF-8'}{if isset($order.order_state)}{$order.order_state|escape:'html':'UTF-8'}{/if} {if (isset($order.invoice) && $order.invoice && isset($order.invoice_number) && $order.invoice_number) && isset($invoiceAllowed) && $invoiceAllowed == true} {l s='PDF'} diff --git a/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js b/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js index 230f1731d..dfbceb697 100644 --- a/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js +++ b/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js @@ -598,7 +598,7 @@ var ajaxCart = { $('.layer_cart_overlay').css('height','100%'); $('.layer_cart_overlay').show(); $('#layer_cart').css({'top': n}).fadeIn('fast'); - //$.scrollTo('#layer_cart', 400); + $.scrollTo('#layer_cart', 400); crossselling_serialScroll(); }, diff --git a/themes/default-bootstrap/js/stores.js b/themes/default-bootstrap/js/stores.js index dd1ff1467..4686c19b5 100644 --- a/themes/default-bootstrap/js/stores.js +++ b/themes/default-bootstrap/js/stores.js @@ -114,7 +114,7 @@ function searchLocationsNear(center) createOption(name, distance, i); createMarker(latlng, name, address, other, id_store, has_store_picture); bounds.extend(latlng); - $('table#stores-table').find('tbody').append('
    '+parseInt(i + 1)+''+(has_store_picture == 1 ? '' : '')+''+name+''+address+(phone !== '' ? ''+translation_4+' '+phone : '')+''+distance+' '+distance_unit+'
    '+parseInt(i + 1)+''+(has_store_picture == 1 ? '' : '')+''+name+''+address+(phone !== '' ? ''+translation_4+' '+phone : '')+''+distance+' '+distance_unit+'
    {$discountDetail.quantity_for_user} {if $discountDetail.id_discount_type == 1} - {$discountDetail.value|escape:'htmlall':'UTF-8'}% + {$discountDetail.value|escape:'html':'UTF-8'}% {elseif $discountDetail.id_discount_type == 2} {convertPrice price=$discountDetail.value} {else} diff --git a/themes/default-bootstrap/mobile/header.tpl b/themes/default-bootstrap/mobile/header.tpl index ae6fb32d5..19e12e67c 100644 --- a/themes/default-bootstrap/mobile/header.tpl +++ b/themes/default-bootstrap/mobile/header.tpl @@ -25,7 +25,7 @@ - {$meta_title|escape:'htmlall':'UTF-8'} + {$meta_title|escape:'html':'UTF-8'} {**} {if isset($meta_description) AND $meta_description} @@ -59,12 +59,12 @@ {/if} {$HOOK_MOBILE_HEADER} - +
    {if isset($message.ename) && $message.ename} - {$message.efirstname|escape:'htmlall':'UTF-8'} {$message.elastname|escape:'htmlall':'UTF-8'} + {$message.efirstname|escape:'html':'UTF-8'} {$message.elastname|escape:'html':'UTF-8'} {elseif $message.clastname} - {$message.cfirstname|escape:'htmlall':'UTF-8'} {$message.clastname|escape:'htmlall':'UTF-8'} + {$message.cfirstname|escape:'html':'UTF-8'} {$message.clastname|escape:'html':'UTF-8'} {else} - {$shop_name|escape:'htmlall':'UTF-8'} + {$shop_name|escape:'html':'UTF-8'} {/if}
    {dateFormat date=$message.date_add full=1} diff --git a/themes/default-bootstrap/mobile/order-follow.tpl b/themes/default-bootstrap/mobile/order-follow.tpl index 1db27abbd..c369b99b6 100644 --- a/themes/default-bootstrap/mobile/order-follow.tpl +++ b/themes/default-bootstrap/mobile/order-follow.tpl @@ -53,7 +53,7 @@
    {l s='#'}{$return.id_order_return|string_format:"%06d"} {l s='#'}{$return.id_order|string_format:"%06d"}{$return.state_name|escape:'htmlall':'UTF-8'}{$return.state_name|escape:'html':'UTF-8'} {dateFormat date=$return.date_add full=0} {if $return.state == 2} diff --git a/themes/default-bootstrap/mobile/order-opc-address.tpl b/themes/default-bootstrap/mobile/order-opc-address.tpl index 64b28cdd0..cb1649c65 100644 --- a/themes/default-bootstrap/mobile/order-opc-address.tpl +++ b/themes/default-bootstrap/mobile/order-opc-address.tpl @@ -32,16 +32,16 @@

    {l s='Delivery address'}

    {if isset($delivery)}
      -
    • {$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}
    • +
    • {$delivery->firstname|escape:'html':'UTF-8'} {$delivery->lastname|escape:'html':'UTF-8'}
    • {if $delivery->company} -
    • {$delivery->company|escape:'htmlall':'UTF-8'}
    • +
    • {$delivery->company|escape:'html':'UTF-8'}
    • {/if} -
    • {$delivery->address1|escape:'htmlall':'UTF-8'}
    • +
    • {$delivery->address1|escape:'html':'UTF-8'}
    • {if $delivery->address2} -
    • {$delivery->address2|escape:'htmlall':'UTF-8'}
    • +
    • {$delivery->address2|escape:'html':'UTF-8'}
    • {/if} -
    • {$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}
    • -
    • {$delivery->country|escape:'htmlall':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'htmlall':'UTF-8'}){/if}
    • +
    • {$delivery->postcode|escape:'html':'UTF-8'} {$delivery->city|escape:'html':'UTF-8'}
    • +
    • {$delivery->country|escape:'html':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'html':'UTF-8'}){/if}
    {/if} @@ -61,16 +61,16 @@

    {l s='Invoice address'}

    {if isset($invoice)}
      -
    • {$invoice->firstname|escape:'htmlall':'UTF-8'} {$invoice->lastname|escape:'htmlall':'UTF-8'}
    • +
    • {$invoice->firstname|escape:'html':'UTF-8'} {$invoice->lastname|escape:'html':'UTF-8'}
    • {if $invoice->company} -
    • {$invoice->company|escape:'htmlall':'UTF-8'}
    • +
    • {$invoice->company|escape:'html':'UTF-8'}
    • {/if} -
    • {$invoice->address1|escape:'htmlall':'UTF-8'}
    • +
    • {$invoice->address1|escape:'html':'UTF-8'}
    • {if $invoice->address2} -
    • {$invoice->address2|escape:'htmlall':'UTF-8'}
    • +
    • {$invoice->address2|escape:'html':'UTF-8'}
    • {/if} -
    • {$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}
    • -
    • {$invoice->country|escape:'htmlall':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'htmlall':'UTF-8'}){/if}
    • +
    • {$invoice->postcode|escape:'html':'UTF-8'} {$invoice->city|escape:'html':'UTF-8'}
    • +
    • {$invoice->country|escape:'html':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'html':'UTF-8'}){/if}
    {else}

    {l s='You must specify your delivery and invoice address'}

    diff --git a/themes/default-bootstrap/mobile/order-opc-carrier.tpl b/themes/default-bootstrap/mobile/order-opc-carrier.tpl index a2d2073d0..007dac0cc 100644 --- a/themes/default-bootstrap/mobile/order-opc-carrier.tpl +++ b/themes/default-bootstrap/mobile/order-opc-carrier.tpl @@ -158,7 +158,7 @@

    - +

    {/if} diff --git a/themes/default-bootstrap/mobile/order-payment.tpl b/themes/default-bootstrap/mobile/order-payment.tpl index 8e4e02c15..20da5b826 100644 --- a/themes/default-bootstrap/mobile/order-payment.tpl +++ b/themes/default-bootstrap/mobile/order-payment.tpl @@ -156,7 +156,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach from=$errors_discount key=k item=error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} @@ -175,7 +175,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach from=$errors_discount key=k item=error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} diff --git a/themes/default-bootstrap/mobile/page-title.tpl b/themes/default-bootstrap/mobile/page-title.tpl index d336258b4..02f5ac9ef 100644 --- a/themes/default-bootstrap/mobile/page-title.tpl +++ b/themes/default-bootstrap/mobile/page-title.tpl @@ -1,5 +1,5 @@ {if !isset($page_title) && isset($meta_title) && $meta_title != $shop_name} - {assign var='page_title' value=$meta_title|escape:'htmlall':'UTF-8'} + {assign var='page_title' value=$meta_title|escape:'html':'UTF-8'} {/if} {if isset($page_title)}
    - {$product.name|escape:'htmlall':'UTF-8'} + {$product.name|escape:'html':'UTF-8'} - {$product.name|escape:'htmlall':'UTF-8'} - {if isset($product.attributes) && $product.attributes}

    {$product.attributes|escape:'htmlall':'UTF-8'}

    {/if} + {$product.name|escape:'html':'UTF-8'} + {if isset($product.attributes) && $product.attributes}

    {$product.attributes|escape:'html':'UTF-8'}

    {/if}
    {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if}{if $product.reference}{$product.reference|escape:'html':'UTF-8'}{else}--{/if} {if !empty($product.gift)} diff --git a/themes/default-bootstrap/mobile/sitemap.tpl b/themes/default-bootstrap/mobile/sitemap.tpl index ba82ea339..d7b0707e2 100644 --- a/themes/default-bootstrap/mobile/sitemap.tpl +++ b/themes/default-bootstrap/mobile/sitemap.tpl @@ -36,8 +36,8 @@ {include file="./category-tree-branch.tpl" node=$categoriesTree.children.$i} {else}
  • - - {$categoriesTree.children.$i.name|escape:'htmlall':'UTF-8'} + + {$categoriesTree.children.$i.name|escape:'html':'UTF-8'}
  • {/if} @@ -88,7 +88,7 @@ {/foreach} {/if} {foreach from=$categoriescmsTree.cms item=cms name=cmsTree} -
  • {$cms.meta_title|escape:'htmlall':'UTF-8'}
  • +
  • {$cms.meta_title|escape:'html':'UTF-8'}
  • {/foreach}
  • {l s='Contact'}
  • {if $display_store}
  • {l s='Our stores'}
  • {/if} diff --git a/themes/default-bootstrap/mobile/supplier-list.tpl b/themes/default-bootstrap/mobile/supplier-list.tpl index 74e28d5bb..3fa0e52c5 100644 --- a/themes/default-bootstrap/mobile/supplier-list.tpl +++ b/themes/default-bootstrap/mobile/supplier-list.tpl @@ -50,12 +50,12 @@ {foreach $suppliers_list as $supplier}
  • {if $supplier.nb_products > 0} - + {/if} - + -

    {$supplier.name|truncate:60:'...'|escape:'htmlall':'UTF-8'}

    +

    {$supplier.name|truncate:60:'...'|escape:'html':'UTF-8'}

    {if $supplier.nb_products == 1} {l s='%d product' sprintf=$supplier.nb_products|intval} diff --git a/themes/default-bootstrap/mobile/supplier.tpl b/themes/default-bootstrap/mobile/supplier.tpl index a05b755bc..d13ab4687 100644 --- a/themes/default-bootstrap/mobile/supplier.tpl +++ b/themes/default-bootstrap/mobile/supplier.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{capture assign='page_title'}{$supplier->name|escape:'htmlall':'UTF-8'}{/capture} +{capture assign='page_title'}{$supplier->name|escape:'html':'UTF-8'}{/capture} {include file='./page-title.tpl'} {include file="$tpl_dir./errors.tpl"} diff --git a/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl b/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl index 401f70b79..d34804bf3 100644 --- a/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl +++ b/themes/default-bootstrap/modules/bankwire/views/templates/hook/infos.tpl @@ -25,7 +25,7 @@

    -

    {l s="This module allows you to accept secure payments by bank wire."}

    -

    {l s="If the client chooses to pay by bank wire, the order\'s status will change to 'Waiting for Payment.'"}

    -

    {l s="That said, you must manually confirm the order upon receiving the bank wire."}

    -
    \ No newline at end of file +

    {l s="This module allows you to accept secure payments by bank wire." mod='bankwire'}

    +

    {l s="If the client chooses to pay by bank wire, the order\'s status will change to 'Waiting for Payment.'" mod='bankwire'}

    +

    {l s="That said, you must manually confirm the order upon receiving the bank wire." mod='bankwire'}

    + diff --git a/themes/default-bootstrap/modules/blockcart/blockcart-json.tpl b/themes/default-bootstrap/modules/blockcart/blockcart-json.tpl index 1dddcd510..267bdfee9 100644 --- a/themes/default-bootstrap/modules/blockcart/blockcart-json.tpl +++ b/themes/default-bootstrap/modules/blockcart/blockcart-json.tpl @@ -35,7 +35,7 @@ "image": "{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|addslashes|replace:'\\\'':'\''}", "image_cart": "{$link->getImageLink($product.link_rewrite, $product.id_image, 'cart_default')|addslashes|replace:'\\\'':'\''}", "priceByLine": "{if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.total}{else}{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.total_wt}{/if}", - "name": "{$product.name|html_entity_decode:2:'UTF-8'|truncate:15:'...':true|escape:'htmlall'}", + "name": "{$product.name|html_entity_decode:2:'UTF-8'|truncate:15:'...':true|escape:'html'}", "price": "{if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.total}{else}{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.total_wt}{/if}", "price_float": "{$product.total}", "idCombination": {if isset($product.attributes_small)}{$productAttributeId}{else}0{/if}, diff --git a/themes/default-bootstrap/modules/blockcart/blockcart.tpl b/themes/default-bootstrap/modules/blockcart/blockcart.tpl index 6cd7f5ec8..af543f92f 100644 --- a/themes/default-bootstrap/modules/blockcart/blockcart.tpl +++ b/themes/default-bootstrap/modules/blockcart/blockcart.tpl @@ -133,7 +133,7 @@ var generated_date = {$smarty.now|intval}; {if $discount.value_real > 0}
  • 1x{$discount.name|cat:' : '|cat:$discount.description|truncate:18:'...'|escape:'htmlall':'UTF-8'}{$discount.name|cat:' : '|cat:$discount.description|truncate:18:'...'|escape:'html':'UTF-8'} -{if $priceDisplay == 1}{convertPrice price=$discount.value_tax_exc}{else}{convertPrice price=$discount.value_real}{/if} {if strlen($discount.code)} diff --git a/themes/default-bootstrap/modules/blockcart/crossselling.tpl b/themes/default-bootstrap/modules/blockcart/crossselling.tpl index 94d1c97fd..4253aa65f 100644 --- a/themes/default-bootstrap/modules/blockcart/crossselling.tpl +++ b/themes/default-bootstrap/modules/blockcart/crossselling.tpl @@ -36,7 +36,7 @@ {$orderProduct.name|htmlspecialchars} -

    {$orderProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}

    +

    {$orderProduct.name|truncate:15:'...'|escape:'html':'UTF-8'}

    {if $orderProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} {convertPrice price=$orderProduct.displayed_price} diff --git a/themes/default-bootstrap/modules/blockcategories/category-tree-branch-top.tpl b/themes/default-bootstrap/modules/blockcategories/category-tree-branch-top.tpl index 21d3e976e..ce97048b6 100644 --- a/themes/default-bootstrap/modules/blockcategories/category-tree-branch-top.tpl +++ b/themes/default-bootstrap/modules/blockcategories/category-tree-branch-top.tpl @@ -24,8 +24,8 @@ *}
  • -

    {$node.name|escape:'htmlall':'UTF-8'}

    +

    {$node.name|escape:'html':'UTF-8'}

    {if $node.children|@count > 0}
      diff --git a/themes/default-bootstrap/modules/blockcategories/category-tree-branch.tpl b/themes/default-bootstrap/modules/blockcategories/category-tree-branch.tpl index 63bbcb73e..5718b22d0 100644 --- a/themes/default-bootstrap/modules/blockcategories/category-tree-branch.tpl +++ b/themes/default-bootstrap/modules/blockcategories/category-tree-branch.tpl @@ -24,8 +24,8 @@ *}
    • - {$node.name|escape:'htmlall':'UTF-8'} + {$node.name|escape:'html':'UTF-8'} {if $node.children|@count > 0}
        {foreach from=$node.children item=child name=categoryTreeBranch} diff --git a/themes/default-bootstrap/modules/blockcms/blockcms.tpl b/themes/default-bootstrap/modules/blockcms/blockcms.tpl index cbd79dbbc..8be161d1a 100644 --- a/themes/default-bootstrap/modules/blockcms/blockcms.tpl +++ b/themes/default-bootstrap/modules/blockcms/blockcms.tpl @@ -56,7 +56,7 @@
      • {l s='Contact us' mod='blockcms'}
      • {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} -
      • {$cmslink.meta_title|escape:'htmlall':'UTF-8'}
      • +
      • {$cmslink.meta_title|escape:'html':'UTF-8'}
      • {/if} {/foreach}
      • {l s='Sitemap' mod='blockcms'}
      • diff --git a/themes/default-bootstrap/modules/blockcontact/blockcontact.tpl b/themes/default-bootstrap/modules/blockcontact/blockcontact.tpl index c8efbaaf9..30be7cff7 100644 --- a/themes/default-bootstrap/modules/blockcontact/blockcontact.tpl +++ b/themes/default-bootstrap/modules/blockcontact/blockcontact.tpl @@ -27,7 +27,7 @@

        {l s='Contact us' mod='blockcontact'}

        {l s='Our support hotline is available 24/7' mod='blockcontact'}

        - {if $telnumber != ''}

        {l s='Phone:' mod='blockcontact'}{$telnumber|escape:'htmlall':'UTF-8'}

        {/if} - {if $email != ''}{l s='Contact our expert support team!' mod='blockcontact'}{/if} + {if $telnumber != ''}

        {l s='Phone:' mod='blockcontact'}{$telnumber|escape:'html':'UTF-8'}

        {/if} + {if $email != ''}{l s='Contact our expert support team!' mod='blockcontact'}{/if}
        diff --git a/themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl b/themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl index 695536c39..bb133d599 100644 --- a/themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl +++ b/themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl @@ -29,9 +29,9 @@

        {l s='Store Information' mod='blockcontactinfos'}

        diff --git a/themes/default-bootstrap/modules/blocklayered/blocklayered.tpl b/themes/default-bootstrap/modules/blocklayered/blocklayered.tpl index 3f3bf826d..4097c239a 100644 --- a/themes/default-bootstrap/modules/blocklayered/blocklayered.tpl +++ b/themes/default-bootstrap/modules/blocklayered/blocklayered.tpl @@ -187,11 +187,11 @@ param_product_url = ''; {else} {if $filter.filter_type == 1} -
      • - {l s='From' mod='blocklayered'} - {$filter.unit} - {l s='to' mod='blocklayered'} - {$filter.unit} +
      • +
        {l s='From' mod='blocklayered'} + {$filter.unit}
        +
        {l s='to' mod='blocklayered'} + {$filter.unit}
        {capture name=path} - + {l s='My account' mod='favoriteproducts'} {$navigationPipe}{l s='My favorite products' mod='favoriteproducts'} {/capture} @@ -66,10 +66,10 @@ $('document').ready(function() {foreach from=$favoriteProducts item=favoriteProduct}
      • - - -

        {$favoriteProduct.name|escape:'htmlall':'UTF-8'}

        -
        {$favoriteProduct.description_short|strip_tags|escape:'htmlall':'UTF-8'}
        + + +

        {$favoriteProduct.name|escape:'html':'UTF-8'}

        +
        {$favoriteProduct.description_short|strip_tags|escape:'html':'UTF-8'}
        @@ -83,6 +83,6 @@ $('document').ready(function()
        \ No newline at end of file diff --git a/themes/default-bootstrap/modules/favoriteproducts/views/templates/hook/my-account.tpl b/themes/default-bootstrap/modules/favoriteproducts/views/templates/hook/my-account.tpl index f34592ade..4ae47ca94 100644 --- a/themes/default-bootstrap/modules/favoriteproducts/views/templates/hook/my-account.tpl +++ b/themes/default-bootstrap/modules/favoriteproducts/views/templates/hook/my-account.tpl @@ -24,5 +24,5 @@ *}
      • - {if !$in_footer}{l s='My favorite products' mod='favoriteproducts'}{else}{l s='My favorite products' mod='favoriteproducts'}{/if} + {if !$in_footer}{l s='My favorite products' mod='favoriteproducts'}{else}{l s='My favorite products' mod='favoriteproducts'}{/if}
      • diff --git a/themes/default-bootstrap/modules/homeslider/homeslider.tpl b/themes/default-bootstrap/modules/homeslider/homeslider.tpl index 4d50be4dd..ae45844f4 100644 --- a/themes/default-bootstrap/modules/homeslider/homeslider.tpl +++ b/themes/default-bootstrap/modules/homeslider/homeslider.tpl @@ -46,8 +46,8 @@ var homeslider_pause = {$homeslider.pause}; {foreach from=$homeslider_slides item=slide} {if $slide.active}
      • - - {$slide.legend|escape:'htmlall':'UTF-8'} + + {$slide.legend|escape:'html':'UTF-8'}
      • {/if} diff --git a/themes/default-bootstrap/modules/loyalty/views/templates/front/loyalty.tpl b/themes/default-bootstrap/modules/loyalty/views/templates/front/loyalty.tpl index 84b4e8a2e..30d36654f 100644 --- a/themes/default-bootstrap/modules/loyalty/views/templates/front/loyalty.tpl +++ b/themes/default-bootstrap/modules/loyalty/views/templates/front/loyalty.tpl @@ -52,7 +52,7 @@
  • {dateFormat date=$order.date full=1} {$order.points|intval}{$order.state|escape:'htmlall':'UTF-8'}{$order.state|escape:'html':'UTF-8'}
    {$smarty.section.friends.iteration}
    - {$product.name|escape:'htmlall':'UTF-8'} + {$product.name|escape:'html':'UTF-8'} -

    {$product.name|escape:'htmlall':'UTF-8'}

    - {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} +

    {$product.name|escape:'html':'UTF-8'}

    + {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'html':'UTF-8'}{/if}
    {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if}{if $product.reference}{$product.reference|escape:'html':'UTF-8'}{else}--{/if} {if $product.stock_quantity > 0}{l s='In Stock'}{else}{l s='Out of Stock'}{/if} {if isset($cannotModify) AND $cannotModify == 1} diff --git a/themes/default-bootstrap/order-address.tpl b/themes/default-bootstrap/order-address.tpl index d8b26f660..aafc8908d 100644 --- a/themes/default-bootstrap/order-address.tpl +++ b/themes/default-bootstrap/order-address.tpl @@ -213,7 +213,7 @@ @@ -230,7 +230,7 @@ {else} diff --git a/themes/default-bootstrap/order-carrier.tpl b/themes/default-bootstrap/order-carrier.tpl index d82eea6ac..9c9025326 100644 --- a/themes/default-bootstrap/order-carrier.tpl +++ b/themes/default-bootstrap/order-carrier.tpl @@ -256,7 +256,7 @@

    - +

    {/if} {/if} @@ -285,7 +285,7 @@

    {l s='Leave a message'}

    {l s='If you would like to add a comment about your order, please write it in the field below.'}

    - +

    @@ -309,7 +309,7 @@

    {l s='Leave a message'}

    {l s='If you would like to add a comment about your order, please write it in the field below.'}

    - +
    {/if} diff --git a/themes/default-bootstrap/order-detail.tpl b/themes/default-bootstrap/order-detail.tpl index 2e5bcebd4..2c60f3680 100644 --- a/themes/default-bootstrap/order-detail.tpl +++ b/themes/default-bootstrap/order-detail.tpl @@ -34,8 +34,8 @@
    - {if $carrier->id}

    {l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}

    {/if} -

    {l s='Payment method'} {$order->payment|escape:'htmlall':'UTF-8'}

    + {if $carrier->id}

    {l s='Carrier'} {if $carrier->name == "0"}{$shop_name|escape:'html':'UTF-8'}{else}{$carrier->name|escape:'html':'UTF-8'}{/if}

    {/if} +

    {l s='Payment method'} {$order->payment|escape:'html':'UTF-8'}

    {if $invoice AND $invoiceAllowed}

    @@ -65,7 +65,7 @@ {foreach from=$order_history item=state name="orderStates"}

    {dateFormat date=$state.date_add full=0}{$state.ostate_name|escape:'htmlall':'UTF-8'}{$state.ostate_name|escape:'html':'UTF-8'}
    - + @@ -280,24 +280,24 @@ {if $product.product_quantity > $product.customizationQuantityTotal}
    {$discount.name|escape:'htmlall':'UTF-8'}{l s='Voucher'} {$discount.name|escape:'htmlall':'UTF-8'}{$discount.name|escape:'html':'UTF-8'}{l s='Voucher'} {$discount.name|escape:'html':'UTF-8'} 1   {if $discount.value != 0.00}-{/if}{convertPriceWithCurrency price=$discount.value currency=$currency} {if isset($message.elastname) && $message.elastname} - {$message.efirstname|escape:'htmlall':'UTF-8'} {$message.elastname|escape:'htmlall':'UTF-8'} + {$message.efirstname|escape:'html':'UTF-8'} {$message.elastname|escape:'html':'UTF-8'} {elseif $message.clastname} - {$message.cfirstname|escape:'htmlall':'UTF-8'} {$message.clastname|escape:'htmlall':'UTF-8'} + {$message.cfirstname|escape:'html':'UTF-8'} {$message.clastname|escape:'html':'UTF-8'} {else} - {$shop_name|escape:'htmlall':'UTF-8'} + {$shop_name|escape:'html':'UTF-8'} {/if}
    {dateFormat date=$message.date_add full=1}
    {$message.message|escape:'htmlall':'UTF-8'|nl2br}{$message.message|escape:'html':'UTF-8'|nl2br}
    {l s='#'}{$return.id_order_return|string_format:"%06d"} {l s='#'}{$return.id_order|string_format:"%06d"}{$return.state_name|escape:'htmlall':'UTF-8'}{$return.state_name|escape:'html':'UTF-8'} {dateFormat date=$return.date_add full=0} {if $return.state == 2} diff --git a/themes/default-bootstrap/order-opc-new-account.tpl b/themes/default-bootstrap/order-opc-new-account.tpl index dceb6fa88..20be9587c 100644 --- a/themes/default-bootstrap/order-opc-new-account.tpl +++ b/themes/default-bootstrap/order-opc-new-account.tpl @@ -19,7 +19,7 @@

    {l s='Forgot your password?'}

    - {if isset($back)}{/if} + {if isset($back)}{/if}

    @@ -59,7 +59,7 @@ {if isset($country.states) && $country.contains_states} countries[{$country.id_country|intval}] = new Array(); {foreach from=$country.states item='state' name='states'} - countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'htmlall':'UTF-8'}'{rdelim}); + countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'html':'UTF-8'}'{rdelim}); {/foreach} {/if} {if $country.need_identification_number} @@ -140,7 +140,7 @@ {* @@ -162,7 +162,7 @@ @@ -170,7 +170,7 @@ @@ -233,7 +233,7 @@ @@ -355,7 +355,7 @@ diff --git a/themes/default-bootstrap/order-payment.tpl b/themes/default-bootstrap/order-payment.tpl index 328a254a5..75a8c1bd2 100644 --- a/themes/default-bootstrap/order-payment.tpl +++ b/themes/default-bootstrap/order-payment.tpl @@ -181,7 +181,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach from=$errors_discount key=k item=error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} diff --git a/themes/default-bootstrap/order-return.tpl b/themes/default-bootstrap/order-return.tpl index 6c883cac8..71172c8ac 100644 --- a/themes/default-bootstrap/order-return.tpl +++ b/themes/default-bootstrap/order-return.tpl @@ -28,7 +28,7 @@

    {l s='RE#'}{$orderRet->id|string_format:"%06d"} {l s='on'} {dateFormat date=$order->date_add full=0}

    {l s='We have logged your return request.'}

    {l s='Your package must be returned to us within'} {$nbdaysreturn} {l s='days of receiving your order.'}

    -

    {l s='The current status of your merchandise return is:'} {$state_name|escape:'htmlall':'UTF-8'}

    +

    {l s='The current status of your merchandise return is:'} {$state_name|escape:'html':'UTF-8'}

    {l s='List of items to be returned:'}

    @@ -47,8 +47,8 @@ {foreach from=$returnedCustomizations item='customization' name=products} {if $customization.product_id == $product.product_id}
    {if $customization.reference}{$customization.reference|escape:'htmlall':'UTF-8'}{else}--{/if}{$customization.name|escape:'htmlall':'UTF-8'}{if $customization.reference}{$customization.reference|escape:'html':'UTF-8'}{else}--{/if}{$customization.name|escape:'html':'UTF-8'} {$customization.product_quantity|intval}
    {if $product.product_reference}{$product.product_reference|escape:'htmlall':'UTF-8'}{else}--{/if}{$product.product_name|escape:'htmlall':'UTF-8'}{if $product.product_reference}{$product.product_reference|escape:'html':'UTF-8'}{else}--{/if}{$product.product_name|escape:'html':'UTF-8'} {$product.product_quantity|intval}
    {$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}{$feature.name|escape:'html':'UTF-8'} {$feature.value|escape:'html':'UTF-8'}
    - {$feature.name|escape:'htmlall':'UTF-8'} + {$feature.name|escape:'html':'UTF-8'} {if (isset($tab[$feature_id]))}{$tab[$feature_id]|escape:'htmlall':'UTF-8'}{/if}{if (isset($tab[$feature_id]))}{$tab[$feature_id]|escape:'html':'UTF-8'}{/if}
    - {$product.name|escape:'htmlall':'UTF-8'} + {$product.name|escape:'html':'UTF-8'} -

    {$product.name|escape:'htmlall':'UTF-8'}

    - {l s='SKU'} : {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if} - {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} +

    {$product.name|escape:'html':'UTF-8'}

    + {l s='SKU'} : {if $product.reference}{$product.reference|escape:'html':'UTF-8'}{else}--{/if} + {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'html':'UTF-8'}{/if}
    {if $product.quantity_available > 0}{l s='In Stock'}{else}{l s='Out of Stock'}{/if} diff --git a/themes/default-bootstrap/shopping-cart.tpl b/themes/default-bootstrap/shopping-cart.tpl index 9f0cf4e3c..99b5e5e37 100644 --- a/themes/default-bootstrap/shopping-cart.tpl +++ b/themes/default-bootstrap/shopping-cart.tpl @@ -60,10 +60,10 @@
    {l s='Last product added'}
    - {$lastProductAdded.name|escape:'htmlall':'UTF-8'} + {$lastProductAdded.name|escape:'html':'UTF-8'}
    -

    {$lastProductAdded.name|escape:'htmlall':'UTF-8'}

    - {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'htmlall':'UTF-8'}{/if} +

    {$lastProductAdded.name|escape:'html':'UTF-8'}

    + {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'html':'UTF-8'}{/if}
    {/if} @@ -92,7 +92,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach $errors_discount as $k=>$error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} @@ -124,7 +124,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach $errors_discount as $k=>$error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} @@ -157,7 +157,7 @@ {if isset($errors_discount) && $errors_discount}
      {foreach $errors_discount as $k=>$error} -
    • {$error|escape:'htmlall':'UTF-8'}
    • +
    • {$error|escape:'html':'UTF-8'}
    • {/foreach}
    {/if} @@ -422,12 +422,12 @@
    • {l s='Delivery address'} ({$delivery->alias})

    • - {if $delivery->company}
    • {$delivery->company|escape:'htmlall':'UTF-8'}
    • {/if} -
    • {$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}
    • -
    • {$delivery->address1|escape:'htmlall':'UTF-8'}
    • - {if $delivery->address2}
    • {$delivery->address2|escape:'htmlall':'UTF-8'}
    • {/if} -
    • {$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}
    • -
    • {$delivery->country|escape:'htmlall':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'htmlall':'UTF-8'}){/if}
    • + {if $delivery->company}
    • {$delivery->company|escape:'html':'UTF-8'}
    • {/if} +
    • {$delivery->firstname|escape:'html':'UTF-8'} {$delivery->lastname|escape:'html':'UTF-8'}
    • +
    • {$delivery->address1|escape:'html':'UTF-8'}
    • + {if $delivery->address2}
    • {$delivery->address2|escape:'html':'UTF-8'}
    • {/if} +
    • {$delivery->postcode|escape:'html':'UTF-8'} {$delivery->city|escape:'html':'UTF-8'}
    • +
    • {$delivery->country|escape:'html':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'html':'UTF-8'}){/if}
    {/if} @@ -435,12 +435,12 @@
    • {l s='Invoice address'} ({$invoice->alias})

    • - {if $invoice->company}
    • {$invoice->company|escape:'htmlall':'UTF-8'}
    • {/if} -
    • {$invoice->firstname|escape:'htmlall':'UTF-8'} {$invoice->lastname|escape:'htmlall':'UTF-8'}
    • -
    • {$invoice->address1|escape:'htmlall':'UTF-8'}
    • - {if $invoice->address2}
    • {$invoice->address2|escape:'htmlall':'UTF-8'}
    • {/if} -
    • {$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}
    • -
    • {$invoice->country|escape:'htmlall':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'htmlall':'UTF-8'}){/if}
    • + {if $invoice->company}
    • {$invoice->company|escape:'html':'UTF-8'}
    • {/if} +
    • {$invoice->firstname|escape:'html':'UTF-8'} {$invoice->lastname|escape:'html':'UTF-8'}
    • +
    • {$invoice->address1|escape:'html':'UTF-8'}
    • + {if $invoice->address2}
    • {$invoice->address2|escape:'html':'UTF-8'}
    • {/if} +
    • {$invoice->postcode|escape:'html':'UTF-8'} {$invoice->city|escape:'html':'UTF-8'}
    • +
    • {$invoice->country|escape:'html':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'html':'UTF-8'}){/if}
    {/if} @@ -455,7 +455,7 @@ {foreach $addressKey as $key} {if isset($address.formated[$key])} - {$address.formated[$key]|escape:'htmlall':'UTF-8'} + {$address.formated[$key]|escape:'html':'UTF-8'} {/if} {/foreach} @@ -475,7 +475,7 @@ {l s='Proceed to checkout'} {/if} {/if} - {l s='Continue shopping'} + {l s='Continue shopping'}

    {if !empty($HOOK_SHOPPING_CART_EXTRA)}
    diff --git a/themes/default-bootstrap/sitemap.tpl b/themes/default-bootstrap/sitemap.tpl index 34ba30ea4..eed753a60 100644 --- a/themes/default-bootstrap/sitemap.tpl +++ b/themes/default-bootstrap/sitemap.tpl @@ -66,7 +66,7 @@

    {l s='Categories'}

    -
    +
    {$store.name|escape:'htmlall':'UTF-8'}{$store.name|escape:'html':'UTF-8'} - {$store.address1|escape:'htmlall':'UTF-8'} - {if $store.address2}{$store.address2|escape:'htmlall':'UTF-8'}{/if} - {$store.postcode} {$store.city|escape:'htmlall':'UTF-8'}{if $store.state}, {$store.state}{/if} - {$store.country|escape:'htmlall':'UTF-8'} + {$store.address1|escape:'html':'UTF-8'} + {if $store.address2}{$store.address2|escape:'html':'UTF-8'}{/if} + {$store.postcode} {$store.city|escape:'html':'UTF-8'}{if $store.state}, {$store.state}{/if} + {$store.country|escape:'html':'UTF-8'} {if $store.phone}{l s='Phone:' js=0} {$store.phone}{/if} diff --git a/themes/default-bootstrap/supplier-list.tpl b/themes/default-bootstrap/supplier-list.tpl index fe0796a73..2b384c397 100644 --- a/themes/default-bootstrap/supplier-list.tpl +++ b/themes/default-bootstrap/supplier-list.tpl @@ -73,9 +73,9 @@ diff --git a/themes/default-bootstrap/supplier.tpl b/themes/default-bootstrap/supplier.tpl index d00554826..b8e97353e 100644 --- a/themes/default-bootstrap/supplier.tpl +++ b/themes/default-bootstrap/supplier.tpl @@ -26,7 +26,7 @@ {include file="$tpl_dir./errors.tpl"} {if !isset($errors) OR !sizeof($errors)} -

    {l s='List of products by supplier:'} {$supplier->name|escape:'htmlall':'UTF-8'}

    +

    {l s='List of products by supplier:'} {$supplier->name|escape:'html':'UTF-8'}

    {if !empty($supplier->description)}

    {$supplier->description}

    diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index 545000879..27d2d40a5 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -223,7 +223,7 @@ $(document).ready(function() {

    {l s='Forgot your password?'}

    - {if isset($back)}{/if} + {if isset($back)}{/if}

    @@ -450,7 +450,7 @@ $(document).ready(function() {

    @@ -733,7 +733,7 @@ $(document).ready(function() {

    - {if isset($back)}{/if} + {if isset($back)}{/if} *{l s='Required field'}

    diff --git a/themes/default/category.tpl b/themes/default/category.tpl index 415e79f64..a08e78b6a 100644 --- a/themes/default/category.tpl +++ b/themes/default/category.tpl @@ -30,9 +30,9 @@ {if $category->id AND $category->active}

    {strip} - {$category->name|escape:'htmlall':'UTF-8'} + {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} - {$categoryNameComplement|escape:'htmlall':'UTF-8'} + {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip}

    @@ -50,7 +50,7 @@ {if $category->id_image}
    - {$category->name|escape:'htmlall':'UTF-8'} + {$category->name|escape:'html':'UTF-8'}
    {/if} {/if} @@ -75,14 +75,14 @@
      {foreach from=$subcategories item=subcategory}
    • - + {if $subcategory.id_image} {else} {/if} - {$subcategory.name|escape:'htmlall':'UTF-8'} + {$subcategory.name|escape:'html':'UTF-8'} {if $subcategory.description}

      {$subcategory.description}

      {/if} diff --git a/themes/default/contact-form.tpl b/themes/default/contact-form.tpl index 6fb91cf25..3173269c3 100644 --- a/themes/default/contact-form.tpl +++ b/themes/default/contact-form.tpl @@ -41,7 +41,7 @@ {else}

      {l s='For questions about an order or for more information about our products'}.

      {include file="$tpl_dir./errors.tpl"} - +

      {l s='send a message'}

      @@ -49,7 +49,7 @@ {if isset($customerThread.id_contact)} {foreach from=$contacts item=contact} {if $contact.id_contact == $customerThread.id_contact} - + {/if} {/foreach} @@ -58,23 +58,23 @@

       

      {foreach from=$contacts item=contact} {/foreach} {/if}

      {if isset($customerThread.email)} - + {else} - + {/if}

      {if !$PS_CATALOG_MODE} @@ -85,7 +85,7 @@ {elseif !isset($customerThread.id_order) && empty($isLogged)} @@ -103,7 +103,7 @@ {/foreach} @@ -122,7 +122,7 @@ {/if}

      - +

      diff --git a/themes/default/header.tpl b/themes/default/header.tpl index 19c6a248c..db8b2c8eb 100644 --- a/themes/default/header.tpl +++ b/themes/default/header.tpl @@ -29,7 +29,7 @@ - {$meta_title|escape:'htmlall':'UTF-8'} + {$meta_title|escape:'html':'UTF-8'} {if isset($meta_description) AND $meta_description} {/if} @@ -64,7 +64,7 @@ {$HOOK_HEADER} - + {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode}

      @@ -75,8 +75,8 @@
    {if isset($message.ename) && $message.ename} - {$message.efirstname|escape:'htmlall':'UTF-8'} {$message.elastname|escape:'htmlall':'UTF-8'} + {$message.efirstname|escape:'html':'UTF-8'} {$message.elastname|escape:'html':'UTF-8'} {elseif $message.clastname} - {$message.cfirstname|escape:'htmlall':'UTF-8'} {$message.clastname|escape:'htmlall':'UTF-8'} + {$message.cfirstname|escape:'html':'UTF-8'} {$message.clastname|escape:'html':'UTF-8'} {else} - {$shop_name|escape:'htmlall':'UTF-8'} + {$shop_name|escape:'html':'UTF-8'} {/if}
    {dateFormat date=$message.date_add full=1} diff --git a/themes/default/modules/blocksearch/blocksearch.tpl b/themes/default/modules/blocksearch/blocksearch.tpl index e4d2cc745..32f9fd2aa 100644 --- a/themes/default/modules/blocksearch/blocksearch.tpl +++ b/themes/default/modules/blocksearch/blocksearch.tpl @@ -32,7 +32,7 @@ - +

    diff --git a/themes/default/order-carrier.tpl b/themes/default/order-carrier.tpl index af59cfe69..7a69ff825 100644 --- a/themes/default/order-carrier.tpl +++ b/themes/default/order-carrier.tpl @@ -212,7 +212,7 @@ {/if} {* This foreach is on one line, to avoid tabulation in the title attribute of the acronym *} {foreach $carrier.product_list as $product} - {if $product@index == 4}...){/if}{else}{$product.name}{if isset($product.attributes) && $product.attributes} {$product.attributes|escape:'htmlall':'UTF-8'}{/if}{if !$product@last}, {else}){/if}{/if}{/foreach} + {if $product@index == 4}...){/if}{else}{$product.name}{if isset($product.attributes) && $product.attributes} {$product.attributes|escape:'html':'UTF-8'}{/if}{if !$product@last}, {else}){/if}{/if}{/foreach} {/if}
    {dateFormat date=$state.date_add full=1}{$state.ostate_name|escape:'htmlall':'UTF-8'}{$state.ostate_name|escape:'html':'UTF-8'}
    - +
    {$discount.name|escape:'htmlall':'UTF-8'}{l s='Voucher'} {$discount.name|escape:'htmlall':'UTF-8'}{$discount.name|escape:'html':'UTF-8'}{l s='Voucher'} {$discount.name|escape:'html':'UTF-8'} 1   {if $discount.value != 0.00}-{/if}{convertPriceWithCurrency price=$discount.value currency=$currency}
    {if isset($message.elastname) && $message.elastname} - {$message.efirstname|escape:'htmlall':'UTF-8'} {$message.elastname|escape:'htmlall':'UTF-8'} + {$message.efirstname|escape:'html':'UTF-8'} {$message.elastname|escape:'html':'UTF-8'} {elseif $message.clastname} - {$message.cfirstname|escape:'htmlall':'UTF-8'} {$message.clastname|escape:'htmlall':'UTF-8'} + {$message.cfirstname|escape:'html':'UTF-8'} {$message.clastname|escape:'html':'UTF-8'} {else} - {$shop_name|escape:'htmlall':'UTF-8'} + {$shop_name|escape:'html':'UTF-8'} {/if}
    {dateFormat date=$message.date_add full=1}
    {$message.message|escape:'htmlall':'UTF-8'|nl2br}{$message.message|escape:'html':'UTF-8'|nl2br}