Closed
Description
Seems that this 'validate-grouped-qty' validation haven't sense because validation should be done on the child elements.
And seems that current implementation is buggy. Seems that sense of this validation is check that sum of qty for all products is more then one. But what sense in it?
Grouped Product can contains simple products with "Qty Uses Decimals" = Yes and "Minimum Qty Allowed in Shopping Cart" less than 1 (for example 0.05). As result sum of qty would be 0 (because of
using parseInt()).
Seems that 'validate-grouped-qty' should be deleted at all or rewritten to just call subproduct's validators.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.1 release lineThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 1 Failed. Automatic verification of issue format is failedIndicates that Pull Request has been created to fix issue