custom/plugins/FuerstenbergPorzellan/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_cart_table_item %}
  3.     {% if lineItem.payload.customFields.custom_product_information_aussclussusa and context.shippingLocation.country.iso3 == 'USA' %}
  4.         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  5.             type: 'warning',
  6.             content: 'cart.shippingusa'|trans({'%product%': lineItem.label})
  7.         } %}
  8.     {% endif %}
  9.     {{parent()}}
  10. {% endblock %}