pkgroup / customeroffer
Magento 2 Offer page with multipal categories tab.
Package info
github.com/puneetk00/customeroffer
Type:magento2-module
pkg:composer/pkgroup/customeroffer
1.0.0
2021-02-20 10:16 UTC
Requires
- php: ~7.2.0||~7.3.0
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.