{% for attribute in product.attributes %}
{% if attribute.code == 'product_unit' %}
{{ attribute.name }} : {{ attribute.value }}
{% endif %}
{% endfor %}
{% if product.enabledVariants|length > 1 %}
{% endif %}
{% if not product.enabledVariants.empty() %}
{% set variant = product|sylius_resolve_variant %}
{% set price = money.calculatePrice(variant) %}
{% for attribute in product.attributes %}
{% if attribute.value == 'KG' %}
{% endif %}
{% endfor %}
{{ price }}
{% endif %}
{# #}
{% if orderItemId is not null %}
{# #}
{% elseif orderItemId is null and quantity == 0 %}
{% endif %}