odiseoteam/sylius-ups-plugin
Composer 安装命令:
composer require odiseoteam/sylius-ups-plugin
包简介
Plugin for Sylius to make customizable reports.
README 文档
README
Odiseo Sylius UPS Plugin [WIP]
Description
This plugin add UPS shipping method to the Sylius project.
This is a WIP plugin, so we aprecciate your feedback and your colaboration. Thanks!
Features
- Add a UPS Shipping method calculator.
Upcoming features
- Add label printing for the shipments.
- Add tracking system.
Demo
You can see this plugin in action in our Sylius Demo application.
- Frontend: sylius-demo.odiseo.com.ar.
- Administration: sylius-demo.odiseo.com.ar/admin with
odiseo: odiseocredentials.
Installation
-
Run
composer require odiseoteam/sylius-ups-plugin -
Enable the plugin in bundles.php:
<?php return [ // ... Odiseo\SyliusUpsPlugin\OdiseoSyliusUpsPlugin::class => ['all' => true], ];
- Import the plugin configurations
imports: - { resource: "@OdiseoSyliusUpsPlugin/Resources/config/config.yaml" }
Test the plugin
You can follow the instructions to test this plugins in the proper documentation page: Test the plugin.
Credits
This plugin is maintained by Odiseo. Want us to help you with this plugin or any Sylius project? Contact us on team@odiseo.com.ar.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-19
