Trang chủ Giỏ hàng

Thông tin giỏ hàng

{% for _item in page.cart_items %} {% assign _info = _item.item_info %} {% assign _ic = _item.in_cart %}
{{ _info.productName }}
{% if _ic.price == 0 %}

Liên hệ

 

{% else %}

{{ _ic.total_price }}

{% if _info.marketPrice > 0 %}

{{ _info.marketPrice }}

{% else %}

 

{% endif %} {% endif %}
{{ _ic.quantity }}
{% if _info.productSummary != '' %}
    {% assign _lines = _info.productSummary | split: "\n" %} {% for _line in _lines %}
  • {{ _line }}
  • {% endfor %}
{% endif %}
{% endfor %}

Thông tin nhận hàng

Tổng tiền {{ page.cart_summary.total_value }}

Phương thức thanh toán

{% for _pm in page.payment_method %} {% endfor %}