{% endif %}
{% if has_product_images %}
{% if item.image != '' %}
{% if item.url != '' %}
{% endif %}
{% if item.url != '' %}
{% endif %}
{% endif %}
|
{% endif %}
{{ item.name }}
{% if item.options|length > 0 or item.code != '' or item.category_code != 'DEFAULT' or item.weight != 0 or item.subscription_frequency != '' %}
{% for option in item.options %}
-
{{ option.name }}:
{{ option.value }}
{% endfor %}
{% if item.code != '' %}
-
{{ lang.cart_code|raw }}: {{ item.code }}
{% endif %}
{% if item.category_code != 'DEFAULT' %}
-
{{ lang.cart_category|raw }}: {{ item.category_code }}
{% endif %}
{% if item.weight != 0 %}
-
{{ lang.cart_weight|raw }}: {{ item.weight }} {{ weight_uom }}
{% endif %}
{% if item.subscription_frequency != '' %}
-
{{ lang.cart_subscription_details|raw }}
-
{{ lang.cart_frequency|raw }}: {{ item.subscription_frequency }}
-
{{ lang.cart_start_date|raw }}: {{ item.subscription_start_date }}
-
{{ lang.cart_next_date|raw }}: {{ item.subscription_next_transaction_date }}
{% if item.subscription_end_date != "0000-00-00" %}
-
{{ lang.cart_end_date|raw }}: {{ item.subscription_end_date }}
{% endif %}
{% endif %}
{% endif %}
{% if with_controls %}
[x]
{% endif %}
|
{% if with_controls %}
[x]
{% else %}
{{ item.quantity }}
{% endif %}
|
{{ item.price_total }}
{% if item.quantity > 1 %}
({{ item.price_each }} {{ lang.cart_each|raw }})
{% endif %}
{% if with_controls %}
[x]
{% endif %}
|
{% if not for_email %}