Back to Opencart

Cart

upload/catalog/view/template/common/cart.html

4.1.0.3749 B
Original Source

{{ text_items }} {% if products %} -

{% for product in products %} | {% if product.thumb %}{% endif %} | {{ product.name }}

    • {{ text_model }}: {{ product.model }} {% for option in product.option %} - - {{ option.name }}: {{ option.value }} {% endfor %} {% if product.subscription %} - - {{ text_subscription }}: {{ product.subscription }} {% endif %} {% if product.reward %} - - {{ text_points }}: {{ product.reward }} {% endif %} | x {{ product.quantity }} | | | {% endfor %}

{% for total in totals %} | {{ total.title }} | {{ total.text }} | {% endfor %}

{{ text_cart }}{{ text_checkout }}

{% else %} - {{ text_no_results }} {% endif %}