cancel
Showing results for 
Search instead for 
Did you mean: 

M2 grouped products ecxl. VAT

M2 grouped products ecxl. VAT

Hallo community

 

did anybody know the reason why grouped products are displayed whitout VAT in list view?

 

List view:

Simple product

As low as
€29.90
Excl. Tax: €24.92

Grouped product

Starting at

€299.99

Excl. Tax: €299.99

For simple products and configurable products it works as expected.

Magento community edition 2.4.3-p2

 

Thanks opaque

4 REPLIES 4

Re: M2 grouped products ecxl. VAT

Hello @opaque01 

 

May different products have different text % based on business requirements which products admin have added in the group. So when the customer added the product quantity and data from PDP the tax will be calculated based on that.

 

 

If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.

Re: M2 grouped products ecxl. VAT

All products have the same tax class (taxable goods). So the TAX sould be added.

Grouped products can`t have a tax class.

 

In the shopping card is also the incl. tax prices without tax displayed until I click on "update shoppting card".

 

Thx opaque

Re: M2 grouped products ecxl. VAT

Hey..! When you look at a list of grouped products in Magento, it often does not show the VAT. Instead, it merely shows the basic price of the lowest item without tax. Check the Tax Display Settings under Stores Configuration to resolve it. If necessary, think about using a template override. Additionally, vatcalc.dev can be used to check if VAT is being calculated properly for various types of goods.

Re: M2 grouped products ecxl. VAT

Yeah, this happens because Magento handles grouped products differently and sometimes skips VAT logic in the list view. It's likely pulling just the base price of the lowest simple product without adjusting for tax. You might need a custom fix or module to make it behave like simple products.