E
Asked
hello i do have more than 1000 product in my warehouses unfortunate I see I can only upload/ update only up to 199.
What can I do to have all of them get updated once.
What can I do to have all of them get updated once.
- MSAnsweredThere is no limit in item but PHP do have limit. Here is the FAQ from documentation.pdf for help
**Why some products are missing from order when I add 100+ products?**
There is no restriction in SMA code on the number of order items. If you are having such issue, please check your php configuration file (php.ini) for `max_input_vars` and set it to higher number i.e, 10000. You might need to increase `max_input_time` and `max_execution_time` too. - EAnsweredThe problem is not product uploading but is with stock count change is only allowing up to 199 entries only.
Am importing has many products has I can, but can not update stock counts at all - MSAnsweredHave you increased the `max_input_vars`?
- EAnsweredyes I have increased
- MSAnsweredYour issue should be resolved, if the value is updated. If still not, then please double check it.
- Login to Reply