This plugin installs and configures oscar
=========================================

There is a new feature that can be enabled after testing.
It can enable tax per order line instead of per item and we can enable it
after testing by putting this on config.json::


    {
      "id": "calculate_tax_per_line_if_use_price_excl_tax",
      "title": "The tax is calculated over a basket line of items instead of per item, this only works if prices are entered excluding tax!",
      "type": "boolean",
      "default": true,
      "help": "Uncheck this if you need the old behaviour of calculating tax per item."
    },
