Daily Archives: May 15, 2025
In today’s mobile-first digital landscape, ensuring your Magento store is optimized for smartphones and tablets is no longer optional —… Continue reading on Medium »
Magento 2 continues to serve as a strong foundation for eCommerce businesses aiming for flexibility and growth. But launching a store is… Continue reading on Medium »
The Magento 2 Out of Stock Notification feature lets customers subscribe to get notified when a sold-out product is back in stock. Continue reading on Medium »
I want to turn on automatic invoice uploading on amazon . I am using m2e pro extension and it has that option but it still uploads basic magento invoice instead of my custom one which is created with Xtento pdf customiser. M2E pro SendInvoice is using MagentoSalesModelOrderPdfInvoice pdf = $this->pdfInvoice->getPdf([$invoice]); […]
We are using the LaminasOAuthConsumer class in our custom Magento 2 extension to generate OAuth 1.0a request tokens for Twitter social login. The implementation works fine in Magento 2.4.7, but after upgrading to Magento 2.4.8, it no longer works because Magento has removed the laminas/laminas-oauth package in this version. Previous […]
I’m using Magento 2.4.7 and after upgrading from a previous version, the admin dashboard Orders graph (Sales -> Dashboard) starts out normal but then animates and shrinks into a very small size. This behavior wasn’t happening before the upgrade. Please check following screenshot : You can find a video for […]
I’m working with Magento 2 and I need to configure an admin UI grid so that some rows cannot be selected via the checkbox column (i.e., they’re unselectable in mass actions). Is there a recommended way to make individual rows unselectable based on custom conditions or data in the row […]