Please watch below video on how enable multiple pricing for same barcode.
if(line.printCode().startsWith("210") && line.getProperty("product")!=null)
{
sales.addItemByPrice(line.getProperty("product"), line.getSalePrice());
return "cancel";
}
Please watch below video on how enable multiple pricing for same barcode.
if(line.printCode().startsWith("210") && line.getProperty("product")!=null)
{
sales.addItemByPrice(line.getProperty("product"), line.getSalePrice());
return "cancel";
}
Leave a Reply