This Module allow you to show/hide prices in the frontend via backend configuration.
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer config repositories.originalapphideprice git https://github.com/aelmizeb/Originalapp_Hideprice.git composer require originalapp/hideprice:dev-master
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Originalapp_Hideprice --clear-static-content php bin/magento setup:upgrade