DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Cart based on net prices

If you want to use wt_cart within a B2B environment it is quite often necessary to work on net prices. That is your product prices are stored excluding taxes. Therefore wt_cart has to calculate and display prices differently.

Constants

plugin.tx_wtcart_pi1 {
  main {
    isNetCart = 1
  }
}

The setting above configures wt_cart to work with net prices. This feature is still beta and needs some testing. So please report us your problems ;)