News:

Support the VirtueMart project and become a member

Main Menu

Setting maxChilds=100

Started by FREESERVIS, November 12, 2024, 21:59:06 PM

Previous topic - Next topic

FREESERVIS

Hello,

I have 94 childs for one product in the e-shop.
In the administrator/components/com_virtuemart/views/product/view.html.php file,
I edited on line 115 $maxChilds = VmConfig::get('maxChilds',100);
and administrator/components/com_virtuemart/virtuemart.cfg inserted maxChilds=100.

When I set a custom color multivariant field for the product and want to save the product, the multivariants are not saved.
Where can the problem be?

Joomla! 5.1.4
VirtueMart 4.2.18 11050
PHP 8.2.25

Regards, Milan

Milbo

Please read this manual https://docs.virtuemart.net/manual/general-concepts/hidden-configurations

just how to use it, write into your virtuemart.cfg

maxChilds=150
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

FREESERVIS

What should I look for in the manual?

In the configuration file, maxChilds=100 is set and the configuration is saved. The entry maxChilds=100 is in the database, even so the custom color multivariant field is not saved.