Download the PHP package alexispe/sylius-round-up-plugin without Composer
On this page you can find all versions of the php package alexispe/sylius-round-up-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alexispe/sylius-round-up-plugin
More information about alexispe/sylius-round-up-plugin
Files in alexispe/sylius-round-up-plugin
Package sylius-round-up-plugin
Short Description This plugin allows you to round up the total of the cart.
License proprietary
Informations about the package sylius-round-up-plugin
SyliusRoundUpPlugin
This plugin simply round up your cart.
Then you can choose to donate the difference to a charity, plant a tree or keep it for you as a tip...
Installation
1. Composer
composer require alexispe/sylius-round-up-plugin
2. Load bundle
Add to the bundle list in config/bundles.php
:
3. Load configuration
Add to the imports list in config/packages/_sylius.yaml
:
4. Show round up line in cart summary
Override template Cart\Summary\_totals.html.twig
and add line 52 (before cart total tr
):
Contribute
Quickstart Installation
-
Execute
docker compose up -d
-
Initialize plugin
docker compose exec app make init
- See your browser
open localhost
Running plugin tests
License
This plugin is completely free and released under the MIT License.
Contact
I'm a 🇫🇷 freelance Sylius developer. If you want to contact me, e-mail me to [email protected]. I will try to answer you as soon as possible.
All versions of sylius-round-up-plugin with dependencies
sylius/sylius Version ^1.12
sylius/mailer-bundle Version ^1.8 || ^2.0@beta
symfony/webpack-encore-bundle Version ^1.15