1/3
${data.index + 1}/${data.total}
Description
SPU:
Sleeve Length:
Dress Length:
Closure Type:
Edition type:
Accessories:
Sleeve Type:
Silhouette:
Dress type:
Waistlines:
Elasticity:
Size Type:
Thickness:
Material:
Neckline:
Activity:
Feature:
Pattern:
Details:
Style:
Theme:
Fabric:
Size Chart
| Size | Sleeve Length | Shoulder | Length | Waist | Bust | Cuff | ||||||
| cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | |
| XS | 46 | 18.1 | 40.7 | 16 | 122.5 | 48.2 | 76 | 29.9 | 94 | 37 | 27 | 10.6 |
| S | 47 | 18.5 | 42 | 16.5 | 124 | 48.8 | 81 | 31.9 | 99 | 39 | 28 | 11 |
| M | 48 | 18.9 | 43.3 | 17 | 125.5 | 49.4 | 86 | 33.9 | 104 | 40.9 | 29 | 11.4 |
| L | 49 | 19.3 | 45.1 | 17.8 | 127 | 50 | 93 | 36.6 | 111 | 43.7 | 30.5 | 12 |
| XL | 50 | 19.7 | 46.9 | 18.5 | 128.5 | 50.6 | 100 | 39.4 | 118 | 46.5 | 32 | 12.6 |
${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 `
`
})()}
