Skip to content

"Ignore this notification" isn't working #11365

@sigismund

Description

@sigismund

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions