2 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Album-Beschreibung:
Entdecken Sie die Premium WGA Vape-Serie mit dem Crystal Plus Switch 20000 und Crystal Pro Max 15000. Diese innovativen Einweg-Vapes bieten:
-
Bis zu 20.000/15.000 Züge für langanhaltendes Vaping
-
Wechselbare Aromen (Crystal Plus Switch)
-
Smart-Display für Akku- & Liquid-Überwachung
-
Typ-C Schnellladung für maximale Mobilität
-
Mesh Coil Technologie für intensiven Geschmack
Perfekt für Vaper, die Flexibilität und hohe Leistung suchen.
2 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
${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 ``
}()}