KA
Asked
Hello,
I have a probleme in entering purchases, if the number of lines exceeds 65 or 70 entries (some times less) , the system doesn't save all the entries nor gives a notification of any error.
In the interface part i am not talking about importing entries in csv files.
I have a probleme in entering purchases, if the number of lines exceeds 65 or 70 entries (some times less) , the system doesn't save all the entries nor gives a notification of any error.
In the interface part i am not talking about importing entries in csv files.
- MSAnsweredHello,
SMA don't impose such limit but your php server do. Please check the FAQ from documentation.pdf
---
**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, 20000. You might need to increase `max_input_time` and `max_execution_time` too. - KAAnsweredThank you very much, i will try it and come back to you.
- Login to Reply