${function() {
const variantData = data.variant || {"id":"59498d8e-b64e-47fd-83fe-2c9674a102a1","product_id":"41d1e817-8129-4035-b1ac-f40ce9a9189d","title":"black-One-size","weight_unit":"kg","inventory_quantity":1000,"sku":"17592202282335","barcode":"","position":2,"option1":"black","option2":"One-size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1ee855b44218490b97f9ab0fa5451994.jpeg","path":"1ee855b44218490b97f9ab0fa5451994.jpeg","width":1340,"height":1340,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.39,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"23.39","retail_price":"19.99","available":true,"url":"\/products\/solid-color-sheer-cover-up-shirt-see-through-round-neck-ruffle-short-sleeve-casual-cover-dress-womens-swimwear-clothing?variant=59498d8e-b64e-47fd-83fe-2c9674a102a1","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"One-size"}],"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":"59498d8e-b64e-47fd-83fe-2c9674a102a1","product_id":"41d1e817-8129-4035-b1ac-f40ce9a9189d","title":"black-One-size","weight_unit":"kg","inventory_quantity":1000,"sku":"17592202282335","barcode":"","position":2,"option1":"black","option2":"One-size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1ee855b44218490b97f9ab0fa5451994.jpeg","path":"1ee855b44218490b97f9ab0fa5451994.jpeg","width":1340,"height":1340,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.39,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"23.39","retail_price":"19.99","available":true,"url":"\/products\/solid-color-sheer-cover-up-shirt-see-through-round-neck-ruffle-short-sleeve-casual-cover-dress-womens-swimwear-clothing?variant=59498d8e-b64e-47fd-83fe-2c9674a102a1","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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}
`
}()}