Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups.
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer config repositories.hideprices git https://github.com/vishwassoni/magento2-module-product-hideprice.git composer require vishwassoni/magento2-module-product-hideprice:dev-master
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento setup:upgrade