MageMe HidePrice Pro Magento 2 Module | Hyvä Compatibility
This guide provides detailed instructions on installing the Hyva_MageMeHidePricePro compatibility module, which integrates HidePricePro functionalities seamlessly with Hyva Themes.
Prerequisites
- Magento 2: Ensure Magento 2 is installed on your server.
- Server Access: You must have administrative access to your server's command line.
- Composer: Confirm that Composer is installed for managing Magento 2 components.
- Hyvä Themes: Hyvä Themes must be installed in your Magento 2 environment.
Step 1: Install the Hyva Compatibility Module Fallback
Before installing the Hyva_MageMeHidePricePro module, install the Hyva Compatibility Module Fallback. This module ensures compatibility between Hyva Themes and HidePricePro.
- Add the repository for the Hyva Compatibility Module Fallback to your Magento 2 installation:
composer config repositories.hyva-themes/magento2-compat-module-fallback git git@gitlab.hyva.io:hyva-themes/magento2-compat-module-fallback.git
- Install the module:
composer require hyva-themes/magento2-compat-module-fallback
- Enable the module:
php bin/magento module:enable Hyva_CompatModuleFallback
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Step 2: Install the Hyva_MageMeHidePricePro Compatibility Module
Install the compatibility module to integrate HidePricePro with Hyva Themes.
- Install the module using Composer:
composer require mageme/module-hideprice-pro-hyva
- Enable the module:
php bin/magento module:enable Hyva_MageMeHidePricePro
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Hyvä Theme Developer Configuration
The configuration can be found in the Magento admin panel under:
Stores > Configuration > MageMe Extensions > HidePrice > Developer > Hyvä Theme
Hyvä Theme Developer Configuration
Category | Field | Description |
---|---|---|
Field Layout | Field Block CSS Class | Defines the CSS class for the overall field block in the Hyvä theme. |
Input Elements | Text Input CSS Class | Specifies the CSS class for text input fields. |
Message Textarea CSS Class | Sets the CSS class for message textarea fields. | |
Dropdown CSS Class | Defines the CSS class for dropdown elements. | |
Radio Button CSS Class | Specifies the CSS class for radio button inputs. | |
Checkbox CSS Class | Sets the CSS class for checkbox inputs. | |
Labels and Messages | Field Label CSS Class | Defines the CSS class for field labels. |
Field Comment CSS Class | Specifies the CSS class for field comments or help text. | |
Radio Label CSS Class | Sets the CSS class for labels associated with radio buttons. | |
Checkbox Label CSS Class | Defines the CSS class for labels associated with checkboxes. |
Note: These parameters allow for customization of CSS classes for various elements of the HidePrice Pro extension when used with the Hyvä theme. Each field accepts a string value representing the CSS class(es) to be applied to the respective element.
Verify Installation
-
Check module status:
php bin/magento module:status
Ensure
Hyva_CompatModuleFallback
andHyva_MageMeHidePricePro
are listed as enabled. -
Test the integration on your website to confirm that HidePricePro features adapt well to your Hyva theme.
Conclusion
With the Hyva_MageMeHidePricePro module installed and configured, you can leverage the powerful quoting capabilities of HidePricePro with the aesthetic and performance benefits of Hyva Themes. If you encounter issues, refer to module documentation or contact support for assistance.