Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Ignore this notification" isn't working #11365

Closed
sigismund opened this issue Oct 11, 2017 · 4 comments
Closed

"Ignore this notification" isn't working #11365

sigismund opened this issue Oct 11, 2017 · 4 comments
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release

Comments

@sigismund
Copy link

sigismund commented Oct 11, 2017

Preconditions

  1. Magento 2.2
  2. 3 store views

Steps to reproduce

  1. Set-up wrong tax settings
  2. Message similar "To apply the discount on prices including tax and ..." will be display as system message.
  3. Click on "ignore this notification"

Expected result

  1. System message (ignoreTaxNotification) shouldn't be displayed in future because it's supposed to be ignored

Actual result

  1. Message is displayed regardless of being on ignore list.
Probably unrelated

This is most likely unrelated, but even after changing values to "correct" mode all checks in function checkSettings in ApplyDiscountOnPrices are still returning false even though they are all set to true.

Checks I mentioned:

$this->taxConfig->priceIncludesTax($store)
!$this->taxConfig->applyTaxAfterDiscount($store)
!$this->taxConfig->discountTax($store);
@magento-engcom-team magento-engcom-team added Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed labels Oct 11, 2017
@magento-engcom-team magento-engcom-team self-assigned this Oct 11, 2017
@magento-engcom-team
Copy link
Contributor

@sigismund, thank you for your report.
We've created internal ticket(s) MAGETWO-81606 to track progress on the issue.

@magento-engcom-team magento-engcom-team added 2.2.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Oct 11, 2017
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-82753

@okorshenko
Copy link
Contributor

The issue has been fixed and delivered to 2.2-develop branch. Will be available with 2.2.2 release

@magento-engcom-team
Copy link
Contributor

Hi @sigismund. Thank you for your report.
The issue has been fixed in magento-engcom/magento2ce#1285 by @magento-engcom-team in 2.3-develop branch
Related commit(s):

The fix will be available with the upcoming patch release.

@magento-engcom-team magento-engcom-team added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release
Projects
None yet
Development

No branches or pull requests

4 participants