${function() {
const variantData = data.variant || {"id":"07160b20-677d-4061-b51a-07f6d88beb9a","product_id":"35f4a94e-3453-42ef-a3d9-1daa1a045fec","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4432842","barcode":"4432842","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5259211891a7ed0304deb9846dba0483.jpeg","path":"5259211891a7ed0304deb9846dba0483.jpeg","width":557,"height":836,"alt":"","aspect_ratio":0.666267942583732},"wholesale_price":[{"price":33.25,"min_quantity":1}],"weight":"0.25","compare_at_price":"80.99","price":"33.25","retail_price":"80.99","available":true,"url":"\/products\/red-random-floral-print-v-neck-short-sleeves-mini-dresses?variant=07160b20-677d-4061-b51a-07f6d88beb9a","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":59,"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 : 4432842
Weight : 0.25kg
Barcode : 4432842
${function(){
const variantData = data.variant || {"id":"07160b20-677d-4061-b51a-07f6d88beb9a","product_id":"35f4a94e-3453-42ef-a3d9-1daa1a045fec","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4432842","barcode":"4432842","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5259211891a7ed0304deb9846dba0483.jpeg","path":"5259211891a7ed0304deb9846dba0483.jpeg","width":557,"height":836,"alt":"","aspect_ratio":0.666267942583732},"wholesale_price":[{"price":33.25,"min_quantity":1}],"weight":"0.25","compare_at_price":"80.99","price":"33.25","retail_price":"80.99","available":true,"url":"\/products\/red-random-floral-print-v-neck-short-sleeves-mini-dresses?variant=07160b20-677d-4061-b51a-07f6d88beb9a","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":59,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}