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

  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. {% block page_checkout_cart_action_proceed_amazon_pay_button %}
  6. {% sw_include '@Storefront/storefront/component/swag-amazon-pay/amazon-pay-button.html.twig' with {
  7. 'identifier': 'checkout-cart'
  8. } %}
  9. {% endblock %}
  10. {% endblock %}