How to Install the Hyvä Theme in Magento 2

How to Install the Hyvä Theme in Magento 2

The Hyvä theme is one of the most popular themes for Magento 2 due to its streamlined performance, clean codebase, and exceptional frontend experience. By reducing unnecessary JavaScript and CSS, it boosts your site’s speed and SEO performance. If you’re a Magento developer or store owner looking to implement Hyvä, this guide will walk you through the installation process with easy steps.

Prerequisites for Installing Hyvä in Magento 2

Before you start, ensure that:

  1. You have a licensed copy of the Hyvä theme. Hyvä requires a license, which can be purchased from the Hyvä Themes official website.
  2. Your Magento 2 instance is installed and fully configured (Magento version 2.4.3 CE or higher/PHP version 7.4, 8.1 or 8.2).
  3. You have SSH access to your server, as the installation process requires command-line operations.
  4. Ensure your store meets the technical requirements for the Hyvä theme, including compatibility with the latest Magento 2 version.

Step 1: Download the Hyvä Theme

After purchasing, log in to the Hyvä portal, and download the latest version of the Hyvä theme package. Save this package on your local machine, as it will be uploaded to your Magento server.

Step 2: Install the Hyvä Theme via Composer

You are now set to install Hyvä theme on your magento instance.

Step 3: Install Hyvä Theme

Run the below command to install the Hyvä theme package and its dependencies.

Step 4 : Perform deployment commands

Step 5 : Activate Hyvä Theme

  1. Login to Magento Admin: Go to your Magento Admin panel.
  2. Navigate to Content > Design > Configuration: Select the theme configuration for your store view.
  3. Apply the Hyvä Theme: Under “Applied Theme,” select “Hyvä” and click “Save Configuration.”
  4. Also ensure to set theme on website level, because it may be set to blank/luma theme.
  5. Flush the Cache: After saving the changes, flush the cache by navigating to System > Cache Management and clicking “Flush Magento Cache.”

Once the theme is applied, open store’s frontend in a browser to ensure the Hyvä theme is displaying correctly. Perform a quick check on all essential pages to confirm everything is functioning smoothly.

As a result, new theme is applied to your store and you will see the all new user experience.

Hyvä Theme in Magento 2

Bonus Steps

Below are some hyva recommended steps to avoid any issues with hyva theme.

1) Currently Hyvä don’t support the old Magento captcha implementation

Run below command to disable the default Magento Captcha

2) Disable the minification and bundling for HTML, CSS and JS

As Hyvä doesn’t require built in minification and bundling for HTML, CSS and JS we can disable it.

Run below commands :

3) Cross verify required GraphQL modules are enabled

Ensure the below GraphQL modules are enabled as Hyvä uses Magento default GraphQL.

To check modules are enabled, run below command :

To enable disabled modules, run below command :

4) Disable unsupported extensions

Dotdigitalgroup_Enterprise Dotdigitalgroup_B2b modules need to disable only if you are running adobe commerce enterprise edition, else you can remove from above command.

5) Install Hyvä checkout module

  • for luma based checkout :
  • for react based checkout :
  • for Hyvä One Step Checkout (works only if purchased)

6) compile tailwind Styles for Checkout

To generate the styles using Tailwind CSS, replace the path vendor/hyva-themes/magento2-default-theme/web/tailwind/ with the path to your theme’s web/tailwind folder.

Once setup above paths,

Run the following commands:

https://docs.hyva.io/hyva-themes/getting-started/index.html

https://www.hyva.io/hyva-checkout.html

https://docs.hyva.io/hyva-themes/faqs/hyva-contribution-guideline.html

That’s it, you have now successfully installed and configured Hyvä theme for your storefront.

People also searched for

  • Complete Guide to Installing Hyvä Theme in Magento 2 for Beginners
  • Hyvä vs. Luma: Why Hyvä Theme is the Best Choice for Magento 2
  • Top 5 Benefits of Using the Hyvä Theme in Magento 2
  • How to Set Up Hyvä Checkout for Magento 2: A Step-by-Step Guide
  • Optimize Your Magento 2 Store: Hyvä Theme Installation and Configuration
  • Hyvä Theme Performance Boost: Installation Tips for Magento 2 Developers
  • Hyvä Theme Troubleshooting: Common Issues and Fixes in Magento 2
  • Best Practices for Installing Hyvä Theme and Tailwind CSS in Magento 2
  • Magento 2 Hyvä Theme: Prerequisites and Installation Guide
  • How to Customize the Hyvä Theme in Magento 2 for a Unique Look

You may also like,

Store Emulation in Magento 2

How To Change The Admin Startup Page In Magento 2

How to create your first custom module in Magento 2?

Leave a Reply

Your email address will not be published. Required fields are marked *