Pro Developer
Pro Developer

Reputation: 21

Total refresh in Checkout page on city change

I have an Ecommerce site running Woocommerce.

My client noticed that the Total in checkout page keeps refresh ( recalculate ) when changing any of the billing address fields i.e Billing City.

I don't want to dequeue the checkout.js file since it is needed for some calculations.

I tried to deactivate all plugins and change the theme but these didn't fix the problem. How can I stop Total recalculate in checkout page when changing the City?

Upvotes: 0

Views: 378

Answers (1)

Falz
Falz

Reputation: 5

This sounds like a normal behavior. There is a hook or function that is ran once all mandatory address fields are entered that allows the site owner to set different shipping rates / options depending on address.

Upvotes: 0

Related Questions