Rings
more than
-
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
$7.48
$12.99
-
$5.51
$5.99
$11.39
-
$5.40
$5.99
$21.89
-
$15.90
$6.98
$11.99
-
$5.01
$10.34
$32.81
-
$22.47
$6.00
$13.00
-
$7.00
$7.79
$13.99
-
$6.20
$8.80
$13.80
-
$5.00
$5.99
$19.89
-
$13.90
$9.50
$13.70
-
$4.20
$7.90
$12.70
-
$4.80
$7.07
$12.49
-
$5.42
$7.80
$13.80
-
$6.00
$6.00
$10.00
-
$4.00
$7.98
$18.19
-
$10.21
$5.99
$20.00
-
$14.01
$11.99
$25.99
-
$14.00
$6.00
$10.00
-
$4.00
$7.98
$13.99
-
$6.01
$6.00
$12.00
-
$6.00
$6.00
$10.00
-
$4.00
$6.98
$11.99
-
$5.01
$10.19
$30.99
-
$20.80
$7.98
$14.49
-
$6.51
$4.00
$11.00
-
$7.00
$6.78
$13.00
-
$6.22
$7.00
$11.00
-
$4.00
$6.98
$12.49
-
$5.51
$10.24
$23.49
-
$13.25
$7.99
$16.49
-
$8.50
$8.18
$17.49
-
$9.31
$6.39
$12.00
-
$5.61
$7.34
$14.59
-
$7.25
$6.98
$12.99
-
$6.01
No products found
Use fewer filters or Clear all
Use fewer filters or Clear all
${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 `
`
})()}