Take in consideration the total product count.
This commit is contained in:
@ -173,7 +173,7 @@ public class MultisellData implements IXmlReader
|
||||
continue;
|
||||
}
|
||||
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
|
||||
products.add(product);
|
||||
|
Reference in New Issue
Block a user