people are viewing this right now
${function() {
const variantData = data.variant || {"id":"36050cab-00b9-4ce8-a8b6-f1b9500d05cf","product_id":"78991036-3a76-4387-ab0d-0425ee42d08a","title":"Blue 1pack","weight_unit":"kg","inventory_quantity":998,"sku":"B08Z3L1FTG","barcode":"","position":1,"option1":"Blue 1pack","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f755cf9c4ac01ee865abb7786486d13.jpeg","path":"0f755cf9c4ac01ee865abb7786486d13.jpeg","width":593,"height":1500,"alt":"","aspect_ratio":0.3953333333333333},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/conviva-glass-vase-set-table-centerpieces-art-glass-flower-vases-modern-blue-decorative-floral-room-decor-living-dining-room-wedding-party-event-tabletop-set-of-3?variant=36050cab-00b9-4ce8-a8b6-f1b9500d05cf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue 1pack"}],"off_ratio":0,"flashsale_info":[],"sales":7};
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":"36050cab-00b9-4ce8-a8b6-f1b9500d05cf","product_id":"78991036-3a76-4387-ab0d-0425ee42d08a","title":"Blue 1pack","weight_unit":"kg","inventory_quantity":998,"sku":"B08Z3L1FTG","barcode":"","position":1,"option1":"Blue 1pack","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f755cf9c4ac01ee865abb7786486d13.jpeg","path":"0f755cf9c4ac01ee865abb7786486d13.jpeg","width":593,"height":1500,"alt":"","aspect_ratio":0.3953333333333333},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/conviva-glass-vase-set-table-centerpieces-art-glass-flower-vases-modern-blue-decorative-floral-room-decor-living-dining-room-wedding-party-event-tabletop-set-of-3?variant=36050cab-00b9-4ce8-a8b6-f1b9500d05cf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue 1pack"}],"off_ratio":0,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}