Menu

Post image 1
Post image 2
1 / 2
0

Contributing to Magento 2 Open Source: Product Export from Admin Grid

DEV Community·Sanjeev Kumar·24 days ago
#f8Is6BxM
Reading 0:00
15s threshold

As developers, we often come across small gaps in software that can improve day-to-day work. While working with Magento 2, I noticed that exporting products directly from the product grid mass action was missing. To contribute to the Magento 2 open-source community, I created a Magento 2 extension that adds product export options directly inside the admin product grid. What problem does it solve? In Magento 2, filtering products in the admin grid is common. However, exporting only filtered or selected products is not straightforward. This extension makes the process easier by adding export options directly to the Products Grid Mass Actions. Features The extension adds two new mass actions: 1. Instant Export Product(s) This option immediately downloads the filtered or selected products. Useful when: You need a quick export You want to download products instantly You are working with a smaller product set 2. Export Product(s) This option adds the export task to Magento’s default export queue.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More