rocha/module-impactcampaigns
最新稳定版本:1.0.0
Composer 安装命令:
composer require rocha/module-impactcampaigns
包简介
Custom Campaign Product Listing Page
README 文档
README
``rocha/module-impactcampaigns``
Main Functionalities
This module has been developed to streamline the creation of campaign pages within the Adobe Commerce Campaign Backoffice.
I have implemented a Magento 2 module with customized database tables to support this functionality.
The module incorporates campaign information, utilizing customized grids to display campaigns and their corresponding store views through Magento's UI components.
Additionally, the module dynamically generates routes for campaign pages and their associated products.
Products linked to a campaign will be appropriately labeled within the product list and across various store views. Upon module installation, a menu is automatically generated in the back office, providing easy access to the module's administration listing route.
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Rocha - Enable the module by running
php bin/magento module:enable Rocha_Impactcampaigns - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com - public repository
packagist.org - public github repository as vcs
- private repository
- Install the module composer by running
composer require rocha/module-impactcampaigns - enable the module by running
php bin/magento module:enable Rocha_Impactcampaigns - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-0
- 更新时间: 2023-11-17