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.
Install the Hyva_MageMeHidePricePro Compatibility Module
Install the compatibility module to integrate HidePricePro with Hyva Themes. The Hyva Compatibility Module Fallback it depends on comes from your Hyvä Composer repository and is installed automatically.
- Install the module using Composer:
composer require mageme/module-hideprice-pro-hyva
- Enable the module:
php bin/magento module:enable Hyva_MageMeHidePriceProphp bin/magento setup:upgradephp bin/magento setup:di:compilephp 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:statusEnsure
Hyva_CompatModuleFallbackandHyva_MageMeHidePriceProare listed as enabled. -
Test the integration on your website to confirm that HidePricePro features adapt well to your Hyva theme.