${function() {
const variantData = data.variant || {"id":"2f01dc09-b134-452b-b6be-1ef3da74ef30","product_id":"170d43e1-5063-4370-9764-950d4b7865dc","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K557871304035934208","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f89601c2b48708897c6ed59a0539c6ab.jpeg","path":"f89601c2b48708897c6ed59a0539c6ab.jpeg","width":600,"height":800,"alt":"Women's Colorful Small Flowers Black Cat Print Layered Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"49.98","price":"28.99","retail_price":"49.98","available":true,"url":"\/products\/womens-colorful-small-flowers-black-cat-print-layered-sweatshirt?variant=2f01dc09-b134-452b-b6be-1ef3da74ef30","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":42,"flashsale_info":[],"sales":2};
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":"2f01dc09-b134-452b-b6be-1ef3da74ef30","product_id":"170d43e1-5063-4370-9764-950d4b7865dc","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K557871304035934208","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f89601c2b48708897c6ed59a0539c6ab.jpeg","path":"f89601c2b48708897c6ed59a0539c6ab.jpeg","width":600,"height":800,"alt":"Women's Colorful Small Flowers Black Cat Print Layered Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"49.98","price":"28.99","retail_price":"49.98","available":true,"url":"\/products\/womens-colorful-small-flowers-black-cat-print-layered-sweatshirt?variant=2f01dc09-b134-452b-b6be-1ef3da74ef30","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":42,"flashsale_info":[],"sales":2};
return `
`
}()}