1/9
${data.index + 1}/${data.total}
Description
SPU:
Sleeve Length:
Dress Length:
Closure Type:
Edition type:
Accessories:
Sleeve Type:
Silhouette:
Dress type:
Waistlines:
Elasticity:
Thickness:
Size Type:
Material:
Neckline:
Activity:
Feature:
Pattern:
Details:
Style:
Theme:
Fabric:
Size Chart
| Size | Sleeve Length | Hem Width | Shoulder | Length | Waist | Bust | Cuff | |||||||
| cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | |
| XS | 44.3 | 17.4 | 380 | 149.6 | 40.7 | 16 | 125.5 | 49.4 | 82 | 32.3 | 92 | 36.2 | 28.8 | 11.3 |
| S | 45 | 17.7 | 385 | 151.6 | 42 | 16.5 | 127 | 50 | 87 | 34.3 | 97 | 38.2 | 30 | 11.8 |
| M | 45.7 | 18 | 390 | 153.5 | 43.3 | 17 | 128.5 | 50.6 | 92 | 36.2 | 102 | 40.2 | 31.2 | 12.3 |
| L | 46.4 | 18.3 | 397 | 156.3 | 45.1 | 17.8 | 130 | 51.2 | 99 | 39 | 109 | 42.9 | 32.9 | 13 |
| XL | 47.1 | 18.5 | 404 | 159.1 | 46.9 | 18.5 | 131.5 | 51.8 | 106 | 41.7 | 116 | 45.7 | 34.6 | 13.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 `
`
})()}
