MageMe HidePrice Magento 2 Module | Installation
This document provides detailed instructions for installing the MageMe_HidePrice plugin for Magento 2. The plugin is not available on the Magento Marketplace but can be installed either by uploading the zip file directly or via a Composer repository.
Prerequisites
Ensure you meet the following before installation:
- Magento 2.3 or later installed.
- SSH access to your Magento server.
- Composer installed (for the Composer method).
Get Access to Repository
Please use an SSH client to connect to your Magento 2 server and navigate to your Magento 2 root directory.
Add our composer repository to your composer.json file with the following command:
composer config repositories.mageme composer https://repo.mageme.com && composer update
Use your personal authorization keys when asked. You can find your keys in your account area on the Composer Repository section.
Installation Methods
You can install the MageMe_HidePricePro plugin using one of the following methods:
Method 1: Installation via Composer
- Add the Composer Repository:
- Run the following command in your Magento root directory to add the
MageMeComposer repository:
- Run the following command in your Magento root directory to add the
composer config repositories.mageme composer https://repo.mageme.com
- Install the Plugin:
- Install the plugin via Composer by running:
composer require mageme/module-hideprice-pro
- Magento Setup Upgrade:
- After installation, run the following Magento commands to enable the plugin:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Method 2: Installation via Zip File
-
Download and Extract:
- Download the
MageMe_HidePricePro-<version>.zipfile. - Extract the zip file in your Magento root directory under
app/code/MageMe/HidePricePro. You might need to create theMageMe/HidePriceProdirectories if they do not already exist.
- Download the
-
Enable the Plugin:
- Run the following Magento commands to enable the plugin and clear the cache:
php bin/magento module:enable MageMe_Core MageMe_HidePricePro
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Post-Installation
After installation, you can configure the MageMe HidePrice extension from the Magento Admin panel under Stores > Configuration > MageMe Extensions > HidePrice.
Compatibility
HidePrice Pro supports the following platforms:
- Magento: 2.3.5 – 2.4.8
- PHP: 7.4 – 8.4
- Themes: Luma, Hyvä, Breeze, and custom themes
- Multi-store: Fully supported
Starting with version 3.1, HidePrice Pro uses Symfony components instead of Laminas. For Magento versions that still use Laminas, an automatic fallback is provided — no manual configuration is required.
Troubleshooting
If you encounter any issues during the installation process, check the following:
- Ensure your Magento version is compatible.
- Check that all commands are executed in the Magento root directory.
- Clear the Magento cache and recompile if necessary.
For further assistance, contact MageMe support.