Meet Magento Netherlands 2025 🇳🇱 is one of the most anticipated Magento events in Europe, bringing together online merchants, solution partners, developers, and eCommerce innovators from around the world. If you work with Adobe Commerce (Magento), this event is your…
In the world of Magento development, speed and performance have become critical ranking factors. With Google’s Core Web Vitals shaping search visibility and user experience influencing conversions more than ever, online stores are actively moving away from bloated frontends such…
Running a successful Magento 2 store requires more than a great theme and product catalog. Extensions play a vital role in improving performance, enhancing user experience, increasing conversions, and simplifying backend management. To help store owners choose the most effective…
In this third part of the series, we build a custom block + template using Hyvä’s lightweight architecture. 1. Create a Custom Layout File Create: app/design/frontend/Hyva/default/Magento_Theme/layout/default.xml Add: <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <body> <block class="Magento\Framework\View\Element\Template" name="hyva.custom.block" template="Magento_Theme::custom.phtml"/> </body> </page> 2. Create…
Hyvä uses TailwindCSS for styling and Alpine.js for interactivity — a much cleaner alternative to KnockoutJS. This article shows how to: ✔ Compile Tailwind✔ Add Tailwind classes✔ Add Alpine.js interactive components 1. Install Node Dependencies Go to Hyvä theme folder:…
Now that Hyvä Theme is Open Source, developers finally have access to a modern Magento frontend framework with unmatched performance.This first article in the series walks you through: System requirements Installation steps Enabling the Hyvä theme Running setup commands Basic…