SH
Asked
Hi,
I have big issue that need a fix. We are trying to create a large quotation that contains a lot of items. After clicking submit, the quotation has only 76 items. I simulated the issue in the demo.
Is there a limitation?
How to work around it? Create separate quotations is not an option ;)
Also there is an issue when I try to login here(support website), using Google failed 2 times, then I tried with email/password also failed, then Google again, but this time it logged me in.
Regards
I have big issue that need a fix. We are trying to create a large quotation that contains a lot of items. After clicking submit, the quotation has only 76 items. I simulated the issue in the demo.
Is there a limitation?
How to work around it? Create separate quotations is not an option ;)
Also there is an issue when I try to login here(support website), using Google failed 2 times, then I tried with email/password also failed, then Google again, but this time it logged me in.
Regards
- MSAnsweredHello,
SMA don't impose any limit but you php server do. Please increase `max_input_vars` to bigger value in your php config file.
I am pasting the FAQ from docs below
---
**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. - Login to Reply