${function() {
const variantData = data.variant || {"id":"45da8747-f8e9-40be-8bfc-0154919fdf3e","product_id":"10d50416-9265-4424-975d-6876511d5e6f","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585401222236610560","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74793636dc7ebc37a15fcf1fe4bfb594.jpeg","path":"74793636dc7ebc37a15fcf1fe4bfb594.jpeg","width":1198,"height":1600,"alt":"Women's Happy St Patrick's Day Clover Wreath Print Sweatshirt","aspect_ratio":0.74875},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"42.99","price":"23.99","retail_price":"42.99","available":true,"url":"\/products\/womens-happy-st-patricks-day-clover-wreath-print-sweatshirt?variant=45da8747-f8e9-40be-8bfc-0154919fdf3e","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":255};
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":"45da8747-f8e9-40be-8bfc-0154919fdf3e","product_id":"10d50416-9265-4424-975d-6876511d5e6f","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585401222236610560","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74793636dc7ebc37a15fcf1fe4bfb594.jpeg","path":"74793636dc7ebc37a15fcf1fe4bfb594.jpeg","width":1198,"height":1600,"alt":"Women's Happy St Patrick's Day Clover Wreath Print Sweatshirt","aspect_ratio":0.74875},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"42.99","price":"23.99","retail_price":"42.99","available":true,"url":"\/products\/womens-happy-st-patricks-day-clover-wreath-print-sweatshirt?variant=45da8747-f8e9-40be-8bfc-0154919fdf3e","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":255};
return `
`
}()}