Question: The Biller Field Is Required

The Biller Field Is Required

I am getting this error message if there are more than 50 products.

UZ

Usama Zahid

Asked
I am getting this error message if there are more than 50 products.
  • MS

    Mian Saleem

    Answered
    Hello,

    SMA don't impose any limit but your php server do. Please check `max_input_vars` and increase it.

    ---
    **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.

    ---

    Thank you
  • QU

    Qasim Umer

    Answered
    I tried this method with XAMPP having version 3.3, but its not working? Please help me
  • MS

    Mian Saleem

    Answered
    **[Qasim Umer](/u/qasimumer)** What method? These are your php server configurations. If you have already changed, make sure you have done in correct file and for correct version. You can verify them by phpinfo.

    Thanks
  • Login to Reply