{#
{% 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 %}
#} {% set onRequest = 'no' %} {% for category in item.categories %} {% if category.slug == 'request-course' %} {% set onRequest = 'yes' %} {% endif %} {% endfor %} {% if onRequest == 'yes' %}
{% partial __SELF__ ~ '::images' images=item.all_images %}
{% for category in item.categories %} {% if category.parent_id >0 %} {{category.name}} {% endif %} {% endfor %} {% for additional in item.additional_properties %} {% if loop.index == item.additional_properties|length %}
{{additional.value | raw}}
{% else %}
{{additional.value | raw}}
{% endif %} {% endfor %}

Empower Your Parenting Journey Navigating Neurodiversity

{{ item.description_short | raw }}
{% endif %} {% if onRequest == 'no' %}
{% partial __SELF__ ~ '::images' images=item.all_images %}
{% for category in item.categories %} {% if category.parent_id >0 %} {{category.name}} {% endif %} {% endfor %}
{% if item.custom_fields.count > 0 %}
{# {% partial __SELF__ ~ '::customfields' fields=item.custom_fields %} #} {% set fields = item.custom_fields %} {% for field in fields %}

Select full course

{% for option in field.custom_field_options %} {% if loop.index <3 %} {% if loop.index == field.custom_field_options|length %}

{{ option.name }}

{% else %}

{{ option.name }}

{% endif %} {% endif %} {% endfor %}

Select module wise course

{% for option in field.custom_field_options %} {% if loop.index > 2 %} {% if loop.index == field.custom_field_options|length %}

{{ option.name }}

{% else %}

{{ option.name }}

{% endif %} {% 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 %}

Empower Your Parenting Journey Navigating Neurodiversity

Excl. local Tax & Shipping.

{% for additional in item.additional_properties %} {% if loop.index == item.additional_properties|length %}
{{additional.value | raw}}
{% else %} {% endif %} {% endfor %}
{% if item.allow_out_of_stock_purchases %} {% partial __SELF__ ~ '::addtocart.htm' item=item %} {% else %}
{{ 'offline.mall::frontend.stock.checking' | trans }}
{% endif %}
{% endif %}