How to Install Plumrocket Extensions on the Hyvä Theme

Plumrocket offers a wide range of Magento 2 extensions compatible with Hyvä themes. Hyvä Theme is a revolutionary approach to the Magento 2 frontend, which ensures high speed, ease, and convenience. However, not all the extensions are compatible with this theme out of the box since Hyvä uses alternative rendering technologies.
To make sure that the integration works properly and keep the Hyvä Theme productivity, some extensions, specifically ones that affect the store frontend, require special compatibility modules. They adapt the basic extension functionality according to the Hyvä Theme requirements.
In this guide, we will cover the compatibility modules for the Hyvä Theme installation process. Our goal is to provide clear, step-by-step instructions on how to implement them in Magento 2.

Important Note:

To ensure correct operation and avoid problems when installing our extensions on Hyvä Theme, we recommend installing them exclusively via Composer. Please see the detailed instructions in the Extension Installation Guide section.

Hyvä Theme Compatibility Extension Installation

Here, you can find a complete list of our Hyvä-compatible extensions that require additional compatibility modules, along with links to these modules.

Extension Name Hyvä package composer name
Social Login Pro hyva-themes/magento2-plumrocket-psloginpro
SMTP Compatibility extension is not required
Cookie Consent hyva-themes/magento2-plumrocket-cookie-consent
GDPR hyva-themes/magento2-plumrocket-data-privacy
hyva-themes/magento2-plumrocket-cookie-consent
US Privacy Laws hyva-themes/magento2-plumrocket-ccpa
hyva-themes/magento2-plumrocket-data-privacy
hyva-themes/magento2-plumrocket-cookie-consent
LGPD hyva-themes/magento2-plumrocket-data-privacy
hyva-themes/magento2-plumrocket-cookie-consent
Product Labels hyva-themes/magento2-plumrocket-product-labels
Custom Order Number Compatibility extension is not required
Hide Price hyva-themes/magento2-plumrocket-call-for-price
Rich Snippets Compatibility extension is not required
Advanced Reviews & Reminders hyva-themes/magento2-plumrocket-arar
Call For Price hyva-themes/magento2-plumrocket-call-for-price
Popup Login hyva-themes/magento2-plumrocket-popuplogin
Affiliate Programs Compatibility extension is not required
Estimated Delivery Date hyva-themes/magento2-plumrocket-estimateddelivery
Admin Email Notifications Compatibility extension is not required
Data Feed Generator Compatibility extension is not required
Newsletter Popup hyva-themes/magento2-plumrocket-newsletterpopup
Layered Navigation hyva-themes/magento2-plumrocket-layered-navigation-pro
Auto Invoice & Shipment Compatibility extension is not required
GeoIP Lookup Compatibility extension is not required
Checkout Success Page hyva-themes/magento2-plumrocket-checkoutspage
Order Status & Shipping Tracking Pro hyva-themes/magento2-plumrocket-shippingtracking-pro
hyva-themes/magento2-plumrocket-shippingtracking-free
Order Status & Shipping Tracking Lite hyva-themes/magento2-plumrocket-shippingtracking-free
CSP Reports Compatibility extension is not required
Google Customer Reviews Compatibility extension is not required

If our extension is already installed, you can check the available compatibility modules with the following command:

composer suggest

Step 1: The basic extension installation (if not installed)

Make sure that our extension, for which you would like to install the compatibility module, is already installed on your site. If not, please install the extension according to the installation instructions via composer that came with the extension.

Step 2: The Hyvä-compatibility module installation

After installing the basic extension, run the following command:

composer require hyva-themes/magento2-plumrocket-module-name

where hyva-theme/magento2-plumrocket-module-name is the module name from the table above.

After this, run the Magento update command:

bin/magento setup:upgrade

Hyvä Checkout Compatibility Extension Installation

To ensure the correct operation of some of our extensions with Hyvä Checkout, additional integration modules must be installed. Hyvä Checkout has a unique structure and mechanisms that differ from those of the standard Magento 2 checkout. Integration modules ensure that the interface elements and functionality of our modules are correctly displayed in Hyvä Checkout.

Extension Name Hyvä package composer name
GDPR hyva-themes/magento2-hyva-checkout-plumrocket-data-privacy
US Privacy Laws hyva-themes/magento2-hyva-checkout-plumrocket-data-privacy
LGPD hyva-themes/magento2-hyva-checkout-plumrocket-data-privacy

To install the integration module, run the following command:

composer require hyva-themes/magento2-hyva-checkout-plumrocket-module-name

where hyva-themes/magento2-hyva-checkout-plumrocket-module-name is the name of the integration module from the table above.

After this, run the Magento update command:

bin/magento setup:upgrade

Please check out all Hyva-compatible extensions at the Plumrocket store. Feel free to reach out to us if you have any questions or need assistance.

Was this article helpful?