• The plugin seems to do what it needs to do, but it affects the tax of the products it is applied to.

    for example, a product is £1100 before applying this plugin to it. I have added two options, left or right handed. I have added a product fee of 83.33 to left handed.

    Now when the product loads the price base price is 916.66 (that is 1100 without the 20% tax) and then selecting left handed the price does increase to 1000, (1100 + 83 without tax)

    All products on the site are entered without tax and woocommerce adds tax at 20%.

    Is there away to have the plugin stop removing the tax?

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi, thanks for posting this, looks like an issue,

    we get the base price using the following line $orgPrice = method_exists ( $citem ["data"], "get_price" ) ? floatval ( $citem['data']->get_price() ) : floatval ( $citem['data']->price ); and add the additional amount with the orginal amount, and update the cart.

    We must check the Tax Included status too. I will include it on our upcoming release.

    Thread Starter prldoyle

    (@prldoyle)

    Thanks for the reply, Any ideas when you are planning on releasing the next update?

    Many thanks

    Thread Starter prldoyle

    (@prldoyle)

    Hi Any ideas when the next update will happen?

    If not can you tell me if this is something i can fix by modifing the code somehow?

    Mant thanks

    Thread Starter prldoyle

    (@prldoyle)

    Hi Any ideas when the next update will happen?

    If not can you tell me if this is something i can fix by modifing the code somehow?

    Mant thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin remove tax on applied products’ is closed to new replies.