${function() {
const variantData = data.variant || {"id":"0cc66374-b0be-489c-af32-789e45092bb9","product_id":"984b00d4-7c45-4bed-877b-ef81b32b0d17","title":"Light Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7096531","barcode":"7096531","position":1,"option1":"Light Green","option2":"s","option3":"","note":"","image":null,"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"136.99","price":"28.99","retail_price":"136.99","available":true,"url":"\/products\/retro-square-collar-puff-sleeve-small-floral-lace-up-holiday-mini-dress?variant=0cc66374-b0be-489c-af32-789e45092bb9","available_quantity":999999999,"options":[{"name":"Color","value":"Light Green"},{"name":"Size","value":"s"}],"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 : 7096531
Barcode : 7096531
${function(){
const variantData = data.variant || {"id":"0cc66374-b0be-489c-af32-789e45092bb9","product_id":"984b00d4-7c45-4bed-877b-ef81b32b0d17","title":"Light Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7096531","barcode":"7096531","position":1,"option1":"Light Green","option2":"s","option3":"","note":"","image":null,"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"136.99","price":"28.99","retail_price":"136.99","available":true,"url":"\/products\/retro-square-collar-puff-sleeve-small-floral-lace-up-holiday-mini-dress?variant=0cc66374-b0be-489c-af32-789e45092bb9","available_quantity":999999999,"options":[{"name":"Color","value":"Light Green"},{"name":"Size","value":"s"}],"off_ratio":79,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}