${function() {
const variantData = data.variant || {"id":"1fa9996c-9650-46c9-916a-87a0b57dadb8","product_id":"29d363ed-924d-4dc7-bde0-e3cda135e794","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\/8f6f3651dc2584329d058293feea8168.jpeg","path":"8f6f3651dc2584329d058293feea8168.jpeg","width":640,"height":639,"alt":"","aspect_ratio":1.001564945226917},"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\/men-high-steel-toe-work-safety-shoes?variant=1fa9996c-9650-46c9-916a-87a0b57dadb8","available_quantity":999999999,"options":[{"name":"size","value":"6.5"},{"name":"Color","value":"Green"}],"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 + '%'
: ` `
)}
`;
}()}
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":"1fa9996c-9650-46c9-916a-87a0b57dadb8","product_id":"29d363ed-924d-4dc7-bde0-e3cda135e794","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\/8f6f3651dc2584329d058293feea8168.jpeg","path":"8f6f3651dc2584329d058293feea8168.jpeg","width":640,"height":639,"alt":"","aspect_ratio":1.001564945226917},"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\/men-high-steel-toe-work-safety-shoes?variant=1fa9996c-9650-46c9-916a-87a0b57dadb8","available_quantity":999999999,"options":[{"name":"size","value":"6.5"},{"name":"Color","value":"Green"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}