dev-master
9999999-devA Sylius plugin to add more shipping calculators.
MIT
The Requires
- php ^7.1
- sylius/sylius ^1.1
1.0.0
1.0.0.0A Sylius plugin to add more shipping calculators.
MIT
The Requires
- php ^7.1
- sylius/sylius ^1.1
Wallogit.com
2017 © Pedro PelĂĄez
A Sylius plugin to add more shipping calculators.
A Sylius plugin to add more shipping calculators., (*1)
$ composer require behappy/shipping-rates-plugin
// in app/AppKernel.php
public function registerBundles() {
$bundles = array(
// ...
new \BeHappy\SyliusShippingRatesPlugin\BeHappySyliusShippingRatesPlugin(),
);
// ...
}
#in app/config/config.yml
imports:
...
- { resource: "@BeHappySyliusShippingRatesPlugin/Resources/config/config.yml" }
...
You now have access to 3 new shipping calculators : * 'Shipping rate by weight ranges' to charge according to the total order weight * 'Shipping rate by price ranges' to charge according to the total order price * 'Selling price percentage (%)' to charge a % of the order total, (*2)
/!\ In order to add ranges definition, you first have to save your shipping method with the calculator, then add ranges. This is due to Sylius and Javascript event management than won't properly trigger events on dynamically added elements, (*3)
You can also ask your questions at the mail address in the composer.json mentioning this package., (*4)
You can also check our other packages (including Sylius plugins) at https://github.com/BeHappyCommunication, (*5)
A Sylius plugin to add more shipping calculators.
MIT
A Sylius plugin to add more shipping calculators.
MIT