-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No tax info for bundle products - intentionally? #194
Comments
I can confirm that the tax info is missing for bundled products. Simply modifying the if-statement doesn't help, though. |
What is the tax class for bundle products with mixed taxes? |
Good question. At least a bundle product with a fixed price should have a tax class. |
It doesn't matter what kind of articles are inside the bundle product. It's just a backend question. |
@infabo Did you find out how to enable the block on bundle product pages? |
So the tax class is the one from the simple items - which might have different ones. In Germany this can be 0%, 7% and 19% which is horrible. It is the same horrible as for shipping. |
ok. seems like it's time for a PR ;) |
Maybe I'm too dumb, but how to configure a fixed tax class on a bundle product? |
If the price is set to be fixed (selectbox near price attribute) then the tax class is applicable in the backend. So MageSetup should show the block as like as at the simple product. Otherwise it's dynamic. That's what @Schrank means. This law office says that it's not required to print the exact amount of the tax at the german market. |
Be careful. What they say is IF (and only if) there is no |
My latest commit ensures that the tax rate is shown for bundle products with fixed pricing. We could at least improve the tax rate display for bundle products with dynamic pricing like this:
We should just be careful that the retrieval of the child products is performant. |
I'll open a new issue for the dynamic bundles to keep it cleaner. |
In class FireGento_MageSetup_Block_Bundle_Catalog_Product_Price the following method does return an empty tax-rate if the product type is of type "bundle".
Is this by design or should it rather be "grouped"? By Magento default bundle-products do have a tax_class_id, therefore it should be possible (IMHO) to calculate the tax_rate for bundles.
I'm a bit confused.
https://github.com/firegento/firegento-magesetup/blob/master/src/app/code/community/FireGento/MageSetup/Block/Bundle/Catalog/Product/Price.php#L79
Could someone enlighten me? :)
The text was updated successfully, but these errors were encountered: