Magento 2 – Change Maximum Order Amount

cartcheckoutmagento2

I tried to check out the items in the cart that have more than 100.000.000 amount total.

And when I opened the View and Edit Cart, the checkout and multishipping checkout button disappeared because of the total value more than 100.000.000.

How can I change the maximum order amount so I can still check out even the total is more than 100.000.000?

Best Answer

This article may help you to maximize the order amount

http://blog.scuti.asia/2016/02/magento2-how-to-increase-maximum-price.html

The main idea of this blog that you need to alter some tables to modify the columns to be able to allow more than 100 millions.

even modify the table structure is not recommended but sometimes you don't have choice to do this.

a backup is highly required before doing such this actions

Related Topic