${function() {
const variantData = data.variant || {"id":"fac8defe-8ee3-4e6b-8074-6a52b2daef9d","product_id":"3b6425fb-e38a-4c76-9bdf-634be9122977","title":"Green-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2393e6553ac82a619918635653b33299.jpeg","path":"2393e6553ac82a619918635653b33299.jpeg","width":950,"height":1200,"alt":"","aspect_ratio":0.7916666666666666},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"69.99","retail_price":"89.99","available":true,"url":"\/products\/mens-sports-running-shoes-lightweight-sneakers?variant=fac8defe-8ee3-4e6b-8074-6a52b2daef9d","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"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
: 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":"fac8defe-8ee3-4e6b-8074-6a52b2daef9d","product_id":"3b6425fb-e38a-4c76-9bdf-634be9122977","title":"Green-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2393e6553ac82a619918635653b33299.jpeg","path":"2393e6553ac82a619918635653b33299.jpeg","width":950,"height":1200,"alt":"","aspect_ratio":0.7916666666666666},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"69.99","retail_price":"89.99","available":true,"url":"\/products\/mens-sports-running-shoes-lightweight-sneakers?variant=fac8defe-8ee3-4e6b-8074-6a52b2daef9d","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}