1/6
${data.index + 1}/${data.total}
Description
SPECIFICATIONS
- Style: holiday, elegant
- Material: Cotton polyester
- Dress type: A-line
- Dress length: maxi
- Neckline: V-neckline
- Pattern Type: Floral, Patterned
- Sleeve type: Puff Sleeve
- Sleeve length: short sleeve
- Details: gathered
- Cut type: Regular
- Season: spring, summer, autumn
- Occasion: everyday, holiday
- Package includes: 1 x dress
SIZE CHART (cm)
NOTE
- When choosing a size, strictly follow the size chart. Don't choose directly based on your habits.
- The size may be 1-3 cm inaccurate due to manual measurement. Mark when measuring.
- Due to the different monitor and light effect, the actual color of the item may be slightly different from the color shown in the pictures.
${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 `
`
})()}