VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Kuubs on November 23, 2023, 10:46:10 AM

Title: Allowed categories shipment does not activate on child products without category
Post by: Kuubs on November 23, 2023, 10:46:10 AM
In the latest update 4.2.4 the shipment methods are not being shown when a child product thats in the cart isn't assigned to the categories allowed. In the past it also checked if the parent product was in the allowed categories and then showed the option. But not it does not do that anymore. Is that intentional?
Title: Re: Allowed categories shipment does not activate on child products without category
Post by: Kuubs on November 27, 2023, 11:01:11 AM
Anyone? Is this a bug or intentional?
Title: Re: Allowed categories shipment does not activate on child products without category
Post by: Jumbo! on November 28, 2023, 06:52:07 AM
I believe it is intentional. However, it would be better if an extra parameter could be added in VirtueMart Configuration to add the additional queries to inherit categories of the parent to the child products while filtering tax & calculation rules, shipment methods and payment methods. It is very much possible.
Title: Re: Allowed categories shipment does not activate on child products without category
Post by: Kuubs on November 28, 2023, 13:38:30 PM
Quote from: Jumbo! on November 28, 2023, 06:52:07 AM
I believe it is intentional. However, it would be better if an extra parameter could be added in VirtueMart Configuration to add the additional queries to inherit categories of the parent to the child products while filtering tax & calculation rules, shipment methods and payment methods. It is very much possible.
Weird because this was working since forever. Only in this new version this happens right now. And honestly, this is screwing up my shop. Do you know where this functionality is written? So I can change the code?