I would like to Know if some here can help customize this if not in the current system :
- I want to know total product purchased on purchase view and
- I want to transfer product in bulk. eg. transferring the whole container from one warehouse to Another
- MSAnswered
Hello,
-
It depends on your server and php config. I would suggest to open new order it the item are more than 100.
-
You could have 499 products but I would suggest same as above.
Thank you
-
- EAnswered
Thank You . I think This will help. What about having total of products on Purchase and Transfer view or details?
- MSAnswered
Hello,
That’s for all. If you need to have more than 50 products per order then you should update you php config
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, 50000. You might need to increasemax_input_time
andmax_execution_time
too.Thank you
- Login to Reply