${function() {
const variantData = data.variant || {"id":"cec7b73a-ded4-4b06-95b1-8853b61b6ae7","product_id":"bcca2128-12ab-4ddf-9849-0e4d574e72f3","title":"6.5-Green","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e5d37cc95a4d78fcee972188837f1d15.jpeg","path":"e5d37cc95a4d78fcee972188837f1d15.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/2021-new-soft-jogging-tennis-men-sneakers?variant=cec7b73a-ded4-4b06-95b1-8853b61b6ae7","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Green"}],"off_ratio":0,"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 + '%'
: ` `
)}
`;
}()}
Size
: 6.5
${function(){
const optName = "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}
`
}()}
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}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"cec7b73a-ded4-4b06-95b1-8853b61b6ae7","product_id":"bcca2128-12ab-4ddf-9849-0e4d574e72f3","title":"6.5-Green","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e5d37cc95a4d78fcee972188837f1d15.jpeg","path":"e5d37cc95a4d78fcee972188837f1d15.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/2021-new-soft-jogging-tennis-men-sneakers?variant=cec7b73a-ded4-4b06-95b1-8853b61b6ae7","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Green"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}