VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: Bigitybossman on May 26, 2016, 04:27:04 AM

Title: Multi variant issues with large amounts of child products
Post by: Bigitybossman on May 26, 2016, 04:27:04 AM
Hi,

I am using the Multi Variant custom field option wish is amazing and such a great feature of VM. However, i have reached some issues that i'm hoping someone can help with  :'(

The Multi variant is working perfectly until i reach about 107 child products using the ramifications feature on the parent product. Once i reach this quantity, the parent product will not load or save correctly and i receive some JS error.

Is there a limit to the amount of child products that the multi variant can handle? Or am i missing something?

Any help would be greatly appreciated.

Cheers
Title: Re: Multi variant issues with large amounts of child products
Post by: jenkinhill on May 26, 2016, 09:29:42 AM
Check your PHP resources

http://forum.virtuemart.net/index.php?topic=112333.msg391664#msg391664
http://forum.virtuemart.net/index.php?topic=131069
Title: Re: Multi variant issues with large amounts of child products
Post by: Bigitybossman on May 26, 2016, 12:52:04 PM
Hi Jenkinhill,

Thanks for the reply. I will take a read over the link you have provided and also check the PHP resources. I will let you know how i go.

cheers
Title: Re: Multi variant issues with large amounts of child products
Post by: Bigitybossman on June 03, 2016, 06:46:19 AM
Hi,

Just thought i would give you an update. I contacted my hosting company and they told me to add the following to my .htaccess file and it work perfectly.

<IfModule mod_php5.c>
php_value memory_limit 128M
php_value max_execution_time 900
php_value max_input_vars 5120
php_value upload_max_filesize 40M
php_value post_max_size 40M
</IfModule>
Title: Re: Multi variant issues with large amounts of child products
Post by: jenkinhill on June 03, 2016, 12:22:16 PM
Good!