vendor/dvdw/theme/src/Resources/views/storefront/component/product/card/badges.html.twig line 1

Open in your IDE?
  1. {#{% sw_extends '@Storefront/storefront/component/product/card/badges.html.twig' %}#}
  2. {% block component_product_badges_new %}
  3. {#    {{ parent() }}#}
  4. {#    TODO: check if gold webshop#}
  5. {#    <span class="badge badge-gold">gold</span>#}
  6. {#    {% if not product.isGold %}#}
  7. {#        <div class="badge badge-gold">#}
  8. {#            {% sw_thumbnails 'minimal-image-thumbnails' with {#}
  9. {#                media: webshopProduct.cover.media,#}
  10. {#                sizes: {#}
  11. {#                    'default': '360px'#}
  12. {#                },#}
  13. {#                attributes: {#}
  14. {#                    'class': 'img-fluid quickview-minimal-img',#}
  15. {#                    'alt': ( webshopProduct.cover.translated.alt ?: ''),#}
  16. {#                    'title': (webshopProduct.cover.translated.title ?: '')#}
  17. {#                }#}
  18. {#            } %}#}
  19. {#        </div>#}
  20. {#    {% endif %}#}
  21. {% endblock %}