How to guide on checking if your Magento 2 store is safe from the CosmicSting (CVE-2024-34102) exploit. And guidance on how to patch and secure your site if it is not.
10 Jul 2024
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
Maintaining your Magento 2 store is crucial to ensure it runs smoothly and efficiently. Whether you’re updating the system, installing new extensions, or fixing bugs, it’s essential to place your site in maintenance mode to prevent visitors from encountering errors.
Sometimes, you need to know which customer is using the Magento API. This tutorial shows you how to fetch the customer ID from the API header.
31 Jul 2024
This guide shows how to work with GIT in combination with Magento. What files should you include in your .gitignore file?