The latest in Magento land
Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.
Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.
-
https://github.com/elgentos/magento2-varnish-extended
This module aims to add some extra features to the Varnish capabilities in Magento. For now, it adds the ability to set the tracking parameters to strip from incoming requests to increase the hit rate.
-
https://fixnblog.com/create-hyva-child-theme-in-hyva-theme/
To create Hyva child theme in Magento 2, you need to follow a structured process that ensures your customizations are preserved while the parent Hyva theme remains untouched. A child theme allows you to extend and modify the design or functionality without altering the core files of the parent theme. This approach is essential for maintaining compatibility with future updates of the Hyva theme. In this guide, we will walk through the process step by step, providing clear instructions for every part of the setup.
17 Sep 2024
-
https://github.com/graschik/magento-2-admin-ui
This Magento 2 module allows you to use UI components as input for widget and also use new UI components.
-
https://github.com/LBannenberg/magento2-layout-bricks
Modern frontend frameworks embrace reusable components, like buttons, input fields, and cards. And they style them with utility CSS like Tailwind. It's fine to pile a dozen classes on that primary button, because you only have to build it once.
Magento doesn't come with this out of the box. Many templates are huge and if you talk about UI components people make the sign of the cross XML at you.
This package is a way to make things better. To use small anonymous components without hassle. It's heavily inspired by Laravel's anonymous blade components. In Magento, our unit of frontend template is a block. An anonymous block is a brick.
16 Sep 2024
-
https://github.com/outeredge/magento-structured-data-module
This module allows you to quickly add structured data markup (also known as Rich Snippets) to any Magento 2 store by simply installing this module and setting a few configuration options. Hyvä and Breeze compatible.
-
https://www.package-maven.com/
PackageMaven indexes Magento modules and gives you a quick overview of each module. When was it last released? How many GitHub stars does it have? How many installs? What is the PHPStan level?
09 Sep 2024
-
https://blog.bitexpert.de/blog/magento_duplicate_primary_key_problem
In a recent Magento upgrade project for one of our merchants, I encountered a problem with the production database during the setup:upgrade process.
04 Sep 2024
-
https://magentians.wordpress.com/2024/08/26/how-to-csp-inline-script-for-checkout-required-since-june-2024/
Adobe released a security patch in June 2024 which introduced some major changes to how Magento handles Content Security Policy (CSP), and these changes directly impact functionality around the checkout.
Many developers were caught unprepared because Adobe didn’t announce this big change in the release notes.