people are viewing this right now
${function() {
const variantData = data.variant || {"id":"29595677-fde1-4772-810e-5937d6a25742","product_id":"0396a83a-20cb-49a0-addc-2ac935fe0f05","title":"wine red-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"wine red","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e81a2fde8ad1c2687737220bc330c6e.jpg","path":"3e81a2fde8ad1c2687737220bc330c6e.jpg","width":683,"height":1024,"alt":"","aspect_ratio":0.6669921875},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/solid-color-block-sequins-one-shoulder-high-waist-evening-dress?variant=29595677-fde1-4772-810e-5937d6a25742","available_quantity":999999999,"options":[{"name":"color","value":"wine red"},{"name":"size","value":"XS"}],"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":"29595677-fde1-4772-810e-5937d6a25742","product_id":"0396a83a-20cb-49a0-addc-2ac935fe0f05","title":"wine red-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"wine red","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e81a2fde8ad1c2687737220bc330c6e.jpg","path":"3e81a2fde8ad1c2687737220bc330c6e.jpg","width":683,"height":1024,"alt":"","aspect_ratio":0.6669921875},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/solid-color-block-sequins-one-shoulder-high-waist-evening-dress?variant=29595677-fde1-4772-810e-5937d6a25742","available_quantity":999999999,"options":[{"name":"color","value":"wine red"},{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}