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
Details:
- Neckline: V-neck
- Sleeve Length: Short Sleeve
- Dress Length: Maxi
- Pattern Type: Floral
- Silhouette: Loose
- Material: Cotton-Blend
Size(IN) | Bust | Waist | Sleeve | Length |
S | 35.0 | 27.6 | 7.5 | 54.3 |
M | 37.0 | 29.5 | 7.8 | 54.7 |
L | 39.0 | 31.5 | 8.0 | 55.1 |
XL | 40.9 | 33.5 | 8.3 | 55.5 |
Tips:
Due to differences in displays, the colors in the pictures may vary slightly, and please refer to the actual design and colors.
The data is measured manually, and please allow a difference of "0.4-1".
${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 `
`
})()}