vendor/shopware/storefront/Resources/views/storefront/page/checkout/finish/finish-item.html.twig line 1

Open in your IDE?
  1. {# @deprecated tag:v6.5.0 - finish-item.html.twig` is deprecated. Use `storefront/component/line-item/line-item.html.twig` instead. #}
  2. {% sw_extends '@Storefront/storefront/page/checkout/confirm/confirm-item.html.twig' %}
  3. {% block page_checkout_item_quantity_form %}
  4.     {% if lineItem.type != "promotion" %}
  5.         {{ block('page_checkout_item_quantity_number') }}
  6.     {% endif %}
  7. {% endblock %}
  8. {% block page_checkout_item_remove_form %}
  9. {% endblock %}