PHPackages                             fmdd/sylius-extended-channels-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fmdd/sylius-extended-channels-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

fmdd/sylius-extended-channels-plugin
====================================

Extended channels plugin for Sylius

v1.9.0(4y ago)0540MITPHPPHP ^7.3

Since Apr 21Pushed 3y agoCompare

[ Source](https://github.com/SFMDD/SyliusExtendedChannelsPlugin)[ Packagist](https://packagist.org/packages/fmdd/sylius-extended-channels-plugin)[ RSS](/packages/fmdd-sylius-extended-channels-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (24)Versions (2)Used By (0)

WIP

Features
--------

[](#features)

- Duplicate product and product variant
- Bulk action to set categories for products
- Mark Taxon as external link so taxonomy can be used for creating custom menus with links anywhere
- Download current exchange rates
- Update product prices using downloaded or custom exchange rates
- Set channel timezone
- Set channel phone
- Send copy of order mail to custom email address per channel
- When SMTP is unavailable, it prevents error 500 on order submit but logs the error and submits the order
- Cancel unpaid orders for certain payment method
- Allows to change the code for the product and product variant
- Administration for Hello Bars (you can use your own types)

 [![](https://raw.githubusercontent.com/mangoweb-sylius/SyliusExtendedChannelsPlugin/master/doc/admin.png)](https://raw.githubusercontent.com/mangoweb-sylius/SyliusExtendedChannelsPlugin/master/doc/admin.png)

Installation
------------

[](#installation)

1. Run `$ composer require mangoweb-sylius/sylius-extended-channels`.
2. Add plugin classes to your `config/bundles.php`:

    ```
    return [
       ...
       MangoSylius\ExtendedChannelsPlugin\MangoSyliusExtendedChannelsPlugin::class => ['all' => true],
    ];
    ```
3. Your Entity `Channel` has to implement `\MangoSylius\ExtendedChannelsPlugin\Model\ExtendedChannelInterface`. You can use Trait `MangoSylius\ExtendedChannelsPlugin\Model\ExtendedChannelTrait`.
4. Your Entity `Taxon` has to implement `\MangoSylius\ExtendedChannelsPlugin\Model\ExternalLinkTaxonInterface`. You can use Trait `MangoSylius\ExtendedChannelsPlugin\Model\ExternalLinkTaxonTrait`.
5. Include template `{{ include('@MangoSyliusExtendedChannelsPlugin/Channel/extendedChannelForm.html.twig') }}` in `@SyliusAdmin/Channel/_form.html.twig`.
6. Add `{{ form_row(form.externalLink) }}` to template in `@SyliusAdmin/Taxon/_form.html.twig`.
7. Replace inner content of ` ... ` with `{{ include('@MangoSyliusExtendedChannelsPlugin/Grid/bulkActions.html.twig') }}` in `@SyliusAdmin/Grid/_default.html.twig`.
8. Add resource to `config/packeges/_sylius.yaml`

    ```
    imports:
         ...
         - { resource: "@MangoSyliusExtendedChannelsPlugin/Resources/config/resources.yml" }
    ```
9. Add routing to `config/_routes.yaml`

    ```
    mango_sylius_extended_channels:
        resource: '@MangoSyliusExtendedChannelsPlugin/Resources/config/routing.yml'
        prefix: /admin
    ```

For guide to use your own entity see [Sylius docs - Customizing Models](https://docs.sylius.com/en/1.7/customization/model.html)

### Optional

[](#optional)

Run `src/Migrations/basic-data/timezones-data.sql` for load the timezones table. (Recommended, otherwise the timezone select will be empty)

Usage
-----

[](#usage)

### Commands

[](#commands)

- Updates exchange rates (you need to define currencies first in Sylius admin)

    ```
    mango:exchange-rates:update
    ```
- Update Product prices by exchange rates, from `sourceChannel` (primary value, won't be changed) to `targetChannel`. You can run this after the previous command to update by downloaded rates or you can run it without the previous one to update the prices with your custom exchange rates set in Sylius admin.

    ```
    mango:product:update-price sourceChannel targetChannel
    ```
- Remove orders that are not paid for a configured period and for certain shipping methods. This allows to keep unpaid orders which are e.g. to be paid at personal pickup, therefore needs to stay unpaid for a couple of hours / days. Configuration parameters:

    - `sylius_order.order_expiration_period`
    - `sylius_order.expiration_method_codes`

    ```
    mango:cancel-unpaid-orders
    ```
- You can use events to modify an object when you duplicate it

    - `mango-sylius-extended-channels.duplicate.product.before-persist`
    - `mango-sylius-extended-channels.duplicate.product.after-persist`
    - `mango-sylius-extended-channels.duplicate.product-variant.before-persist`
    - `mango-sylius-extended-channels.duplicate.product-variant.after-persist`
- You can use event after bulk category assignment

    - `mango-sylius-extended-channels.products.after_bulk_categories`
- You can change the types of Hello bars

    ```
    parameters:
        mangoweb_sylius_extended_channels_hello_bar_types:
            error: 'Error'
            success: 'Success'
            info: 'Info'
            warning: 'Warning'
    ```
- Use the Twig function for listing Hello Bars

    - `mangoweb_sylius_available_hello_bars()`
    - `mangoweb_sylius_available_hello_bars_by_type(type)`

Development
-----------

[](#development)

### Usage

[](#usage-1)

- Create symlink from .env.dist to .env or create your own .env file
- Develop your plugin in `/src`
- See `bin/` for useful commands

### Testing

[](#testing)

After your changes you must ensure that the tests are still passing.

```
$ composer install
$ bin/console doctrine:schema:create -e test
$ bin/behat
$ bin/phpstan.sh
$ bin/ecs.sh
```

License
-------

[](#license)

This library is under the MIT license.

Credits
-------

[](#credits)

Developed by [manGoweb](https://www.mangoweb.eu/).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b6eda68088f956760906e731c005bcda1b74b9dfcf88855b76efb8b95b54bed?d=identicon)[florent.duthoit](/maintainers/florent.duthoit)

---

Top Contributors

[![ondrej-kuhnel](https://avatars.githubusercontent.com/u/6840281?v=4)](https://github.com/ondrej-kuhnel "ondrej-kuhnel (18 commits)")[![hornofj](https://avatars.githubusercontent.com/u/2500352?v=4)](https://github.com/hornofj "hornofj (8 commits)")[![Loocos](https://avatars.githubusercontent.com/u/26056280?v=4)](https://github.com/Loocos "Loocos (5 commits)")[![MathieuDelmarre](https://avatars.githubusercontent.com/u/60355887?v=4)](https://github.com/MathieuDelmarre "MathieuDelmarre (2 commits)")[![radekbernatek](https://avatars.githubusercontent.com/u/3998427?v=4)](https://github.com/radekbernatek "radekbernatek (2 commits)")[![xdanik](https://avatars.githubusercontent.com/u/7594682?v=4)](https://github.com/xdanik "xdanik (1 commits)")[![Delmarre](https://avatars.githubusercontent.com/u/26059260?v=4)](https://github.com/Delmarre "Delmarre (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fmdd-sylius-extended-channels-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/fmdd-sylius-extended-channels-plugin/health.svg)](https://phpackages.com/packages/fmdd-sylius-extended-channels-plugin)
```

###  Alternatives

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M20](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

841.1M1](/packages/stefandoorn-sitemap-plugin)[odiseoteam/sylius-vendor-plugin

Vendor plugin for Sylius. Add Vendor (Brand) to your products

6068.4k1](/packages/odiseoteam-sylius-vendor-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1493.8k](/packages/webgriffe-sylius-table-rate-shipping-plugin)[monsieurbiz/sylius-menu-plugin

This plugins allows you to manage menus.

1580.0k1](/packages/monsieurbiz-sylius-menu-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
