Im transferrng 200 products from warehouse A to wahouse B after I click submit its only 76 product that was saved
- MSAnswered
Hello,
SMA doesn’t impose any limit but your php server does. 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 or 20000. You might need to increasemax_input_time
andmax_execution_time
too. - MOAnswered
I set max_input_vars to 10000 and the system error it says “Internal Server Error” please see attach file for more detail.
Attachments - MSAnswered
Hello,
Please check your server’s error logs for know the details of the error.
Thank you
- MOAnswered
Thank you proble solved
- Login to Reply