Installation Guide
6 Installation Guide
-
Run
composer require ewebecommerce/module-hidepriceto install the module. -
Execute
php bin/magento setup:upgradeto update the module’s setup. -
Compile the module by running
php bin/magento setup:di:compile. -
Clear caches with
php bin/magento cache:flushto ensure changes are applied. -
Run
php bin/magento setup:static-content:deployto deploy static assets. -
Re-index data if necessary for optimized performance after changes.
-
Test functionality in an incognito window to verify setup.