- {l s='Customers who bought this product also bought:' mod='crossselling'}
+ {if $page_name == 'product'}{l s='Customers who bought this product also bought:' mod='crossselling'}{else}{l s='We recommend' mod='crossselling'}{/if}
{foreach from=$orderProducts item='orderProduct' name=orderProduct}
diff --git a/themes/default-bootstrap/modules/homeslider/homeslider.tpl b/themes/default-bootstrap/modules/homeslider/homeslider.tpl
index 7d08c57f1..4d50be4dd 100644
--- a/themes/default-bootstrap/modules/homeslider/homeslider.tpl
+++ b/themes/default-bootstrap/modules/homeslider/homeslider.tpl
@@ -23,7 +23,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
+{if $page_name =='index'}
{if isset($homeslider)}
{assign var='nbItemsPerLine' value=4}
@@ -132,7 +133,21 @@
-
+
{if $page_name !='index' && $page_name !='product'}