vendor/shopware/storefront/Resources/views/storefront/page/checkout/summary/summary-net.html.twig line 1

Open in your IDE?
  1. {% block page_checkout_summary_net %}
  2.     {% block page_checkout_summary_net_label %}
  3.         <dt class="col-7 checkout-aside-summary-label summary-net">
  4.             {{ "checkout.summaryNetPrice"|trans|sw_sanitize }}
  5.         </dt>
  6.     {% endblock %}
  7.     {% block page_checkout_summary_net_value %}
  8.         <dd class="col-5 checkout-aside-summary-value summary-net">
  9.             {{ summary.price.netPrice|currency }}
  10.         </dd>
  11.     {% endblock %}
  12. {% endblock %}