pkgroup/customeroffer
Composer 安装命令:
composer require pkgroup/customeroffer
包简介
Magento 2 Offer page with multipal categories tab.
README 文档
README
Description : Magento 2.x Custom discount page for producuts. if user select one product then dicount 0 if customer select 2 product discount 5% if 3 then 10% if 4 then 15% if 5 then 20%. Single item quantity should be 1 and only added from http://yourdomain.com/offer page.
Manual Installation guide
- You have to put extension in app/code/Pkgroup/Customeroffer. After that you need to enable module via below commands.
Steps:
php bin/magento module:enable Pkgroup_Customeroffer
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Congratulation extension is installed and now you are ready to use.
Composer Installation guide
- Download package via composer with below composer command and follow up below steps for installation.
Composer package download:
composer require pkgroup/customeroffer
Steps:
php bin/magento module:enable Pkgroup_Customeroffer
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
You can follow me on blog youtube and website.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-02-20