${function() {
const variantData = data.variant || {"id":"4155e4eb-52a5-409b-af10-1c25642d4e1f","product_id":"9a1f4c07-d172-40a1-91d3-49502fff63e2","title":"Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e5f986b1dbc7ad7dfcf57bb20657eb16.jpeg","path":"e5f986b1dbc7ad7dfcf57bb20657eb16.jpeg","width":640,"height":0,"alt":""},"wholesale_price":[{"price":63.99,"min_quantity":1}],"weight":"0","compare_at_price":"120.98","price":"63.99","retail_price":"120.98","available":true,"url":"\/products\/mens-military-boot-combat-mens-chukka-ankle-boot?variant=4155e4eb-52a5-409b-af10-1c25642d4e1f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":47,"flashsale_info":[],"sales":1};
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":"4155e4eb-52a5-409b-af10-1c25642d4e1f","product_id":"9a1f4c07-d172-40a1-91d3-49502fff63e2","title":"Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e5f986b1dbc7ad7dfcf57bb20657eb16.jpeg","path":"e5f986b1dbc7ad7dfcf57bb20657eb16.jpeg","width":640,"height":0,"alt":""},"wholesale_price":[{"price":63.99,"min_quantity":1}],"weight":"0","compare_at_price":"120.98","price":"63.99","retail_price":"120.98","available":true,"url":"\/products\/mens-military-boot-combat-mens-chukka-ankle-boot?variant=4155e4eb-52a5-409b-af10-1c25642d4e1f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":47,"flashsale_info":[],"sales":1};
return `
`
}()}