${function() {
const variantData = data.variant || {"id":"201d10ba-eaf2-47f6-a117-a742ee7ae6dc","product_id":"00d44479-f5fc-45e2-84da-21f9cbe01d98","title":"Brown","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2da1125a60a5d2ff3ecaf37bf2ed4e25.JPG","path":"2da1125a60a5d2ff3ecaf37bf2ed4e25.JPG","width":2160,"height":2160,"alt":"Leather Bag Leather Cord Crossbody Bag--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":63.59,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"63.59","retail_price":"0","available":true,"url":"\/products\/fendi-leather-bag-leather-cord-crossbody-bag?variant=201d10ba-eaf2-47f6-a117-a742ee7ae6dc","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"}],"off_ratio":0,"flashsale_info":[],"sales":642};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"201d10ba-eaf2-47f6-a117-a742ee7ae6dc","product_id":"00d44479-f5fc-45e2-84da-21f9cbe01d98","title":"Brown","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2da1125a60a5d2ff3ecaf37bf2ed4e25.JPG","path":"2da1125a60a5d2ff3ecaf37bf2ed4e25.JPG","width":2160,"height":2160,"alt":"Leather Bag Leather Cord Crossbody Bag--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":63.59,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"63.59","retail_price":"0","available":true,"url":"\/products\/fendi-leather-bag-leather-cord-crossbody-bag?variant=201d10ba-eaf2-47f6-a117-a742ee7ae6dc","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"}],"off_ratio":0,"flashsale_info":[],"sales":642};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}