${function() {
const variantData = data.variant || {"id":"f2631f4f-c9db-488d-bc85-554901eaf33c","product_id":"42dfab98-8ae0-4641-bef3-b1f8d1f7e1ad","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K578124229381505024","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a83008168e71e872af7697043f1a6d08.jpeg","path":"a83008168e71e872af7697043f1a6d08.jpeg","width":675,"height":900,"alt":"Women's Colorful Mushroom Flower Embroidery Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"40.99","price":"23.99","retail_price":"40.99","available":true,"url":"\/products\/womens-colorful-mushroom-flower-embroidery-print-casual-sweatshirt?variant=f2631f4f-c9db-488d-bc85-554901eaf33c","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":369};
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":"f2631f4f-c9db-488d-bc85-554901eaf33c","product_id":"42dfab98-8ae0-4641-bef3-b1f8d1f7e1ad","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K578124229381505024","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a83008168e71e872af7697043f1a6d08.jpeg","path":"a83008168e71e872af7697043f1a6d08.jpeg","width":675,"height":900,"alt":"Women's Colorful Mushroom Flower Embroidery Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"40.99","price":"23.99","retail_price":"40.99","available":true,"url":"\/products\/womens-colorful-mushroom-flower-embroidery-print-casual-sweatshirt?variant=f2631f4f-c9db-488d-bc85-554901eaf33c","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":369};
return `
`
}()}