${function() {
const variantData = data.variant || {"id":"f899b638-a57c-410a-9d57-460f1e50610e","product_id":"eb5c41ab-f493-4c8e-b712-a20eee02ca72","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K591204243949121536","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d913dab5b69bf730e57a5afcca21cc4a.jpeg","path":"d913dab5b69bf730e57a5afcca21cc4a.jpeg","width":1274,"height":1698,"alt":"Men's Kennedy Legend Irish Flag Clover Print St Patrick's Day Hoodie","aspect_ratio":0.7502944640753828},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"48.99","price":"26.99","retail_price":"48.99","available":true,"url":"\/products\/mens-kennedy-legend-irish-flag-clover-print-st-patricks-day-hoodie?variant=f899b638-a57c-410a-9d57-460f1e50610e","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":510};
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}
`
}()}
Size
: S
${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}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"f899b638-a57c-410a-9d57-460f1e50610e","product_id":"eb5c41ab-f493-4c8e-b712-a20eee02ca72","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K591204243949121536","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d913dab5b69bf730e57a5afcca21cc4a.jpeg","path":"d913dab5b69bf730e57a5afcca21cc4a.jpeg","width":1274,"height":1698,"alt":"Men's Kennedy Legend Irish Flag Clover Print St Patrick's Day Hoodie","aspect_ratio":0.7502944640753828},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"48.99","price":"26.99","retail_price":"48.99","available":true,"url":"\/products\/mens-kennedy-legend-irish-flag-clover-print-st-patricks-day-hoodie?variant=f899b638-a57c-410a-9d57-460f1e50610e","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":510};
return `
`
}()}