people are viewing this right now
${function() {
const variantData = data.variant || {"id":"20c9c8e9-dff2-42c4-8cf5-0bfd65d16312","product_id":"27c02053-5e4e-46d0-adf5-665f6e222a9f","title":"S","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eea03ff18d31ff59f06c18b98e885fc9.jpg","path":"eea03ff18d31ff59f06c18b98e885fc9.jpg","width":1200,"height":1800,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":159.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"159.99","retail_price":"0","available":true,"url":"\/products\/high-elastic-mesh-hand-beaded-suspender-dress?variant=20c9c8e9-dff2-42c4-8cf5-0bfd65d16312","available_quantity":999999999,"options":[{"name":"Size","value":"S"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"20c9c8e9-dff2-42c4-8cf5-0bfd65d16312","product_id":"27c02053-5e4e-46d0-adf5-665f6e222a9f","title":"S","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eea03ff18d31ff59f06c18b98e885fc9.jpg","path":"eea03ff18d31ff59f06c18b98e885fc9.jpg","width":1200,"height":1800,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":159.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"159.99","retail_price":"0","available":true,"url":"\/products\/high-elastic-mesh-hand-beaded-suspender-dress?variant=20c9c8e9-dff2-42c4-8cf5-0bfd65d16312","available_quantity":999999999,"options":[{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}