Maximum Product Option Variants

Hi, is there a way to set maximum number of Product option variants to 120? Right now I can't add more than 60 variants.

Hi, is there a way to set maximum number of Product option variants to 120? Right now I can't add more than 60 variants.

As far as I understand you cannot add more than 60 option variants

Try to increase value of the max_input_vars PHP configuration directive

Hi there, how do I go about changing value of the max_input_vars PHP configuration directive?

Hi there, how do I go about changing value of the max_input_vars PHP configuration directive?

Hello!

You can add this code to .htaccess file

php_value max_input_vars 1000

and replace 1000 with the necessary value.

If you are not familiar with it, just contact hosting administrator and ask him to make these changes