${function() {
const variantData = data.variant || {"id":"57296704-f4bd-4066-94a2-13d1645e72a0","product_id":"f50375f5-c86b-480c-99a0-0e56a43ff98f","title":"Red-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Red","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/42f9ece0de102f6889d1262e61d81fa8.jpeg","path":"42f9ece0de102f6889d1262e61d81fa8.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.86,"min_quantity":1}],"weight":"0","compare_at_price":"79.86","price":"69.86","retail_price":"79.86","available":true,"url":"\/products\/lightweight-breathable-mens-stylish-sports-running-sneakers?variant=57296704-f4bd-4066-94a2-13d1645e72a0","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Shoe Size","value":"7"}],"off_ratio":13,"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
: Red
${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
: 7
${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":"57296704-f4bd-4066-94a2-13d1645e72a0","product_id":"f50375f5-c86b-480c-99a0-0e56a43ff98f","title":"Red-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Red","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/42f9ece0de102f6889d1262e61d81fa8.jpeg","path":"42f9ece0de102f6889d1262e61d81fa8.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.86,"min_quantity":1}],"weight":"0","compare_at_price":"79.86","price":"69.86","retail_price":"79.86","available":true,"url":"\/products\/lightweight-breathable-mens-stylish-sports-running-sneakers?variant=57296704-f4bd-4066-94a2-13d1645e72a0","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Shoe Size","value":"7"}],"off_ratio":13,"flashsale_info":[],"sales":0};
return `
`
}()}