custom/plugins/SwagAmazonPay/src/Resources/views/storefront/page/checkout/cart/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  2. {# Adds the Amazon Pay button below the "Go to checkout"-button #}
  3. {% block page_checkout_cart_action_proceed %}
  4.     {{ parent() }}
  5.     {% sw_include '@Storefront/storefront/component/swag-amazon-pay/amazon-pay-button.html.twig' with {
  6.         'identifier': 'checkout-cart'
  7.     } %}
  8. {% endblock %}