snake-tn/catalog-promotion-plugin
Composer 安装命令:
composer require snake-tn/catalog-promotion-plugin
包简介
Add catalog promotion to sylius application.
README 文档
README
About
Catalog promotion is a sylius plugin used to selectively apply promotions on certain products. The promotion is triggered before a product is placed into the shipping cart.
Setting up the plugin
1) Download the plugin
$ composer require snake-tn/catalog-promotion-plugin
2) Enable the plugin
Enable the plugin by adding the following line in the app/AppKernel.php file of your sylius project:
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new \SnakeTn\CatalogPromotion\CatalogPromotionPlugin(), ]; // ... } }
3) Update routing configuration
Add the following routing config to your app/config/routing.yml file of your sylius project:
catalog_promotion_admin: prefix: /admin resource: "@CatalogPromotionPlugin/Resources/config/routing.yml"
3) Update DB schema
$ bin/console doctrine:schema:update --force
4) Cleare cache
$ bin/console cache:clear
统计信息
- 总下载量: 369
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-15