To simplify the daily management of an e-commerce store, it can be useful to display prices excluding VAT (net prices) directly in the administrative views, especially to ease accounting calculations on a day-to-day basis. By default, Drupal Commerce displays prices including VAT (gross prices) in its views and does not offer an option to show only the net price. This article proposes a solutio...
/**
* Plugin implementation of the 'Excluding VAT Price Formatter' formatter.
*
* @FieldFormatter(
* id = "excluding_vat_price_formatter",
* label = @Translation("Excluding VAT Price ...