${function() {
const variantData = data.variant || {"id":"1c2a2bea-bc69-453c-af35-91fb435cee61","product_id":"d8be779e-329d-46ec-a351-c6f1fc9ca0f9","title":"Black-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/561f4c6ccd539bc457bdf8ea10fe2104.jpeg","path":"561f4c6ccd539bc457bdf8ea10fe2104.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"75.99","price":"55.99","retail_price":"75.99","available":true,"url":"\/products\/2020-summer-men-non-slip-comfortable-sandals?variant=1c2a2bea-bc69-453c-af35-91fb435cee61","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Shoe Size","value":"6"}],"off_ratio":26,"flashsale_info":[],"sales":4};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Black
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Shoe Size
: 6
${function(){
const optName = "Shoe Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"1c2a2bea-bc69-453c-af35-91fb435cee61","product_id":"d8be779e-329d-46ec-a351-c6f1fc9ca0f9","title":"Black-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/561f4c6ccd539bc457bdf8ea10fe2104.jpeg","path":"561f4c6ccd539bc457bdf8ea10fe2104.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"75.99","price":"55.99","retail_price":"75.99","available":true,"url":"\/products\/2020-summer-men-non-slip-comfortable-sandals?variant=1c2a2bea-bc69-453c-af35-91fb435cee61","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Shoe Size","value":"6"}],"off_ratio":26,"flashsale_info":[],"sales":4};
return `
`
}()}