mvt:do BasketItem_Update_Pricing() function not working after update 10.11.
I tried formatting pricing to 8 decimal points but that did not correct the price, retail, base_price update issue.
I added a string '000000' to the updated_price value and expect it to be converted to a number.
Function returns '0'.
What else could it be?
I tried formatting pricing to 8 decimal points but that did not correct the price, retail, base_price update issue.
I added a string '000000' to the updated_price value and expect it to be converted to a number.
Function returns '0'.
What else could it be?
Comment