RE: CalulatePrice Message not fired at V 9.0.2
Hi,
We are using OTB calculations and not handling CalculatePrice message.
But we are updating Tax using plugin on Update.
After upgrade to V9 (tried 9.0.5.5), OTB calculation do not calculate SalesOrderDetail.Amount & Extended Amount anymore.
We are creating SalesOrderDetail using PHP (SOAP api) and when made GET request again API returns tax-excluded amount. This creates payment issues (without tax). If CRM order form for that order is visited then it calculates & updates both the fields. This is weird.
This was working fine in V8. There is simply no documentation anywhere to refer. We are updating SalesOrderDetail twice from PHP (SOAP api) as workaround but that is not stable. We also tried WebApi to create SalesOrderDetail unsuccessfully.
Any insight will be highly appreciated.