diff --git a/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl b/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl
index aa4e54924..feb925bf6 100644
--- a/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl
+++ b/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl
@@ -25,5 +25,5 @@
*}
{if is_array($best_sellers) && count($best_sellers)}
- {include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers tab-pane'}
+ {include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers tab-pane' id='blockbestsellers'}
{/if}
\ No newline at end of file
diff --git a/themes/default-bootstrap/modules/blockbestsellers/tab.tpl b/themes/default-bootstrap/modules/blockbestsellers/tab.tpl
index 9af78eed8..4b1e98e54 100644
--- a/themes/default-bootstrap/modules/blockbestsellers/tab.tpl
+++ b/themes/default-bootstrap/modules/blockbestsellers/tab.tpl
@@ -24,5 +24,5 @@
*}
{if is_array($best_sellers) && count($best_sellers)}
-
{l s='Best Sellers' mod='blockbestsellers'}
+ {l s='Best Sellers' mod='blockbestsellers'}
{/if}
\ No newline at end of file
diff --git a/themes/default-bootstrap/modules/blocknewproducts/blocknewproducts.tpl b/themes/default-bootstrap/modules/blocknewproducts/blocknewproducts.tpl
index 7af3f7c14..6c9b1a216 100644
--- a/themes/default-bootstrap/modules/blocknewproducts/blocknewproducts.tpl
+++ b/themes/default-bootstrap/modules/blocknewproducts/blocknewproducts.tpl
@@ -22,4 +22,4 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-{include file="$tpl_dir./product-list.tpl" products=$new_products class='blocknewproducts tab-pane active'}
\ No newline at end of file
+{include file="$tpl_dir./product-list.tpl" products=$new_products class='blocknewproducts tab-pane active' id='blocknewproducts'}
\ No newline at end of file
diff --git a/themes/default-bootstrap/modules/blocknewproducts/tab.tpl b/themes/default-bootstrap/modules/blocknewproducts/tab.tpl
index df140624b..6b9f3f3fd 100644
--- a/themes/default-bootstrap/modules/blocknewproducts/tab.tpl
+++ b/themes/default-bootstrap/modules/blocknewproducts/tab.tpl
@@ -22,4 +22,4 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-{l s='New arrivals' mod='blocknewproducts'}
\ No newline at end of file
+{l s='New arrivals' mod='blocknewproducts'}
\ No newline at end of file
diff --git a/themes/default-bootstrap/modules/homefeatured/homefeatured.tpl b/themes/default-bootstrap/modules/homefeatured/homefeatured.tpl
index e92a2a6e8..ce066ef0b 100644
--- a/themes/default-bootstrap/modules/homefeatured/homefeatured.tpl
+++ b/themes/default-bootstrap/modules/homefeatured/homefeatured.tpl
@@ -22,4 +22,4 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-{include file="$tpl_dir./product-list.tpl" class='homefeatured tab-pane'}
\ No newline at end of file
+{include file="$tpl_dir./product-list.tpl" class='homefeatured tab-pane' id='homefeatured'}
\ No newline at end of file
diff --git a/themes/default-bootstrap/modules/homefeatured/tab.tpl b/themes/default-bootstrap/modules/homefeatured/tab.tpl
index d845c931f..69bb74f6d 100644
--- a/themes/default-bootstrap/modules/homefeatured/tab.tpl
+++ b/themes/default-bootstrap/modules/homefeatured/tab.tpl
@@ -22,4 +22,4 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-{l s='Popular' mod='homefeatured'}
\ No newline at end of file
+{l s='Popular' mod='homefeatured'}
\ No newline at end of file
diff --git a/themes/default-bootstrap/product-list.tpl b/themes/default-bootstrap/product-list.tpl
index ecab1f3c1..4a2832814 100644
--- a/themes/default-bootstrap/product-list.tpl
+++ b/themes/default-bootstrap/product-list.tpl
@@ -39,7 +39,7 @@
{math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines}
{math equation="nbLi/nbItemsPerLineTablet" nbLi=$nbLi nbItemsPerLineTablet=$nbItemsPerLineTablet assign=nbLinesTablet}
-
+
{foreach from=$products item=product name=products}
{math equation="(total%perLine)" total=$smarty.foreach.products.total perLine=$nbItemsPerLine assign=totModulo}
{math equation="(total%perLineT)" total=$smarty.foreach.products.total perLineT=$nbItemsPerLineTablet assign=totModuloTablet}