Home
/
10-Pendant-1-1107-2022-01-25 12:25:46
10-Pendant-1-1107-2022-01-25 12:25:46
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.