Unable to delete tax rate
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
add a comment |
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
add a comment |
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
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
magento-1.9 tax delete
edited Mar 1 '16 at 9:11
piyush_systematix
asked Mar 1 '16 at 9:04
piyush_systematixpiyush_systematix
93421830
93421830
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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:
- Go to: Admin > Sales > Tax > Manage Tax Rules.
- Find the rule that is using this tax rate.
- Either delete that rule, or change the tax rate that rule uses.
- Go aback to the Tax Rates and you will be able to delete it.
There are no rules at Admin > Sales > Tax > Manage Tax Rules.
– piyush_systematix
Mar 1 '16 at 9:17
add a comment |
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.
add a comment |
This Worked for me. Thanks Arunendra.
New contributor
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
- Go to: Admin > Sales > Tax > Manage Tax Rules.
- Find the rule that is using this tax rate.
- Either delete that rule, or change the tax rate that rule uses.
- Go aback to the Tax Rates and you will be able to delete it.
There are no rules at Admin > Sales > Tax > Manage Tax Rules.
– piyush_systematix
Mar 1 '16 at 9:17
add a comment |
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:
- Go to: Admin > Sales > Tax > Manage Tax Rules.
- Find the rule that is using this tax rate.
- Either delete that rule, or change the tax rate that rule uses.
- Go aback to the Tax Rates and you will be able to delete it.
There are no rules at Admin > Sales > Tax > Manage Tax Rules.
– piyush_systematix
Mar 1 '16 at 9:17
add a comment |
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:
- Go to: Admin > Sales > Tax > Manage Tax Rules.
- Find the rule that is using this tax rate.
- Either delete that rule, or change the tax rate that rule uses.
- Go aback to the Tax Rates and you will be able to delete it.
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:
- Go to: Admin > Sales > Tax > Manage Tax Rules.
- Find the rule that is using this tax rate.
- Either delete that rule, or change the tax rate that rule uses.
- Go aback to the Tax Rates and you will be able to delete it.
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 1 '16 at 9:28
ArunendraArunendra
6,13831642
6,13831642
add a comment |
add a comment |
This Worked for me. Thanks Arunendra.
New contributor
add a comment |
This Worked for me. Thanks Arunendra.
New contributor
add a comment |
This Worked for me. Thanks Arunendra.
New contributor
This Worked for me. Thanks Arunendra.
New contributor
New contributor
answered 9 mins ago
Bhupathiraju SriramBhupathiraju Sriram
1
1
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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