chk / hideforguest
CHK HideForGuest Extension Hide's, Price and Add To Cart of Magento2 Shop Guest Users
Package info
github.com/koushikch7/Magento2-HideForGuest
Language:HTML
Type:magento2-module
pkg:composer/chk/hideforguest
1.0.0
2020-02-18 16:59 UTC
This package is auto-updated.
Last update: 2026-02-19 07:05:15 UTC
README
##HideForGuest with Hide, Price and Add To Cart Button Extension
##Support: version - 2.3.x
##How to install Extension
Git Clone
1. Download.Clone the Repository
2. Unzip the files
3. Create a folder path [Magento_Root]/app/code/CHK/HideForGuest
4. Drop/move the unzipped files
Composer Install
Redirect to [Magento_Root] and enter composer require chk/hideforguest
#Enable Extension:
- php bin/magento module:enable CHK_HideForGuest
- php bin/magento setup:upgrade
- php bin/magento cache:clean
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
#Disable Extension:
- php bin/magento module:disable CHK_HideForGuest
- php bin/magento setup:upgrade
- php bin/magento cache:clean
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush