In chatting with others, here’s where I’ve ended up
I did some debugging and i ended here:
function wpec_taxes_calculate_total inside taxes_controller.class.php
line 57: $region = $this->wpec_taxes_retrieve_region();
$region is empty when the function is ran and such all tax calculation is failing for the first time.
However, I can’t get the code to work correctly the first time. I’ve tried several configurations with no luck. If anyone else can dig into the code as well and hopefully find a fix that would be great…