${function() {
const variantData = data.variant || {"id":"9ff5c7bf-b01b-404e-97cd-0df6232dbd0d","product_id":"c5f14913-29d9-4008-805d-4fc6fb5484d7","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WPA89104-ASS00S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68db94fe1ac95878cdd5048822a2946b.jpeg","path":"68db94fe1ac95878cdd5048822a2946b.jpeg","width":491,"height":671,"alt":"","aspect_ratio":0.7317436661698957},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/womens-floral-butterfly-print-pants?variant=9ff5c7bf-b01b-404e-97cd-0df6232dbd0d","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"9ff5c7bf-b01b-404e-97cd-0df6232dbd0d","product_id":"c5f14913-29d9-4008-805d-4fc6fb5484d7","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WPA89104-ASS00S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68db94fe1ac95878cdd5048822a2946b.jpeg","path":"68db94fe1ac95878cdd5048822a2946b.jpeg","width":491,"height":671,"alt":"","aspect_ratio":0.7317436661698957},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/womens-floral-butterfly-print-pants?variant=9ff5c7bf-b01b-404e-97cd-0df6232dbd0d","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}