Women's sandals
For Mature & Elderly Over 40, 50, 60 & 70
Color-
Black
${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-
34
${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":"dc9bd63c-332c-42ef-8e2f-bb07ce46d182","product_id":"f58e417e-da63-4ae8-af31-5e55444262e3","title":"Black-34","weight_unit":"g","inventory_quantity":539,"sku":"CJBHNSNS16443-Black-34","barcode":"","position":1,"option1":"Black","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b02f359d7dec016899bde9e24fee0a25.jpeg","path":"b02f359d7dec016899bde9e24fee0a25.jpeg","width":670,"height":670,"alt":"Women's sandals","aspect_ratio":1},"wholesale_price":[{"price":38.88,"min_quantity":1}],"weight":"360","compare_at_price":"76.88","price":"38.88","retail_price":"76.88","available":true,"url":"\/products\/womens-sandals?variant=dc9bd63c-332c-42ef-8e2f-bb07ce46d182","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"34"}],"off_ratio":49,"flashsale_info":[],"sales":0};
const saveType = "percent";
const productSaveLabel = true;
return `
-
${saveType == 'percent' ? `-${variantData.off_ratio}% ` : `- ` }
`; }()}
Add to cart
- $38.88
Buy it now
Product was out of stock.
Product is unavailable.
SKU: CJBHNSNS16443-Black-34
SKU: ${data.variant.sku}
Standard Delivery: 7-9 Business Days. When Placing Order Today, Estimated Delivery:Feb-18 - Feb-23
${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
`
}
`;
}()}