I did, all prices have 4 digits which is not how prices are presented.
I’ve found this line in your code: ‘num_decimals’ => wc_get_price_decimals(). I’ve changed that to just ‘4’ and it works, so now how do I move that into my function file so in case of another update it won’t get overwritten?
R.