S(
Reported
1. Create purchases with more than 80items
2. edit after the submission and check the items count
When we enter the purchase the items count was 81 after editing it was reduced to 58
2. edit after the submission and check the items count
When we enter the purchase the items count was 81 after editing it was reduced to 58
- MSAnsweredHello,
SMA don't impose such limits 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.