VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: solnet on May 08, 2015, 16:33:07 PM

Title: Stockable Variants Child Limit
Post by: solnet on May 08, 2015, 16:33:07 PM
I can not create more than 100 child variants (stockable) on a parent product. When I reach 100 I can no longer edit the parent in the VM admin GUI and have to resort to the database directly to make any text changes. Upon saving the admin interface just dumps me back to the VM control panel. Anyone found a workaround for this?

note: I have altered the custom_param field to handle more than the 12800 limit. This is cutting off at exactly 100 children in more than 1 parent.

Joomla 2.5.27
VM 2.6.16
Title: Re: Stockable Variants Child Limit
Post by: Studio 42 on May 08, 2015, 18:25:57 PM
Hi
If i remember the core product model has a limit for childs.
Perhaps this is why you cannot have more then 100 childs.
you have $maxNumber = VmConfig::get ('absMaxProducts', 700); perhaps this ? but strange is this is 700 and not 100