From b5f236857c0d3442d109370f2dde74ca2dbee4ff Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 3 Nov 2023 17:44:55 +0530 Subject: [PATCH] refactor: update product images preview styles --- .../_partials/product-cover-thumbnails.tpl | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/templates/catalog/_partials/product-cover-thumbnails.tpl b/templates/catalog/_partials/product-cover-thumbnails.tpl index b6553cd..aaf8111 100644 --- a/templates/catalog/_partials/product-cover-thumbnails.tpl +++ b/templates/catalog/_partials/product-cover-thumbnails.tpl @@ -22,25 +22,18 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{block name='product_cover'}
- {if $product.cover} - {$product.cover.legend} -
- -
- {else} - - {/if} + {$product.cover.legend}
{/block} {block name='product_images'} -
-
    +
    +
      {foreach from=$product.images item=image} -
    • +
    • {$image.legend}