diff --git a/templates/catalog/_partials/products.tpl b/templates/catalog/_partials/products.tpl index 566175a..8c76cda 100644 --- a/templates/catalog/_partials/products.tpl +++ b/templates/catalog/_partials/products.tpl @@ -22,8 +22,8 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
-
+
+
{foreach from=$listing.products item="product"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product} @@ -35,10 +35,9 @@ {include file='_partials/pagination.tpl' pagination=$listing.pagination} {/block} -