Skip to content

Commit

Permalink
Merge pull request #406 from Oksydan/product-thumbnails-fix
Browse files Browse the repository at this point in the history
Product thumbnails displayAfterProductThumbs fix
  • Loading branch information
Oksydan authored May 7, 2024
2 parents 216cf82 + 6d402e5 commit 70c80ff
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 70c80ff

Please sign in to comment.