From 1d6e2a217a1de5e61ca3682e571f1258a8cc75c3 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 5 Dec 2023 16:30:43 +0530 Subject: [PATCH] refactor: add flex and wrap for featured products --- modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl | 2 +- .../ps_crossselling/views/templates/hook/ps_crossselling.tpl | 2 +- modules/ps_specials/views/templates/hook/ps_specials.tpl | 2 +- .../ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl b/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl index 66f1286..8df66df 100644 --- a/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl +++ b/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl @@ -26,7 +26,7 @@

{l s='Best Sellers' d='Shop.Theme.Catalog'}

-
+
{foreach from=$products item="product"} {include file="catalog/_partials/miniatures/product.tpl" product=$product} {/foreach} diff --git a/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl b/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl index 020b16d..a7a8575 100644 --- a/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl +++ b/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl @@ -25,7 +25,7 @@