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/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.
438 -
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.
1466 -
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.
-
https://m.academy/articles/troubleshooting-steps-fix-debug-product-collection-issues-magento-2/
Ever feel like you're on a wild goose chase trying to track down missing products in your Magento 2 collections? I think we’ve all been there before. It's frustrating when you're sure a product exists, but it's nowhere to be found in your foreach loop.
This issue crops up more often than you might think. I've seen countless developers scratch their heads, wondering if they've gone crazy… or if Magento is playing tricks on them.
04 Sep 2024
-
https://www.sdj.pw/posts/magento2-js-components-devtools/
Often when debugging frontend functionality, I find myself reaching for access into Magento Javascript components. To either read the current state or invoke various methods within that component to test return values. But how do we do this? How do we get, lets say, the current quote?
04 Sep 2024