valantic-spryker/price-product-customer-group-data-import
最新稳定版本:1.0.0
Composer 安装命令:
composer require valantic-spryker/price-product-customer-group-data-import
包简介
This module has demo data and importer for price products for customer groups.
README 文档
README
This module has demo data and importer for price products for customer groups.
Install package
composer req valantic-spryker/price-product-customer-group-data-import
Register plugins
src/Pyz/Zed/DataImport/DataImportDependencyProvider.php
use ValanticSpryker\Zed\PriceProductCustomerGroupDataImport\Communication\Plugin\PriceProductCustomerGroupDataImportPlugin;
...
protected function getDataImporterPlugins(): array
{
return [
...
new PriceProductCustomerGroupDataImportPlugin(),
];
}
src/Pyz/Zed/Console/ConsoleDependencyProvider.php
use ValanticSpryker\Zed\PriceProductCustomerGroupDataImport\PriceProductCustomerGroupDataImportConfig;
...
protected function getConsoleCommands(Container $container): array
{
$commands = [
...
new DataImportConsole(DataImportConsole::DEFAULT_NAME . ':' . PriceProductCustomerGroupDataImportConfig::IMPORT_TYPE_PRICE_PRODUCT_CUSTOMER_GROUP),
];
}
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-08-01