E
Asked
I would like to Know if some here can help customize this if not in the current system :
1. I want to know total product purchased on purchase view
and
2. I want to transfer product in bulk. eg. transferring the whole container from one warehouse to Another
1. I want to know total product purchased on purchase view
and
2. I want to transfer product in bulk. eg. transferring the whole container from one warehouse to Another
- MSAnsweredHello,
1. It depends on your server and php config. I would suggest to open new order it the item are more than 100.
2. You could have 499 products but I would suggest same as above.
Thank you - EAnsweredThank You . I think This will help. What about having total of products on Purchase and Transfer view or details?
- MSAnsweredHello,
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 increase `max_input_time` and `max_execution_time` too.
Thank you - Login to Reply