${function() {
const variantData = data.variant || {"id":"55bd1b64-26e9-4787-a80a-f688a33a184e","product_id":"24cded30-3846-4ce9-a338-3fa7cac9eba5","title":"Dark blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Dark blue One Size-27874757","barcode":"","position":1,"option1":"Dark blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e6a0561229bbfa417e49176cdaaa1cd.jpeg","path":"0e6a0561229bbfa417e49176cdaaa1cd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.38,"min_quantity":1}],"weight":"0","compare_at_price":"39.38","price":"39.38","retail_price":"39.38","available":true,"url":"\/products\/women-cotton-linen-dress-o-neck-long-sleeve-2021-autumn-new-fashion-loose-casual-women-clothes-5-colour-dress-sweet-208528497720?variant=55bd1b64-26e9-4787-a80a-f688a33a184e","available_quantity":999999999,"options":[{"name":"Color","value":"Dark blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : Dark blue One Size-27874757
${function(){
const variantData = data.variant || {"id":"55bd1b64-26e9-4787-a80a-f688a33a184e","product_id":"24cded30-3846-4ce9-a338-3fa7cac9eba5","title":"Dark blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Dark blue One Size-27874757","barcode":"","position":1,"option1":"Dark blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e6a0561229bbfa417e49176cdaaa1cd.jpeg","path":"0e6a0561229bbfa417e49176cdaaa1cd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.38,"min_quantity":1}],"weight":"0","compare_at_price":"39.38","price":"39.38","retail_price":"39.38","available":true,"url":"\/products\/women-cotton-linen-dress-o-neck-long-sleeve-2021-autumn-new-fashion-loose-casual-women-clothes-5-colour-dress-sweet-208528497720?variant=55bd1b64-26e9-4787-a80a-f688a33a184e","available_quantity":999999999,"options":[{"name":"Color","value":"Dark blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}