Skip to content

Commit

Permalink
fixes to display displayAfterProductThumbs hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed May 7, 2024
1 parent 216cf82 commit 6d402e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/catalog/_partials/product-cover-thumbnails.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
{/images_block}
</div>
</div>
{hook h='displayAfterProductThumbs' product=$product}
</div>
{else}
<div class="js-product-images">
Expand Down Expand Up @@ -183,6 +184,6 @@
</div>
{/if}
{/block}
{hook h='displayAfterProductThumbs' product=$product}
</div>
{hook h='displayAfterProductThumbs' product=$product}
{/if}

0 comments on commit 6d402e5

Please sign in to comment.