{% set form = hookable_metadata.context.form %} {% set product = hookable_metadata.context.product %} {% if product.isSimple %}
{{ form_row(form.variant.shippingRequired) }}
{% endif %}