Danh sách sản phẩm ({{ page.total | format_number }})

{% assign counter = 0 %} {% for item in page.item_list %} {% increment counter %} {% endfor %}
STT Ảnh Sản phẩm (Tổng số: {{page.total}}) Thông tin bán hàng Công cụ
{{ counter }} {{item.image_count}} ảnh [#{{item.id}}] - {{item.title}} {% if item.config_count > 0 %}

[Có cấu hình]

{% endif %}
Danh mục: Màn hình Máy tính
Mã kho {{item.sku}} | Hãng
{% assign date_now = "now" | date: format %} {% assign date_last = item.last_update %} {% assign time_conlai = date_now | minus: date_last %}

Cập nhật: {{item.last_update | date: "Y-m-d h:i" }} ( {{ time_conlai | divided_by: 86400 | round}} ngày)

Người cập nhật : {{item.last_update_by}}

Giá bán: {% if item.price > 0 %} {{item.price | format_price }} vnd {% else %}` {{item.price }} vnd {% endif %}
Giá thị trường: {% if item.market_price > 0 %} {{item.market_price | format_price }} vnd {% else %} 0 vnd {% endif %}

Bảo hành: {{item.warranty}}

Khuyến mại: {{item.special_offer}}

SL tổng: {{item.quantity}}
{% if item.status == 0 %} {% else %} {% endif %}
{% for paging in page.pagination.collection %} {% if paging.name == 'next' %} {% elsif paging.name == 'prev' %} {% else %} {{paging.name}} {% endif %} {% endfor %}