BB
Asked
We are creating a purchase order of 68 Items but the system takes only first 55 items and other items are truncated automatically, is there any setting to increase the number of items in a purchase order.
Thanks
Thanks
- MSAnsweredHello,
Item don't have any limitation but you php server do. Here is 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. - BBAnsweredDone but not resolved..
I have also checked at your demo ,, the purchse order take only first 58 items in demo. rest of the items are truncated. - MSAnsweredDid you read my reply? I have said item don't have any limitation but php server do. We haven't increased any values for demo so it won't allow input vars more than 10k.
- Login to Reply