2017 © Pedro PelĂĄez
 

sylius-plugin shipping-rates-plugin

A Sylius plugin to add more shipping calculators.

image

behappy/shipping-rates-plugin

A Sylius plugin to add more shipping calculators.

  • Monday, July 2, 2018
  • by Roshyo
  • Repository
  • 3 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Sylius Shipping Rates Plugin

A Sylius plugin to add more shipping calculators., (*1)

Installation-procedure

$ composer require behappy/shipping-rates-plugin

Enable the 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" }
    ...

That's it !

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)

Warning

/!\ 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)

Feel free to contribute

You can also ask your questions at the mail address in the composer.json mentioning this package., (*4)

Other

You can also check our other packages (including Sylius plugins) at https://github.com/BeHappyCommunication, (*5)

The Versions

02/07 2018

dev-master

9999999-dev

A Sylius plugin to add more shipping calculators.

  Sources   Download

MIT

The Requires

 

17/06 2018

1.0.0

1.0.0.0

A Sylius plugin to add more shipping calculators.

  Sources   Download

MIT

The Requires