${function() {
const variantData = data.variant || {"id":"be5103f6-148a-4b1f-af25-56fe4ff857b9","product_id":"abe1f3e4-df9f-4c7a-8ea2-d30a371096db","title":"Purple-xl","weight_unit":"kg","inventory_quantity":1000,"sku":"7226699","barcode":"7226699","position":1,"option1":"Purple","option2":"xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ec6583f7c1f2b247282c890fcdd7ac2.webp","path":"0ec6583f7c1f2b247282c890fcdd7ac2.webp","width":786,"height":787,"alt":"","aspect_ratio":0.9987293519695044},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"135.25","price":"27.99","retail_price":"135.25","available":true,"url":"\/products\/v-neck-snowflake-lace-trimmed-mini-dress?variant=be5103f6-148a-4b1f-af25-56fe4ff857b9","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"xl"}],"off_ratio":79,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 7226699
Barcode : 7226699
${function(){
const variantData = data.variant || {"id":"be5103f6-148a-4b1f-af25-56fe4ff857b9","product_id":"abe1f3e4-df9f-4c7a-8ea2-d30a371096db","title":"Purple-xl","weight_unit":"kg","inventory_quantity":1000,"sku":"7226699","barcode":"7226699","position":1,"option1":"Purple","option2":"xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ec6583f7c1f2b247282c890fcdd7ac2.webp","path":"0ec6583f7c1f2b247282c890fcdd7ac2.webp","width":786,"height":787,"alt":"","aspect_ratio":0.9987293519695044},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"135.25","price":"27.99","retail_price":"135.25","available":true,"url":"\/products\/v-neck-snowflake-lace-trimmed-mini-dress?variant=be5103f6-148a-4b1f-af25-56fe4ff857b9","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"xl"}],"off_ratio":79,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}