From 6d402e5f84f2414f94c5a58b0aa68d1089a99b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Wed, 8 May 2024 01:21:04 +0200 Subject: [PATCH] fixes to display `displayAfterProductThumbs` hook --- templates/catalog/_partials/product-cover-thumbnails.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/catalog/_partials/product-cover-thumbnails.tpl b/templates/catalog/_partials/product-cover-thumbnails.tpl index a28880c1..505775d6 100644 --- a/templates/catalog/_partials/product-cover-thumbnails.tpl +++ b/templates/catalog/_partials/product-cover-thumbnails.tpl @@ -47,6 +47,7 @@ {/images_block} + {hook h='displayAfterProductThumbs' product=$product} {else}
@@ -183,6 +184,6 @@
{/if} {/block} + {hook h='displayAfterProductThumbs' product=$product} - {hook h='displayAfterProductThumbs' product=$product} {/if}