Skip to content

Commit

Permalink
Fix default no image url
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Aug 20, 2024
1 parent 59cf998 commit 535f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/catalog/_partials/miniatures/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
loading="lazy"
alt="{l s='No image available' d='Shop.Theme.Catalog'}"
title="{l s='No image available' d='Shop.Theme.Catalog'}"
data-full-size-image-url="{$product.cover.bySize.home_default.url}"
data-full-size-image-url="{$urls.no_picture_image.bySize.home_default.url}"
>
</picture>
{/if}
Expand Down

0 comments on commit 535f38d

Please sign in to comment.