people are viewing this right now
${function() {
const variantData = data.variant || {"id":"500c00d8-a30b-4da2-beaf-a8349fba174d","product_id":"41409c96-5e01-4d7d-95ed-6047c4786597","title":"white-2","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/369d8fc5074dbc0291f953e646f320ef.jpg","path":"369d8fc5074dbc0291f953e646f320ef.jpg","width":900,"height":1350,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":110,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"110","retail_price":"0","available":true,"url":"\/products\/long-sleeve-off-shoulder-bandeau-shirred-dress?variant=500c00d8-a30b-4da2-beaf-a8349fba174d","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"2"}],"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.
${function(){
const variantData = data.variant || {"id":"500c00d8-a30b-4da2-beaf-a8349fba174d","product_id":"41409c96-5e01-4d7d-95ed-6047c4786597","title":"white-2","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/369d8fc5074dbc0291f953e646f320ef.jpg","path":"369d8fc5074dbc0291f953e646f320ef.jpg","width":900,"height":1350,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":110,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"110","retail_price":"0","available":true,"url":"\/products\/long-sleeve-off-shoulder-bandeau-shirred-dress?variant=500c00d8-a30b-4da2-beaf-a8349fba174d","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"2"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}