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' %}
    
    {# Adds the Amazon Pay button below the "Go to checkout"-button #}
    {% block page_checkout_cart_action_proceed %}
        {{ parent() }}
    
        {% sw_include '@Storefront/storefront/component/swag-amazon-pay/amazon-pay-button.html.twig' with {
            'identifier': 'checkout-cart'
        } %}
    {% endblock %}