When you add several groups, the quote is saved incomplete, lacking of the last items (groups and line items).
Also, the Grand total amount is incorrect.
You can reproduce this bug adding 5 groups with at least 15 items on each group.
this is likely a setting on your sever restricting the max post size
Hi Matt
Currently, post_max_size is set to 120M. I’ll set the value to 240M and see what happens.
Hi. I changed the post_max_size to 240M, with same result.
I have a quote with 5 groups; when I try to add another group, it works (a little bit slow), but when I save the quote, the group is not saved.
Any other idea?
Regards,
Victor.
It seems that I solved the problem modifying the php setting max_input_vars.
It was set to 1000 and the new setting is 10000
I tried to reproduce the error with the same procedure as before and this time the quote was saved correctly.
Regards.