{% assign handle = request.query.handle %} {% assign product = products | where: 'handle', handle | first %} {% if product %}

{{ product.title }}

{% if product.featured_image %} {{ product.title }} {% endif %} {% if product.description %}

Mô tả sản phẩm

{{ product.description }}
{% endif %} {% if product.metafields.custom.tab_1 %}

Thông tin chi tiết (tab-1)

{{ product.metafields.custom.tab_1 }}
{% endif %}

{% else %}

Sản phẩm không tồn tại.

{% endif %}