${function() {
const variantData = data.variant || {"id":"2fac39cf-5d5a-48d8-af07-05c82cdd0352","product_id":"9be5dd20-6189-4f71-96b2-dba892609576","title":"Beige-S","weight_unit":"kg","inventory_quantity":999,"sku":"K564698813917573120","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b4ce24b21992ff45eb34062179cd18f7.jpeg","path":"b4ce24b21992ff45eb34062179cd18f7.jpeg","width":600,"height":800,"alt":"Women's Embroidery Rabbit Floral Raglan Sleeve Print Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.99","price":"22.99","retail_price":"39.99","available":true,"url":"\/products\/womens-embroidery-rabbit-floral-raglan-sleeve-print-sweatshirt?variant=2fac39cf-5d5a-48d8-af07-05c82cdd0352","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":329};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Beige
${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":"2fac39cf-5d5a-48d8-af07-05c82cdd0352","product_id":"9be5dd20-6189-4f71-96b2-dba892609576","title":"Beige-S","weight_unit":"kg","inventory_quantity":999,"sku":"K564698813917573120","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b4ce24b21992ff45eb34062179cd18f7.jpeg","path":"b4ce24b21992ff45eb34062179cd18f7.jpeg","width":600,"height":800,"alt":"Women's Embroidery Rabbit Floral Raglan Sleeve Print Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.99","price":"22.99","retail_price":"39.99","available":true,"url":"\/products\/womens-embroidery-rabbit-floral-raglan-sleeve-print-sweatshirt?variant=2fac39cf-5d5a-48d8-af07-05c82cdd0352","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":329};
return `
`
}()}