Large cotton and linen dress
For Mature & Elderly Over 40, 50, 60 & 70
Color-
Brick red
${function(){
const optName = "Color";
const enable_selected_variants = "true" === 'false';
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
${optionValue ? `${enable_selected_variants ? '-' : ''}${optionValue}` : ''}
`;
}()}
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
Please select a Color
`;
}()}
Size-
3XL
${function(){
const optName = "Size";
const enable_selected_variants = "true" === 'false';
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
${optionValue ? `${enable_selected_variants ? '-' : ''}${optionValue}` : ''}
`;
}()}
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
Please select a Size
`;
}()}
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"0c4438bc-4b91-4323-b194-f4ffc46b5786","product_id":"eeb97e5d-48d0-4b17-bd4a-5746eec18e90","title":"Brick red-3XL","weight_unit":"g","inventory_quantity":530,"sku":"CJNSSYLY04561-Brick red-3XL","barcode":"","position":1,"option1":"Brick red","option2":"3XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a47e55f1e276b78eb613a7f058ed9166.jpeg","path":"a47e55f1e276b78eb613a7f058ed9166.jpeg","width":800,"height":1067,"alt":"Large cotton and linen dress","aspect_ratio":0.7497656982193065},"wholesale_price":[{"price":44.88,"min_quantity":1}],"weight":"231","compare_at_price":"99.99","price":"44.88","retail_price":"99.99","available":true,"url":"\/products\/large-cotton-and-linen-dress?variant=0c4438bc-4b91-4323-b194-f4ffc46b5786","available_quantity":999999999,"options":[{"name":"Color","value":"Brick red"},{"name":"Size","value":"3XL"}],"off_ratio":55,"flashsale_info":[],"sales":0};
const saveType = "percent";
const productSaveLabel = true;
return `
-
${saveType == 'percent' ? `-${variantData.off_ratio}% ` : `- ` }
`; }()}
Add to cart
- $44.88
Buy it now
Product was out of stock.
Product is unavailable.
SKU: CJNSSYLY04561-Brick red-3XL
SKU: ${data.variant.sku}
Standard Delivery: 7-9 Business Days. When Placing Order Today, Estimated Delivery:Feb-24 - Mar-01
${function() {
const type = 'hero';
const postageFreeAmount = 80;
const custom_text_hero = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
const custom_text_wind = "Buy {amount} more to enjoy FREE Shipping";
const custom_text = type === 'hero' ? custom_text_hero : custom_text_wind;
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
${type === 'hero' ?
`
` :
`
${tipText}
Your order is free delivery
`
}
`;
}()}