${function() {
const variantData = data.variant || {"id":"e6d5e601-3392-4e1f-8001-161791a77a04","product_id":"a83d8dc3-13af-46d6-b8a1-05c0c1ff6ec0","title":"Light Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K555594062850560000","barcode":"","position":1,"option1":"Light Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c1078a64ec55ccf645dc048e6c5aac06.jpeg","path":"c1078a64ec55ccf645dc048e6c5aac06.jpeg","width":675,"height":900,"alt":"Women's Biscuit House Flower Leaf Casual Printed Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"23.99","price":"23.99","retail_price":"23.99","available":true,"url":"\/products\/womens-biscuit-house-flower-leaf-casual-printed-sweatshirt?variant=e6d5e601-3392-4e1f-8001-161791a77a04","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Light Blue
${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":"e6d5e601-3392-4e1f-8001-161791a77a04","product_id":"a83d8dc3-13af-46d6-b8a1-05c0c1ff6ec0","title":"Light Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K555594062850560000","barcode":"","position":1,"option1":"Light Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c1078a64ec55ccf645dc048e6c5aac06.jpeg","path":"c1078a64ec55ccf645dc048e6c5aac06.jpeg","width":675,"height":900,"alt":"Women's Biscuit House Flower Leaf Casual Printed Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"23.99","price":"23.99","retail_price":"23.99","available":true,"url":"\/products\/womens-biscuit-house-flower-leaf-casual-printed-sweatshirt?variant=e6d5e601-3392-4e1f-8001-161791a77a04","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
`
}()}