people are viewing this right now
${function() {
const variantData = data.variant || {"id":"10f95b97-1936-4150-b4cc-df2547fde98f","product_id":"0cc56e62-551a-4eeb-bd8a-0fcbe701684f","title":"champagne-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"champagne","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3543f79f08aea6c345da7f53fb499673.jpg","path":"3543f79f08aea6c345da7f53fb499673.jpg","width":683,"height":1024,"alt":"","aspect_ratio":0.6669921875},"wholesale_price":[{"price":79.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"79.99","retail_price":"0","available":true,"url":"\/products\/collar-strap-sequin-high-waist-tassel-feather-cocktail-dress?variant=10f95b97-1936-4150-b4cc-df2547fde98f","available_quantity":999999999,"options":[{"name":"color","value":"champagne"},{"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":"10f95b97-1936-4150-b4cc-df2547fde98f","product_id":"0cc56e62-551a-4eeb-bd8a-0fcbe701684f","title":"champagne-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"champagne","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3543f79f08aea6c345da7f53fb499673.jpg","path":"3543f79f08aea6c345da7f53fb499673.jpg","width":683,"height":1024,"alt":"","aspect_ratio":0.6669921875},"wholesale_price":[{"price":79.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"79.99","retail_price":"0","available":true,"url":"\/products\/collar-strap-sequin-high-waist-tassel-feather-cocktail-dress?variant=10f95b97-1936-4150-b4cc-df2547fde98f","available_quantity":999999999,"options":[{"name":"color","value":"champagne"},{"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}
`
}()}