Latest company updates and industry news

Meet Magento Netherlands 2025 🇳🇱 — The Ultimate Magento Event You Cannot Miss

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…
Continue reading

Why Magento-Services.com Is the Leading Hyvä Development Agency in 2025

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…
Continue reading

10 Essential Magento 2 Extensions to Supercharge Your Online Store in 2025

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…
Continue reading

Creating Your First Custom Hyvä Template (Step-by-Step)

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…
Continue reading

Setting Up TailwindCSS & Alpine.js in Hyvä (With Code Examples)

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:…
Continue reading

Getting Started With Hyvä Open Source — Installation & Setup Guide

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…
Continue reading