Magento 2 - Change maximum order amount





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















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?










share|improve this question































    0















    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?










    share|improve this question



























      0












      0








      0








      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?










      share|improve this question
















      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?







      magento2 checkout cart






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 2 '18 at 11:13









      Dhaduk Mitesh

      669218




      669218










      asked Apr 2 '18 at 9:44









      Edwin WidhiyantoEdwin Widhiyanto

      432522




      432522






















          3 Answers
          3






          active

          oldest

          votes


















          0














          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






          share|improve this answer
























          • i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

            – Edwin Widhiyanto
            Apr 19 '18 at 1:53



















          0














          I found the solution, first modify these tables columns :





          1. value column in table: catalog_product_entity_decimal

          2. price column in table:catalog_product_index_price

          3. price column in table:catalog_product_index_price_tmp

          4. price column in table:catalog_product_index_price_final_tmp




          And then change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 9999999999, and we could do checkout more than 1 million amount.



          Source : Here






          share|improve this answer































            0














            This is worked for me. But no error message shows. It just hide the "Go to Checkout" button. So customers cannot identify, what is the issue.



            Any idea to showing the error message?





            share








            New contributor




            Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "479"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f220706%2fmagento-2-change-maximum-order-amount%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              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






              share|improve this answer
























              • i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

                – Edwin Widhiyanto
                Apr 19 '18 at 1:53
















              0














              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






              share|improve this answer
























              • i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

                – Edwin Widhiyanto
                Apr 19 '18 at 1:53














              0












              0








              0







              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






              share|improve this 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







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Apr 18 '18 at 22:14









              WISAM HAKIMWISAM HAKIM

              1,623618




              1,623618













              • i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

                – Edwin Widhiyanto
                Apr 19 '18 at 1:53



















              • i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

                – Edwin Widhiyanto
                Apr 19 '18 at 1:53

















              i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

              – Edwin Widhiyanto
              Apr 19 '18 at 1:53





              i already follow that instruction too, but it's still no use. But, i already change the max order to more than 1 million amount with change all the decimal(12,4) attribute to decimal(14,2) attribute, but the problem is, the checkout and multiple checkout button is not appear.

              – Edwin Widhiyanto
              Apr 19 '18 at 1:53













              0














              I found the solution, first modify these tables columns :





              1. value column in table: catalog_product_entity_decimal

              2. price column in table:catalog_product_index_price

              3. price column in table:catalog_product_index_price_tmp

              4. price column in table:catalog_product_index_price_final_tmp




              And then change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 9999999999, and we could do checkout more than 1 million amount.



              Source : Here






              share|improve this answer




























                0














                I found the solution, first modify these tables columns :





                1. value column in table: catalog_product_entity_decimal

                2. price column in table:catalog_product_index_price

                3. price column in table:catalog_product_index_price_tmp

                4. price column in table:catalog_product_index_price_final_tmp




                And then change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 9999999999, and we could do checkout more than 1 million amount.



                Source : Here






                share|improve this answer


























                  0












                  0








                  0







                  I found the solution, first modify these tables columns :





                  1. value column in table: catalog_product_entity_decimal

                  2. price column in table:catalog_product_index_price

                  3. price column in table:catalog_product_index_price_tmp

                  4. price column in table:catalog_product_index_price_final_tmp




                  And then change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 9999999999, and we could do checkout more than 1 million amount.



                  Source : Here






                  share|improve this answer













                  I found the solution, first modify these tables columns :





                  1. value column in table: catalog_product_entity_decimal

                  2. price column in table:catalog_product_index_price

                  3. price column in table:catalog_product_index_price_tmp

                  4. price column in table:catalog_product_index_price_final_tmp




                  And then change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 9999999999, and we could do checkout more than 1 million amount.



                  Source : Here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 24 '18 at 4:26









                  Edwin WidhiyantoEdwin Widhiyanto

                  432522




                  432522























                      0














                      This is worked for me. But no error message shows. It just hide the "Go to Checkout" button. So customers cannot identify, what is the issue.



                      Any idea to showing the error message?





                      share








                      New contributor




                      Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        0














                        This is worked for me. But no error message shows. It just hide the "Go to Checkout" button. So customers cannot identify, what is the issue.



                        Any idea to showing the error message?





                        share








                        New contributor




                        Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          0












                          0








                          0







                          This is worked for me. But no error message shows. It just hide the "Go to Checkout" button. So customers cannot identify, what is the issue.



                          Any idea to showing the error message?





                          share








                          New contributor




                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          This is worked for me. But no error message shows. It just hide the "Go to Checkout" button. So customers cannot identify, what is the issue.



                          Any idea to showing the error message?






                          share








                          New contributor




                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 1 min ago









                          Sreerag ASSreerag AS

                          1




                          1




                          New contributor




                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Sreerag AS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f220706%2fmagento-2-change-maximum-order-amount%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              What other Star Trek series did the main TNG cast show up in?

                              Berlina muro

                              Berlina aerponto