sulu/pricing-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Handles price calculations

Installs: 7 717

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 23

Forks: 3

Open Issues: 1

Type:sulu-bundle

0.5.3 2018-06-19 08:12 UTC

README

Configuration

The following config lists all configurable variables and their defaults.

sulu_pricing:
    priceformatter_digits: 2
    default_currency: 'EUR'
    item_manager_service: 'sulu_sales_core.item_manager'

Run Tests

Temporarily a version needs to be set in composer.json so that sulu-sales bundle can be installed:

"version": "0.4",

Then in terminal, run the following commands

composer update

Tests/app/console doctrine:schema:update --force
 
phpunit

Afterwards don't forget to remove the version ;)