Maximum Order Quantity Error

Hi everyone.

I have the following issue:

My product quantity is 45 000 units but when introduced, the maximum order quantity automatically drops to 32767. How can this be fixed? I need it to be 45000. Thanks!

Please see file attached.

Multivendor version: 4.11.5

Log in phpmyadmin, find the cscart_products table and change type of the amount column from mediumint( 8 ) to int(11)