custom/plugins/CkoShopware6/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.     {{ parent() }}
  4.     {% block checkout_com_component_product_box_action_buy_direct_apple_pay %}
  5.         <div class="mt-2 checkout-com-direct-pay-container d-none">
  6.             {% sw_include '@CkoShopware6/storefront/checkout-com/component/apple/apple-pay-button.html.twig' %}
  7.         </div>
  8.     {% endblock %}
  9.     {% block checkout_com_component_product_box_action_buy_direct_google_pay %}
  10.         <div class="mt-2 checkout-com-direct-pay-container d-none">
  11.             {% sw_include '@CkoShopware6/storefront/checkout-com/component/google/google-pay-button.html.twig' %}
  12.         </div>
  13.     {% endblock %}
  14. {% endblock %}