cancel
Showing results for 
Search instead for 
Did you mean: 

is there a limit on how many choices per Attributes

is there a limit on how many choices per Attributes

I have Manufacturer and have like 700 different ones bot only lets me add 252 is this a magento thing or mysql limit

2 REPLIES 2

Re: is there a limit on how many choices per Attributes

@gmilazzo No there is no limitations please try by adding below things into .htaccess and check.

 

php_value upload_max_filesize 10M
php_value max_input_nesting_level 128
php_value max_input_vars 7000

 

Cheers

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.

Re: is there a limit on how many choices per Attributes

added that and nothing changed check to see if was being added to database but not displaying and didn't get so lucky.