custom/plugins/CoeBasketOfferSw6/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. {% block page_checkout_aside_actions %}
  3.    {{ parent() }}
  4.     <a href="{{ path('frontend.offer.page') }}"
  5.        class="btn btn-block begin-checkout-btn btn-primary mt-2"
  6.        title="{{ "coe_basket_offer.general.buttonText"|trans }}">
  7.         {{ "coe_basket_offer.general.buttonText"|trans }}
  8.     </a>
  9. {% endblock %}