Metal cutter
${function() {
const variantData = data.variant || {"id":"72e1ae35-99e6-4643-ad8a-4c7b576ef2b2","product_id":"be30fc4e-e511-4f76-b409-d23d44bc26a9","title":"1 PCS","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"1 PCS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cac3f0484b321244439f3a961b8e256f.jpeg","path":"cac3f0484b321244439f3a961b8e256f.jpeg","width":671,"height":649,"alt":"","aspect_ratio":1.0338983050847457},"wholesale_price":[{"price":30.9,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"30.9","retail_price":"59.99","available":true,"url":"\/products\/metal-cutter886febec-5328-4cdc-b671-92ce531c4046?variant=72e1ae35-99e6-4643-ad8a-4c7b576ef2b2","available_quantity":999999999,"options":[{"name":"quantity","value":"1 PCS"}],"off_ratio":48,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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":"72e1ae35-99e6-4643-ad8a-4c7b576ef2b2","product_id":"be30fc4e-e511-4f76-b409-d23d44bc26a9","title":"1 PCS","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"1 PCS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cac3f0484b321244439f3a961b8e256f.jpeg","path":"cac3f0484b321244439f3a961b8e256f.jpeg","width":671,"height":649,"alt":"","aspect_ratio":1.0338983050847457},"wholesale_price":[{"price":30.9,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"30.9","retail_price":"59.99","available":true,"url":"\/products\/metal-cutter886febec-5328-4cdc-b671-92ce531c4046?variant=72e1ae35-99e6-4643-ad8a-4c7b576ef2b2","available_quantity":999999999,"options":[{"name":"quantity","value":"1 PCS"}],"off_ratio":48,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}