Half skirt-Chân Váy
0 sản phẩm
${function() {
const product_total = data.total;
const renderText = `{count} sản phẩm`;
if (product_total == 0) {
return `0 sản phẩm`
} else if (product_total == 1) {
return `1 sản phẩm`
} else {
return renderText.replace('{count}', product_total)
}
}()}
Rất tiếc, không có sản phẩm nào trong bộ sưu tập này.