${function() {
const variantData = data.variant || {"id":"cea3778b-685e-4bf7-9f06-8d2eb4e50242","product_id":"e3c3dba8-9678-4f75-95a6-d7dc47eb2434","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K567244912534773760","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/beba5dbe3479ef3636ffd5c515db3a36.jpeg","path":"beba5dbe3479ef3636ffd5c515db3a36.jpeg","width":600,"height":800,"alt":"Women's Running Dog Paws Raglan Sleeve Print Casual 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-running-dog-paws-raglan-sleeve-print-casual-sweatshirt?variant=cea3778b-685e-4bf7-9f06-8d2eb4e50242","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":410};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: 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":"cea3778b-685e-4bf7-9f06-8d2eb4e50242","product_id":"e3c3dba8-9678-4f75-95a6-d7dc47eb2434","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K567244912534773760","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/beba5dbe3479ef3636ffd5c515db3a36.jpeg","path":"beba5dbe3479ef3636ffd5c515db3a36.jpeg","width":600,"height":800,"alt":"Women's Running Dog Paws Raglan Sleeve Print Casual 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-running-dog-paws-raglan-sleeve-print-casual-sweatshirt?variant=cea3778b-685e-4bf7-9f06-8d2eb4e50242","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":410};
return `
`
}()}