Lets start with getting the version number first ( as i suspect this to be a bug)
uCommerce version 3.0.0.12320
I have a hard time wrapping my head around the DiscountTotal property on the PurchaseOrder. It seems to be 2x the PurchaseOrder.Discount property (that match the discount sum of PurchaseOrder.Discounts).
Am i missing something - and what is the DiscountTotal property for?
PurchaseOrder.DiscountTotal
Hi
Lets start with getting the version number first ( as i suspect this to be a bug)
uCommerce version 3.0.0.12320
I have a hard time wrapping my head around the DiscountTotal property on the PurchaseOrder. It seems to be 2x the PurchaseOrder.Discount property (that match the discount sum of PurchaseOrder.Discounts).
Am i missing something - and what is the DiscountTotal property for?
//Nickolaj
(the error is observed when using voucher codes)
DiscountTotal is the total sum of all discounts applied to the order.
Could you check the PurchaseOrder.Discounts collection and verify that you only have one discount applied to the order?
PurchaseOrder.Discounts contains 1 element (a discount of 75)
PurchaseOrder.Discount is 75
PurchaseOrder.DiscountTotal is 150
3.0.2 includes a fix for this.
Thanks a lot :)
is working on a reply...