Magento
Fixing PHP 8.2+ Issues in Magento 2 Using AI: Scanning and Refactoring All Custom Code
PHP 8.1 reached EOL on 31 December 2025. Learn how to use AI to scan and fix all Magento 2 custom code for PHP 8.2, removing deprecated dynamic properties safely and at scale.
Debugging production-only issues in Adobe Commerce
Debug Adobe Commerce production-only bugs faster by running Magento locally with a staging database via SSH tunnel, avoiding database dumps and enabling Xdebug.
Why My Magento Patch Didn't Apply – and How PhpStorm Was the Culprit
Magento Admin 2FA Automatically Filled in with 1Password (No More External Tools)
Set up 1Password to autofill Magento Admin 2FA (TOTP) automatically — no need for external authenticator apps. Works seamlessly after initial setup
Dynamically Adding Extension Attributes to Orders in Magento 2: A Flexible Approach
This post explores a flexible approach to dynamically add extension attributes to orders in Magento 2 using plugins and di.xml configuration. This method simplifies customization and enhances maintainability by avoiding core file modifications.
How to Create a Custom Cache Class in Magento 2 with Tests
Learn how to create a custom cache class in Magento 2, implement caching logic, and write integration tests to ensure optimized performance and efficient data retrieval for your custom modules.
Handling Google Analytics CSP Errors in Magento: Temporary Fix via Custom Module
Fix the EU Google Analytics CSP error in Magento allowing all hosts
Customizing Magento 2 Checkout UI Components with Per Website or Store Configuration
Learn how to customize Magento 2 checkout UI components with configuration settings scoped to specific websites or store views. Follow our step-by-step guide to enhance your Magento store's checkout experience.
Step-by-Step Guide to Setting Up a Cart Price Rule in Magento
Learn how to leverage Magento's catalog and cart price rules to create dynamic promotions and discounts. This guide covers setup, best practices, and advanced features, including a step-by-step example with screenshots to help you optimise your eCommerce strategy

