• Hello, can you add Tax rules around zip codes to your plugin. When customers are picking up at different locations, (in different cities or states) they are getting charged the improper tax. https://docs.woocommerce.com/document/local-pickup/

    Changing the location for local taxes
    To charge local taxes based on postcode and city for Local Pickup, you need to define the individual shop’s base city and post code using this code:

    I was thining something like
    add_filter( ‘woocommerce_countries_base_postcode’, create_function( ”, ‘return “whatever the store id zip code is”;’ ) );
    add_filter( ‘woocommerce_countries_base_city’, create_function( ”, ‘return “whatter the store city is;’ ) );

  • The topic ‘Tax on Local Pickup’ is closed to new replies.