people are viewing this right now
${function() {
const variantData = data.variant || {"id":"2a4635fe-6200-4eaa-99c3-3a703850bf52","product_id":"fd86ecb0-04b5-4518-b1ca-ae2d45fb8f08","title":"black-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/afe4a508199cdae79330e8cc9bb838f8.jpg","path":"afe4a508199cdae79330e8cc9bb838f8.jpg","width":1190,"height":1787,"alt":"","aspect_ratio":0.6659205372132065},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/long-sleeve-houndstooth-dress?variant=2a4635fe-6200-4eaa-99c3-3a703850bf52","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"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":"2a4635fe-6200-4eaa-99c3-3a703850bf52","product_id":"fd86ecb0-04b5-4518-b1ca-ae2d45fb8f08","title":"black-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/afe4a508199cdae79330e8cc9bb838f8.jpg","path":"afe4a508199cdae79330e8cc9bb838f8.jpg","width":1190,"height":1787,"alt":"","aspect_ratio":0.6659205372132065},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/long-sleeve-houndstooth-dress?variant=2a4635fe-6200-4eaa-99c3-3a703850bf52","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"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}
`
}()}