目录
${data.title}
${item.label}
(${item.count})
The highest price is ${data.range_max}
$
$
Filter and sort
more than
-
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
$9.99
$19.99
-
$10.00
$42.99
$89.99
-
$47.00
$39.98
$78.88
-
$38.90
$29.99
$49.99
-
$20.00
$39.97
$69.96
-
$29.99
$32.99
$49.99
-
$17.00
$34.98
$69.96
-
$34.98
$39.99
$79.98
-
$39.99
$29.95
$53.98
-
$24.03
$21.68
$43.99
-
$22.31
$55.99
$110.99
-
$55.00
$59.99
$99.99
-
$40.00
$27.98
$51.80
-
$23.82
$39.99
$79.99
-
$40.00
$39.90
$79.90
-
$40.00
$41.99
$89.99
-
$48.00
$34.99
$52.97
-
$17.98
$33.98
$49.99
-
$16.01
$27.99
$35.99
-
$8.00
$29.99
$39.99
$66.65
-
$26.66
$29.98
$49.99
-
$20.01
$34.99
$55.00
-
$20.01
$29.99
$48.99
-
$19.00
$44.99
$85.00
-
$40.01
$38.96
$59.99
-
$21.03
$49.98
$59.99
-
$10.01
$46.99
$79.98
-
$32.99
$28.75
$39.99
-
$11.24
$23.99
$48.99
-
$25.00
$38.98
$75.98
-
$37.00
$44.99
$96.99
-
$52.00
$33.00
$56.00
-
$23.00
$25.99
$51.99
-
$26.00
No products found
Use fewer filters or Clear all
Use fewer filters or Clear all
Recently viewed
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)
Recommended Products
${rule.config.title}
${(function(){
const product = data.product;
const avail_variants = product.variants.filter(function(variant){
return variant.available;
});
const selected_variant = product.min_price_variant.available ? product.min_price_variant : avail_variants.length && avail_variants[0];
return `
`
})()}