${function() {
const variantData = data.variant || {"id":"64efb3a3-da09-4252-8f99-1e0f71f2da62","product_id":"6b5523e9-20a4-48e6-8a97-a0b9ecc544ec","title":"Yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/503b9976f2bf58d1909449d24ddf003a.jpeg","path":"503b9976f2bf58d1909449d24ddf003a.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":66.99,"min_quantity":1}],"weight":"0","compare_at_price":"117.98","price":"66.99","retail_price":"117.98","available":true,"url":"\/products\/2019-new-high-quality-mens-fashion-casual-shoes?variant=64efb3a3-da09-4252-8f99-1e0f71f2da62","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":43,"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
: Yellow
${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":"64efb3a3-da09-4252-8f99-1e0f71f2da62","product_id":"6b5523e9-20a4-48e6-8a97-a0b9ecc544ec","title":"Yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/503b9976f2bf58d1909449d24ddf003a.jpeg","path":"503b9976f2bf58d1909449d24ddf003a.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":66.99,"min_quantity":1}],"weight":"0","compare_at_price":"117.98","price":"66.99","retail_price":"117.98","available":true,"url":"\/products\/2019-new-high-quality-mens-fashion-casual-shoes?variant=64efb3a3-da09-4252-8f99-1e0f71f2da62","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":43,"flashsale_info":[],"sales":2};
return `
`
}()}