Skip to content

magento man

When exporting ‘Customers Main File’ from Magento 2.4.3-p3 the CSV doesn’t appear in the download list, even after relevant fixes

System->Export->Customers Main File, CSV, nothing else changed, Continue. I get the message ‘Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file’ After a long time, 24 hours… Read More »When exporting ‘Customers Main File’ from Magento 2.4.3-p3 the CSV doesn’t appear in the download list, even after relevant fixes

Call custom Admin Controller in magento 2 product edit giving an error, How to call admin controller in Ajax?

I have created a button in product admin image popup by overriding the gallery.phtml. Created the custom js mixin to the product-gallery.js requirejs-config.js (path – Ayakil/ProcessImage/view/adminhtml/requirejs-config.js) file contains like below. var config = { config: { mixins: { ‘Magento_Catalog/js/product-gallery’: {… Read More »Call custom Admin Controller in magento 2 product edit giving an error, How to call admin controller in Ajax?