${function() {
const variantData = data.variant || {"id":"4468689b-eb9e-4933-90cd-18e6f9a477cf","product_id":"1ca36b1a-b24c-4ae0-88e7-b0d58e96e373","title":"Ginger Yellow-m","weight_unit":"kg","inventory_quantity":1000,"sku":"7017139","barcode":"7017139","position":1,"option1":"Ginger Yellow","option2":"m","option3":"","note":"","image":null,"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"46.99","price":"23.99","retail_price":"46.99","available":true,"url":"\/products\/off-the-shoulder-sexy-printed-elastic-waist-dress?variant=4468689b-eb9e-4933-90cd-18e6f9a477cf","available_quantity":999999999,"options":[{"name":"Color","value":"Ginger Yellow"},{"name":"Size","value":"m"}],"off_ratio":49,"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 : 7017139
Weight : 0.2kg
Barcode : 7017139
${function(){
const variantData = data.variant || {"id":"4468689b-eb9e-4933-90cd-18e6f9a477cf","product_id":"1ca36b1a-b24c-4ae0-88e7-b0d58e96e373","title":"Ginger Yellow-m","weight_unit":"kg","inventory_quantity":1000,"sku":"7017139","barcode":"7017139","position":1,"option1":"Ginger Yellow","option2":"m","option3":"","note":"","image":null,"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"46.99","price":"23.99","retail_price":"46.99","available":true,"url":"\/products\/off-the-shoulder-sexy-printed-elastic-waist-dress?variant=4468689b-eb9e-4933-90cd-18e6f9a477cf","available_quantity":999999999,"options":[{"name":"Color","value":"Ginger Yellow"},{"name":"Size","value":"m"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}