Log in
Model

Notifications

Magento\Tax\Model\System\Message\Notifications

What it does

This class manages system notification messages for tax configuration issues in Magento 2.

It checks for incompatible tax calculation settings (like display settings and discount settings) across stores and displays critical admin notifications when misconfigured settings are detected, helping administrators identify and fix tax-related configuration problems.

Public Methods

  • getIdentity()
  • isDisplayed()
  • getText()
  • getSeverity()
  • getInfoUrl()
  • getManageUrl()
  • checkDisplaySettings()
  • checkDiscountSettings()
  • getIgnoreTaxNotificationUrl()
  • getStoresWithWrongDisplaySettings()
  • getStoresWithWrongDiscountSettings()