Light 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-
35
${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":"f80c3beb-d541-46a2-8490-9273f37457ab","product_id":"c56ff02f-e9c7-4892-bda3-7d0e5569e88a","title":"Black-35","weight_unit":"g","inventory_quantity":961,"sku":"CJBHNSNS08783-Black-35","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc6082e785d3163e765c985d7eec1109.jpeg","path":"bc6082e785d3163e765c985d7eec1109.jpeg","width":800,"height":800,"alt":"Light sandals","aspect_ratio":1},"wholesale_price":[{"price":36.88,"min_quantity":1}],"weight":"220","compare_at_price":"76.88","price":"36.88","retail_price":"76.88","available":true,"url":"\/products\/light-sandals?variant=f80c3beb-d541-46a2-8490-9273f37457ab","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"35"}],"off_ratio":52,"flashsale_info":[],"sales":0};
const saveType = "percent";
const productSaveLabel = true;
return `
-
${saveType == 'percent' ? `-${variantData.off_ratio}% ` : `- ` }
`; }()}
Add to cart
- $36.88
Buy it now
Product was out of stock.
Product is unavailable.
SKU: CJBHNSNS08783-Black-35
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
`
}
`;
}()}