${function() {
const variantData = data.variant || {"id":"a40535b5-640c-46d5-8215-3490431bc9e6","product_id":"792d2859-d6e7-46d9-a727-075499eb4ee3","title":"Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fed5fd82fe9581463e1cc4946f2f4214.jpeg","path":"fed5fd82fe9581463e1cc4946f2f4214.jpeg","width":650,"height":650,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"59.99","retail_price":"89.99","available":true,"url":"\/products\/men-shock-absorption-cushion-lightweight-running-shoes?variant=a40535b5-640c-46d5-8215-3490431bc9e6","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":33,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Green
${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":"a40535b5-640c-46d5-8215-3490431bc9e6","product_id":"792d2859-d6e7-46d9-a727-075499eb4ee3","title":"Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fed5fd82fe9581463e1cc4946f2f4214.jpeg","path":"fed5fd82fe9581463e1cc4946f2f4214.jpeg","width":650,"height":650,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"59.99","retail_price":"89.99","available":true,"url":"\/products\/men-shock-absorption-cushion-lightweight-running-shoes?variant=a40535b5-640c-46d5-8215-3490431bc9e6","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":33,"flashsale_info":[],"sales":1};
return `
`
}()}