To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
${data.module_title}
${item.title}
Description
Prepare for winter in pure elegance with our 2023 New Fall/Winter Scarf Coat.
This beautiful combination of fashion and functionality will keep you warm while looking effortlessly chic.
Details
- Warmth and comfort
- Timeless design
- Tailored fit
- Practical pockets
Whether you're walking around the city, going to work, or going out for the evening, this jacket with a scarf will always accompany you in style.
Size Chart (cm/inches)
Size | Length | Bust | Sleeve Length | Torso |
S | 74/29 | 112/44 | 52/20 | 57/22 |
M | 75/29.5 | 116/45 | 53/20.5 | 58/22.5 |
L | 76/30 | 120/47 | 54/21 | 59/23 |
XL | 77/30.5 | 124/48 | 55/21.5 | 60/23.5 |
${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 `
`
})()}