16 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Used products,Small cosmetic imperfection on top, front or sides of item. Item will come in original packaging.【1 Years Warranty】【Free Shipping】 E-mail: support@giandel.com.au Call us :+1 769 486 2790
16 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Featured
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Page views, high to low
Filter and sort
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
Clear all
${function(){
if(data.total <= 0){
return '
No products found Use fewer filters or Clear all
'
}
return ``
}()}