${function() {
const variantData = data.variant || {"id":"5c89cdf4-da5d-4959-b144-4e028523869b","product_id":"1a42e431-28f1-4c53-a22e-cfac3d79ff3d","title":"grey-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"grey","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b1eb84d31b49f7b876c2de3c9200393.jpeg","path":"4b1eb84d31b49f7b876c2de3c9200393.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":58.98,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"58.98","retail_price":"78.98","available":true,"url":"\/products\/mens-high-quality-handmade-flats-moccasins-casual-shoes?variant=5c89cdf4-da5d-4959-b144-4e028523869b","available_quantity":999999999,"options":[{"name":"Color","value":"grey"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":25,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: grey
${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.5
${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":"5c89cdf4-da5d-4959-b144-4e028523869b","product_id":"1a42e431-28f1-4c53-a22e-cfac3d79ff3d","title":"grey-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"grey","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b1eb84d31b49f7b876c2de3c9200393.jpeg","path":"4b1eb84d31b49f7b876c2de3c9200393.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":58.98,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"58.98","retail_price":"78.98","available":true,"url":"\/products\/mens-high-quality-handmade-flats-moccasins-casual-shoes?variant=5c89cdf4-da5d-4959-b144-4e028523869b","available_quantity":999999999,"options":[{"name":"Color","value":"grey"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":25,"flashsale_info":[],"sales":2};
return `
`
}()}