pkgroup/customeroffer

Magento 2 Offer page with multipal categories tab.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2021-02-20 10:16 UTC

This package is auto-updated.

Last update: 2024-09-14 18:20:50 UTC


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

  1. 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

  1. 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.

Youtube Channel

My Blog

My Website