${function() {
const variantData = data.variant || {"id":"880985e8-2404-4723-9bc3-b3c93a349a81","product_id":"6af0b388-fbe2-45a4-88d2-a9657fea0bc4","title":"Pink-S","weight_unit":"kg","inventory_quantity":999,"sku":"K545437084741308416","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fd0e2e5424cf19839ecf83681dec0a6.png","path":"3fd0e2e5424cf19839ecf83681dec0a6.png","width":600,"height":800,"alt":"Women's Dog In Scarf Print Christmas Tree Raglan Sleeve Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"41.99","price":"23.99","retail_price":"41.99","available":true,"url":"\/products\/womens-dog-in-scarf-print-christmas-tree-raglan-sleeve-sweatshirt?variant=880985e8-2404-4723-9bc3-b3c93a349a81","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":359};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Pink
${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":"880985e8-2404-4723-9bc3-b3c93a349a81","product_id":"6af0b388-fbe2-45a4-88d2-a9657fea0bc4","title":"Pink-S","weight_unit":"kg","inventory_quantity":999,"sku":"K545437084741308416","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fd0e2e5424cf19839ecf83681dec0a6.png","path":"3fd0e2e5424cf19839ecf83681dec0a6.png","width":600,"height":800,"alt":"Women's Dog In Scarf Print Christmas Tree Raglan Sleeve Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"41.99","price":"23.99","retail_price":"41.99","available":true,"url":"\/products\/womens-dog-in-scarf-print-christmas-tree-raglan-sleeve-sweatshirt?variant=880985e8-2404-4723-9bc3-b3c93a349a81","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":359};
return `
`
}()}