Home
/
06- Pendant3-1027-2022-01-25 12:21:23
06- Pendant3-1027-2022-01-25 12:21:23
0 product
${function() {
const product_total = data.total;
const renderText = `{count} products`;
if (product_total == 0) {
return `0 product`
} else if (product_total == 1) {
return `1 product`
} else {
return renderText.replace('{count}', product_total)
}
}()}
Sorry, there are no products in this collection.