Home
/
04-Pendant-5-1014-2022-01-25 12:17:36
04-Pendant-5-1014-2022-01-25 12:17:36
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.