${function() {
const variantData = data.variant || {"id":"eef60e4c-9e65-4fb3-b83f-e8f13d57ce2f","product_id":"bd47ba3f-ea05-4fc7-9092-609bf1de4611","title":"BLACK-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/07780aa259484f40c011756d398da9a5.jpeg","path":"07780aa259484f40c011756d398da9a5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.98,"min_quantity":1}],"weight":"0","compare_at_price":"79.98","price":"59.98","retail_price":"79.98","available":true,"url":"\/products\/2019-men-casual-shoes-breathable-leather-loafers?variant=eef60e4c-9e65-4fb3-b83f-e8f13d57ce2f","available_quantity":999999999,"options":[{"name":"color","value":"BLACK"},{"name":"Shoe Size","value":"6"}],"off_ratio":25,"flashsale_info":[],"sales":0};
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":"eef60e4c-9e65-4fb3-b83f-e8f13d57ce2f","product_id":"bd47ba3f-ea05-4fc7-9092-609bf1de4611","title":"BLACK-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/07780aa259484f40c011756d398da9a5.jpeg","path":"07780aa259484f40c011756d398da9a5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.98,"min_quantity":1}],"weight":"0","compare_at_price":"79.98","price":"59.98","retail_price":"79.98","available":true,"url":"\/products\/2019-men-casual-shoes-breathable-leather-loafers?variant=eef60e4c-9e65-4fb3-b83f-e8f13d57ce2f","available_quantity":999999999,"options":[{"name":"color","value":"BLACK"},{"name":"Shoe Size","value":"6"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
`
}()}