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:
- Material: Cotton Blending
- Style: Casual
- Sleeve Length: Short Sleeve
- Neckline: O Neck
- Dresses Length: Ankle Length
- Silhouette: Straight
SIZE(IN) | US | Sleeve | Bust | Waist | Hip | Length |
S | 2-4 | 8.7 | 37.8 | 35.4 | 38.6 | 52.4 |
M | 6-8 | 9.1 | 39.4 | 37.0 | 40.2 | 53.3 |
L | 10-12 | 9.4 | 40.9 | 38.6 | 41.7 | 54.3 |
XL | 14 | 9.9 | 42.9 | 40.6 | 43.7 | 55.3 |
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 `
`
})()}