diff --git a/config/theme.yml b/config/theme.yml index 1e431de82..5a967e9e7 100644 --- a/config/theme.yml +++ b/config/theme.yml @@ -55,6 +55,12 @@ global_settings: - ps_linklist hooks: modules_to_hook: + displayAdminCustomers: + - blockwishlist + displayCustomerAccount: + - blockwishlist + displayMyAccountBlock: + - blockwishlist displayNav1: - ps_contactinfo displayNav2: @@ -97,6 +103,8 @@ global_settings: - ps_featuredproducts displayCrossSellingShoppingCart: - ps_featuredproducts + displayProductActions: + - blockwishlist image_types: cart_default: diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl index 300bcab61..7e4f28cd5 100644 --- a/templates/_partials/header.tpl +++ b/templates/_partials/header.tpl @@ -51,11 +51,11 @@
{l s='Including %amount% for ecotax' d='Shop.Theme.Catalog' sprintf=['%amount%' => $product.ecotax_tax_inc]} +
{l s='Including %amount% for ecotax' d='Shop.Theme.Catalog' sprintf=['%amount%' => $product.ecotax.value]}
{if $product.has_discount}
{l s='(not impacted by the discount)' d='Shop.Theme.Catalog'}
{/if}
diff --git a/templates/catalog/listing/product-list.tpl b/templates/catalog/listing/product-list.tpl
index 2a483a6ea..ef4ed9b65 100644
--- a/templates/catalog/listing/product-list.tpl
+++ b/templates/catalog/listing/product-list.tpl
@@ -19,27 +19,21 @@
+ {l
+ s='If this is a recurring problem, please [1]contact us[/1]'
+ d='Shop.Theme.Catalog'
+ sprintf=[
+ '[1]' => "",
+ '[/1]' => ""
+ ]
+ }
+ {$page.title}
+ {$page.title}
+