sulu / pricing-bundle
Handles price calculations
Installs: 7 785
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 23
Forks: 3
Open Issues: 1
Type:sulu-bundle
Requires
- php: >=5.4
- doctrine/orm: 2.5.*
- jackalope/jackalope-doctrine-dbal: ~1.2.0
- jackalope/jackalope-jackrabbit: ~1.2.0
- oro/doctrine-extensions: 1.0.*
- sulu/product-bundle: ~0.1
- sulu/sulu: ~1.1
- symfony-cmf/routing-bundle: 1.2.*
Requires (Dev)
- evenement/evenement: 2.0.0 as 1.0.0
- phpunit/phpunit: 4.1.*
- sensio/framework-extra-bundle: ~3.0
- sulu/contact-extension-bundle: ~0.1
- sulu/sulu-sales: dev-develop
- symfony-cmf/testing: ~1.2
- symfony/monolog-bundle: 2.4.*
- symfony/symfony: ~2.5
- zendframework/zend-stdlib: 2.3.1 as 2.0.0rc5
- zendframework/zendsearch: 2.*@dev
This package is auto-updated.
Last update: 2020-09-24 22:36:09 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 ;)