2 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Album-Beschreibung:
Entdecken Sie die Al Fakhar Vape-Serie – bestehend aus dem Crown Bar 15000 und Crown Bar 8000. Diese Premium-Einweg-Vapes überzeugen mit:
-
DTL-Technologie für voluminöse Dampfwolken
-
LED-Displays zur Akku- & Liquidkontrolle
-
0,6Ω Mesh Coils für intensiven Geschmack
-
Typ-C-Ladung für schnelle Power-Ups
-
2% Nikotin für ausgewogenes Vaping
Ideal für anspruchsvolle Vaper, die Langlebigkeit und hohe Performance schätzen.
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 ``
}()}