{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
{% block page_checkout_cart_table_item %}
{% if lineItem.payload.customFields.custom_product_information_aussclussusa and context.shippingLocation.country.iso3 == 'USA' %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
type: 'warning',
content: 'cart.shippingusa'|trans({'%product%': lineItem.label})
} %}
{% endif %}
{{parent()}}
{% endblock %}