Net & Gross Prices

MCMulti-currency

You can easily manage gross and net prices per product, country, currency or anything else and define which price you want to display in the shop. In turn, your customers can choose their preferred currency when visiting your store. Customers can switch between gross and net mode in the shop.

 

Switching shop to Net prices:

If you want to have only NET prices shown in catalog, but proceed in cart and checkout with Gross ones, you need to override getDefaultPriceMode and change to PRICE_MODE_NET in this class:

return PriceConfig::PRICE_MODE_GROSS;