custom/plugins/FourtwosixThemeExtension/src/Resources/views/storefront/component/product/card/action.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/action.html.twig' %}
  2. {% block component_product_box_action_buy %}
  3.     {# @fourtwosix-edit: fallback to true if not imported #}
  4.     {% set canBesold = product.translated.customFields["akeneo_statusinshopbestellbar"] ?? true %}
  5.     {%  if canBesold %}
  6.         {{ parent() }}
  7.     {% endif %}
  8. {% endblock %}