nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

AutoUpdate the product total

Open mahendragowdabs94 opened this issue 6 months ago • 0 comments

#2090 Automatically update products fields (total) when editing order items (price, qty).

this is the update code: orderItem.PriceInclTax = unitPriceInclTax * quantity; orderItem.PriceExclTax = unitPriceExclTax * quantity;

mahendragowdabs94 avatar Jan 05 '24 12:01 mahendragowdabs94