• Hello,

    We are building a page for Germany, and it’s mandatory by law to calculate tax in bundle and in separate products, is there any fix for this? I found some comments from before that it’s actually not working with automated price calculation, or it’s not possible to have them both.
    Thanks a lot in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @bbuubbuu,
    Tax will be applied to the manual price you set in the General tab of Product Data in bundle product page.

    If you use the autocalculated price, tax will be applied on each bundled products.

    If you are using premium version, you can submit a ticket on our support page to order a free customization you would like.

    Best regards.

    Thread Starter bbuubbuu

    (@bbuubbuu)

    Thanks a lot for your response. The thing is that I need it on for the bundle and for the products, since we have in the products now it should be fine, is there a way how to hide the 0,00 tax showing for the bundle? It’s confusing ??

    Thanks again for your help

    Plugin Author WPClever

    (@wpclever)

    You can hide it by adding CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosb-cart-parent .product-price *, .woosb-cart-parent .product-subtotal * {
        display: none !important;
    }

    Hi there,

    There has been a fix for that in the meantime ?
    It will be great if this plugin could apply the tax for the bundle and for each product inside in the same time even we applied the manual price ?

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fix for calculating taxes in both: bundle and separate product’ is closed to new replies.