people are viewing this right now
${function() {
const variantData = data.variant || {"id":"872d6142-2732-4983-aacc-cb724672e968","product_id":"3a410538-7de1-4753-993f-b905aaf7d5ae","title":"Black-XS","weight_unit":"kg","inventory_quantity":997,"sku":"JJ1757470-S","barcode":"","position":1,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/71ab9377454950de9acb1399ea3d4f0e.jpeg","path":"71ab9377454950de9acb1399ea3d4f0e.jpeg","width":1080,"height":1512,"alt":"","aspect_ratio":0.7142857142857143},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"55.99","retail_price":"0","available":true,"url":"\/products\/dresshera-black-printed-sleeveless-midi-dressdress?variant=872d6142-2732-4983-aacc-cb724672e968","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":141};
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":"872d6142-2732-4983-aacc-cb724672e968","product_id":"3a410538-7de1-4753-993f-b905aaf7d5ae","title":"Black-XS","weight_unit":"kg","inventory_quantity":997,"sku":"JJ1757470-S","barcode":"","position":1,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/71ab9377454950de9acb1399ea3d4f0e.jpeg","path":"71ab9377454950de9acb1399ea3d4f0e.jpeg","width":1080,"height":1512,"alt":"","aspect_ratio":0.7142857142857143},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"55.99","retail_price":"0","available":true,"url":"\/products\/dresshera-black-printed-sleeveless-midi-dressdress?variant=872d6142-2732-4983-aacc-cb724672e968","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":141};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}