Download the PHP package pkgroup/customeroffer without Composer
On this page you can find all versions of the php package pkgroup/customeroffer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pkgroup/customeroffer
More information about pkgroup/customeroffer
Files in pkgroup/customeroffer
Download pkgroup/customeroffer
More information about pkgroup/customeroffer
Files in pkgroup/customeroffer
Vendor pkgroup
Package customeroffer
Short Description Magento 2 Offer page with multipal categories tab.
License OSL-3.0 AFL-3.0
Package customeroffer
Short Description Magento 2 Offer page with multipal categories tab.
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package customeroffer
Magento 2 Special page for customer discount according to choose item each category.
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.
All versions of customeroffer with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.2.0||~7.3.0
The package pkgroup/customeroffer contains the following files
Loading the files please wait ....