magentix/sylius-pickup-demo-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Demo Pickup Shipping plugin for Sylius.

1.3.0 2018-11-14 15:38 UTC

This package is not auto-updated.

Last update: 2021-10-28 06:09:16 UTC


README

  • This Plugin allows to add pickup delivery method.

Screenshot

Alt text

Installation

$ composer require magentix/sylius-pickup-demo-plugin

Add the plugins to the config/bundles.php file:

Magentix\SyliusPickupPlugin\MagentixSyliusPickupPlugin::class => ['all' => true],
Magentix\SyliusPickupDemoPlugin\MagentixSyliusPickupDemoPlugin::class => ['all' => true],

Add the plugin's config to by creating the file config/packages/magentix_sylius_pickup_demo_plugin.yaml with the following content:

imports:
    - { resource: "@MagentixSyliusPickupPlugin/Resources/config/config.yml" }
    - { resource: "@MagentixSyliusPickupDemoPlugin/Resources/config/config.yml" }

Add the plugin's routing by creating the file config/routes/magentix_sylius_pickup_demo_plugin.yaml with the following content:

magentix_sylius_pickup_plugin:
    resource: "@MagentixSyliusPickupPlugin/Resources/config/routing.yml"

Finish the installation by updating the database schema and installing assets:

bin/console doctrine:migrations:diff
bin/console doctrine:migrations:migrate
bin/console assets:install
bin/console sylius:theme:assets:install

Configuration

In Shipping Method section from admin, add and configure new Method with Demo Pickup Calculator.