{% if cartSingleProduct.title and cartSingleProduct.title != '' %}
{{cartSingleProduct.title}}
{% endif %}
{% if cartSingleProduct.enableProductSelection == 'true' %}
{% include './includes/flavors-selector.html' %}
{% endif %}
{% if cartSingleProduct.quantityTitle and cartSingleProduct.quantityTitle != '' %}
{{cartSingleProduct.quantityTitle}}
{% endif %}
{% include './includes/quantity-selector.html' %}
{% if cartSingleProduct.modeTitle and cartSingleProduct.modeTitle != '' %}
{{cartSingleProduct.modeTitle}}
{% endif %}
{% include './includes/pricing.html' %}
{% include './includes/payment-method-checkbox.html' %}
{% include './includes/disclaimer.html' %}
{% if cartSingleProduct.title and cartSingleProduct.title != '' %}
{{cartSingleProduct.title}}
{% endif %}
{% if cartSingleProduct.enableProductSelection == 'true' %}
{% include './includes/flavors-selector.html' %}
{% endif %}
{% if cartSingleProduct.quantityTitle and cartSingleProduct.quantityTitle != '' %}
{{cartSingleProduct.quantityTitle}}
{% endif %}
{% include './includes/quantity-selector.html' %}
{% if cartSingleProduct.modeTitle and cartSingleProduct.modeTitle != '' %}
{{cartSingleProduct.modeTitle}}
{% endif %}
{% include './includes/pricing.html' %}
{% include './includes/payment-method-checkbox.html' %}
{% include './includes/disclaimer.html' %}