${function() {
const variantData = data.variant || {"id":"6a6b0039-3fbd-4e8c-a88a-af85d680f784","product_id":"008de068-d4d6-488d-854a-3d6e9a1d750f","title":"black-5xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4058945","barcode":"","position":1,"option1":"black","option2":"5xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/653f92edf9c56604630ff19f815271d2.jpeg","path":"653f92edf9c56604630ff19f815271d2.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.95,"min_quantity":1}],"weight":"0","compare_at_price":"57.99","price":"27.95","retail_price":"57.99","available":true,"url":"\/products\/casual-drawstring-printed-two-piece-maxi-dress?variant=6a6b0039-3fbd-4e8c-a88a-af85d680f784","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"5xl"}],"off_ratio":52,"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.
${function(){
const variantData = data.variant || {"id":"6a6b0039-3fbd-4e8c-a88a-af85d680f784","product_id":"008de068-d4d6-488d-854a-3d6e9a1d750f","title":"black-5xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4058945","barcode":"","position":1,"option1":"black","option2":"5xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/653f92edf9c56604630ff19f815271d2.jpeg","path":"653f92edf9c56604630ff19f815271d2.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.95,"min_quantity":1}],"weight":"0","compare_at_price":"57.99","price":"27.95","retail_price":"57.99","available":true,"url":"\/products\/casual-drawstring-printed-two-piece-maxi-dress?variant=6a6b0039-3fbd-4e8c-a88a-af85d680f784","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"5xl"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}