Skip to content

Commit

Permalink
Merge pull request #648 from jolelievre/fix-flags
Browse files Browse the repository at this point in the history
Fix default no image url
  • Loading branch information
jolelievre authored Aug 29, 2024
2 parents 13fa0d9 + 535f38d commit 1087868
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 1087868

Please sign in to comment.