{#
{% if variants.count > 0 %}
{{ 'offline.mall::frontend.variants' | trans }}
{% for value, variant in variants %} {% set variant = variant.first() %} {% endfor %}
{% endif %} {% if props.count > 0 and item.inventory_management_method == 'variant' %}
{% partial __SELF__ ~ '::properties' props=props %}
{% endif %} {% if item.custom_fields.count > 0 %}
{% partial __SELF__ ~ '::customfields' fields=item.custom_fields %}
{% endif %}
{% partial __SELF__ ~ '::price' item=item %}
{% partial __SELF__ ~ '::tax-info' item=item %}
{% if item.allow_out_of_stock_purchases %} {% partial __SELF__ ~ '::addtocart.htm' item=item %} {% else %}
{{ 'offline.mall::frontend.stock.checking' | trans }}
{% endif %}
#}
{% partial __SELF__ ~ '::images' images=item.all_images %}

{{ item.name }}

Excl. local Tax & Shipping.

{% if item.custom_fields.count > 0 %}
{# {% partial __SELF__ ~ '::customfields' fields=item.custom_fields %} #} {% set fields = item.custom_fields %} {% for field in fields %}

{{ field.name }}

{% for option in field.custom_field_options %} {% if option.price.INR == '₹ 0.00' %}

{{ option.name }}

Normal
{% else %}

{{ option.name }}

Normal
{% endif %} {% endfor %}
{% endfor %}
{% endif %} {% set price = price|default(item.price()) %} {% if price.official or item.oldPrice().integer %}
{% if price.official %} {{ price.official.string | raw }} {% else %} {{ item.oldPrice().string | raw }} {% endif %}
{% endif %}

Excl. local Tax & Shipping.

Quantity : 1
{% if item.allow_out_of_stock_purchases %} {% partial __SELF__ ~ '::addtocart.htm' item=item %} {% else %}
{{ 'offline.mall::frontend.stock.checking' | trans }}
{% endif %}