Unable to delete tax rate












1















Whenever I try to delete a tax rate, I get below error message.



Tax rate cannot be removed. It exists in tax rule


I checked there is no tax rule in admin. I have deleted all tax rules.



UPDATE



I have found some posts asking to delete data from tax_calulation table manually. Is it correct solution?










share|improve this question





























    1















    Whenever I try to delete a tax rate, I get below error message.



    Tax rate cannot be removed. It exists in tax rule


    I checked there is no tax rule in admin. I have deleted all tax rules.



    UPDATE



    I have found some posts asking to delete data from tax_calulation table manually. Is it correct solution?










    share|improve this question



























      1












      1








      1








      Whenever I try to delete a tax rate, I get below error message.



      Tax rate cannot be removed. It exists in tax rule


      I checked there is no tax rule in admin. I have deleted all tax rules.



      UPDATE



      I have found some posts asking to delete data from tax_calulation table manually. Is it correct solution?










      share|improve this question
















      Whenever I try to delete a tax rate, I get below error message.



      Tax rate cannot be removed. It exists in tax rule


      I checked there is no tax rule in admin. I have deleted all tax rules.



      UPDATE



      I have found some posts asking to delete data from tax_calulation table manually. Is it correct solution?







      magento-1.9 tax delete






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 1 '16 at 9:11







      piyush_systematix

















      asked Mar 1 '16 at 9:04









      piyush_systematixpiyush_systematix

      93421830




      93421830






















          3 Answers
          3






          active

          oldest

          votes


















          1














          You do not want to delete the table. This is not an error, but rather normal behavior. This is because the tax rate is being used. To be able to remove the tax rate:




          1. Go to: Admin > Sales > Tax > Manage Tax Rules.

          2. Find the rule that is using this tax rate.

          3. Either delete that rule, or change the tax rate that rule uses.

          4. Go aback to the Tax Rates and you will be able to delete it.






          share|improve this answer
























          • There are no rules at Admin > Sales > Tax > Manage Tax Rules.

            – piyush_systematix
            Mar 1 '16 at 9:17



















          1














          If you want to delete all Tax Rates then
          Just truncate tax_calculation_rate table via php my admin, Please keep backup of this table before perform this query.






          share|improve this answer































            0














            This Worked for me. Thanks Arunendra.





            share








            New contributor




            Bhupathiraju Sriram 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%2f104070%2funable-to-delete-tax-rate%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









              1














              You do not want to delete the table. This is not an error, but rather normal behavior. This is because the tax rate is being used. To be able to remove the tax rate:




              1. Go to: Admin > Sales > Tax > Manage Tax Rules.

              2. Find the rule that is using this tax rate.

              3. Either delete that rule, or change the tax rate that rule uses.

              4. Go aback to the Tax Rates and you will be able to delete it.






              share|improve this answer
























              • There are no rules at Admin > Sales > Tax > Manage Tax Rules.

                – piyush_systematix
                Mar 1 '16 at 9:17
















              1














              You do not want to delete the table. This is not an error, but rather normal behavior. This is because the tax rate is being used. To be able to remove the tax rate:




              1. Go to: Admin > Sales > Tax > Manage Tax Rules.

              2. Find the rule that is using this tax rate.

              3. Either delete that rule, or change the tax rate that rule uses.

              4. Go aback to the Tax Rates and you will be able to delete it.






              share|improve this answer
























              • There are no rules at Admin > Sales > Tax > Manage Tax Rules.

                – piyush_systematix
                Mar 1 '16 at 9:17














              1












              1








              1







              You do not want to delete the table. This is not an error, but rather normal behavior. This is because the tax rate is being used. To be able to remove the tax rate:




              1. Go to: Admin > Sales > Tax > Manage Tax Rules.

              2. Find the rule that is using this tax rate.

              3. Either delete that rule, or change the tax rate that rule uses.

              4. Go aback to the Tax Rates and you will be able to delete it.






              share|improve this answer













              You do not want to delete the table. This is not an error, but rather normal behavior. This is because the tax rate is being used. To be able to remove the tax rate:




              1. Go to: Admin > Sales > Tax > Manage Tax Rules.

              2. Find the rule that is using this tax rate.

              3. Either delete that rule, or change the tax rate that rule uses.

              4. Go aback to the Tax Rates and you will be able to delete it.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Mar 1 '16 at 9:16









              Philip DeatheragePhilip Deatherage

              347112




              347112













              • There are no rules at Admin > Sales > Tax > Manage Tax Rules.

                – piyush_systematix
                Mar 1 '16 at 9:17



















              • There are no rules at Admin > Sales > Tax > Manage Tax Rules.

                – piyush_systematix
                Mar 1 '16 at 9:17

















              There are no rules at Admin > Sales > Tax > Manage Tax Rules.

              – piyush_systematix
              Mar 1 '16 at 9:17





              There are no rules at Admin > Sales > Tax > Manage Tax Rules.

              – piyush_systematix
              Mar 1 '16 at 9:17













              1














              If you want to delete all Tax Rates then
              Just truncate tax_calculation_rate table via php my admin, Please keep backup of this table before perform this query.






              share|improve this answer




























                1














                If you want to delete all Tax Rates then
                Just truncate tax_calculation_rate table via php my admin, Please keep backup of this table before perform this query.






                share|improve this answer


























                  1












                  1








                  1







                  If you want to delete all Tax Rates then
                  Just truncate tax_calculation_rate table via php my admin, Please keep backup of this table before perform this query.






                  share|improve this answer













                  If you want to delete all Tax Rates then
                  Just truncate tax_calculation_rate table via php my admin, Please keep backup of this table before perform this query.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 1 '16 at 9:28









                  ArunendraArunendra

                  6,13831642




                  6,13831642























                      0














                      This Worked for me. Thanks Arunendra.





                      share








                      New contributor




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

























                        0














                        This Worked for me. Thanks Arunendra.





                        share








                        New contributor




                        Bhupathiraju Sriram 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 Worked for me. Thanks Arunendra.





                          share








                          New contributor




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










                          This Worked for me. Thanks Arunendra.






                          share








                          New contributor




                          Bhupathiraju Sriram 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




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









                          answered 9 mins ago









                          Bhupathiraju SriramBhupathiraju Sriram

                          1




                          1




                          New contributor




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





                          New contributor





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






                          Bhupathiraju Sriram 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%2f104070%2funable-to-delete-tax-rate%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

                              Polycentropodidae

                              Magento 2 Error message: Invalid state change requested

                              Paulmy