vendor/store.shopware.com/atlseourlmanager/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_detail %}
  3.     {% set linkToParentInheritanceOverride = product.translated.customFields.atl_seo_url_manager_product_box_link_inheritance_override  %}
  4.     {% if config('AtlSeoUrlManager.config.linkToParent') and not linkToParentInheritanceOverride and product.parentId is not empty %}
  5.         {% set id = product.parentId %}
  6.     {% endif %}
  7.     {{ parent() }}
  8. {% endblock %}