tdevos/sylius-price-evolve-plugin
Composer 安装命令:
composer require tdevos/sylius-price-evolve-plugin
包简介
Extended price system for Sylius
关键字:
README 文档
README
Schedule your prices
Documentation
This plugin propose to schedule the price of a product. Just set the price and a startTime
Quickstart Installation
-
Run
composer require tdevos/sylius-price-evolve-plugin -
Add
Tdevos\SyliusPriceEvolvePlugin\SyliusPriceEvolvePlugin::class => ['all' => true]to yourbundle.php -
Create a file
config/packages/pricing_extension.yaml
services:
app.form.extension.type.channelpriceType:
class: Tdevos\SyliusPriceEvolvePlugin\Form\Extension\PricingsExtension
tags:
- { name: form.type_extension, extended_type: Sylius\Bundle\CoreBundle\Form\Type\Product\ChannelPricingType, priority: 10 }
- Add this trait to
src/Entity/Channel/ChannelPricing.php
class ChannelPricing extends BaseChannelPricing
{
use PluginChannelPricing;
}
- Enjoy !
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-29