mhinspeya/mhinspeya-hyva-campaign
最新稳定版本:1.0.0
Composer 安装命令:
composer require mhinspeya/mhinspeya-hyva-campaign
包简介
MHinspeya Campaign Management Module for Magento 2. Enables creation and management of marketing campaigns with frontend registration forms.
README 文档
README
mhinspeya/module-campaign
This module provides a robust campaign management system for Magento 2. It allows administrators to create marketing campaigns, manage participants, and provides a customizable frontend registration form.
Main Functionalities
- Admin Management: Create and edit campaigns with detailed descriptions, images, and date ranges.
- Role-Based Access: Full ACL integration for secure admin operations.
- Frontend Registration: AJAX-powered registration forms for users to sign up for contests or campaigns.
- DACH Localization: Complete German translations (
de_DE,de_AT,de_CH) for all admin and frontend components. - Hyvä Compatibility: Optimized for Hyvä Themes with Alpine.js based form handling.
- Magento 2.4.8 Compatible: Fully refactored for PHP 8.1 - 8.4 and latest Magento 2.4.x standards.
Installation
Via Composer (Recommended)
- Add the module to your project:
composer require mhinspeya/mhinspeya-hyva-campaign - Enable the module:
bin/magento module:enable MHinspeya_Campaign bin/magento setup:upgrade - (Optional) Compile and deploy static content:
bin/magento setup:di:compile bin/magento setup:static-content:deploy
Via Zip File
- Extract the zip into
app/code/MHinspeya/Campaign. - Follow the enablement steps above.
Configuration
Configure the module settings under: Stores > Configuration > MHinspeya > Campaign Settings
Localization
The module includes full German translations. To use them:
- Ensure your store view or admin locale is set to German.
- The translations are located in
i18n/*.csv.
Specifications
- Controllers:
mhcampaign/index/index: Main campaign list.mhcampaign/index/view: Campaign detail page.mhcampaign/index/post: AJAX form submission handler.
- API:
MHinspeya\Campaign\Api\CampaignRepositoryInterface
- Tables:
mh_campaign_record_list: Stores participants and registration data.mh_campaign_list: Stores campaign definitions.
Support
For support, please contact info@mhinspeya.com.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2026-05-01