• Hello,

    When we arrive on the tab “Shipping” or edit the “Shipping tab”, I think you should call the woocommerce event : “updated_shipping_method” , like this :

    jQuery(document.body).trigger(‘updated_shipping_method’);

    It will allow the shipping plugin to set some actions, like select a relay, or a place to pick up.

    Do you event some JS events to add this call ?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Missing call woocommerce javascript event when shipping tab is called’ is closed to new replies.