From a5dcebc7d919451585d83c27d37abbc7a2d12f30 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 8 Dec 2023 15:46:41 +0530 Subject: [PATCH] refactor: update related products section styles --- templates/catalog/product.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/catalog/product.tpl b/templates/catalog/product.tpl index ef8be53..41ea851 100644 --- a/templates/catalog/product.tpl +++ b/templates/catalog/product.tpl @@ -150,7 +150,7 @@ {if $accessories}

{l s='Related Products' d='Shop.Theme.Catalog'}

-
+
{foreach from=$accessories item="product_accessory"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory}