• Resolved Dave Loodts

    (@davelo)


    Hi, on the first of july; a new EU-laws comes in action where the tax must be calculated with the tarif of the buyers country. (if +10K sold to EU-countries excluding own country)
    WooCommerce has already out of the box clear settings for that.

    But i noticed the following: when buyers choose the shipping option: pickup in store; then the tax tarif is choosen from the shop country. Not from the country of the buyer.
    Is this standard WooCommerce behaviour? Or am i wrong here?
    Can we adjust this behaviour?

    Case:
    My customer has an online shop; but lives very close to the border. People choose more for pickup. For an accountant it’s very hard to see the difference between shipped of picked orders. Let alone starting with separating country orders.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    By default, tax rate for Local pickup is based on the store address. You can disable this function by adding the following code to your functions.php file:

    add_filter( 'woocommerce_apply_base_tax_for_local_pickup', '__return_false' );

    I’d recommend using a plugin like?Code Snippets?to add the snippet to your site.

    Thread Starter Dave Loodts

    (@davelo)

    Awesome!

    Hi @davelo

    Great! I’m marking this as resolved now. If you have any further questions, please feel free to open a new topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tax from pickup in store’ is closed to new replies.