I’m wondering if the magento 2 import is worth using. Back in M1 this process was just horrible and I remember only a couple thousand products taking over a half hour and then timing out partway through. I switched to “unirgy urapidflow” and my imports only took seconds. However, now […]
Magento
Are there any good configurations that can remind the customer by emailing them to leave a review on their purchase?
i would like to know how to install Magento 2.4.4 starting from the archive with sample data. The archive can be downloaded here: https://magento.com/tech-resources/download#archive-releases While the docs should be here: https://devdocs.magento.com/guides/v2.4/install-gde/prereq/zip_install.html The problem is, that link to the zip install docs redirects to the composer installation docs. So i’m asking […]
I can login into my backend but when I want to select any menu in backend nothing will happen. I notice that when I login in backend the website is always loading. Here the errors of the console: Hope someone can help me how I can solve this. kindly regards […]
I am following this guide for creating the dynamic rows https://devdocs.magento.com/guides/v2.4/ext-best-practices/tutorials/dynamic-row-system-config.html and I want to increase the width of the field. Is there anyway to add the width for the field without using css? Thanks in Advance.
As the title states, I am unable to log in to the default admin user in Magento 2.4 after installation using composer. I have tried changing the password through PHPMyAdmin using the following command: UPDATE admin_user SET password = CONCAT(SHA2('xxxxxxxYourNewPassword', 256), ':xxxxxxx:1') WHERE username = 'admin'; as well as the […]
in my project I have a UI Component written in knockout.js. The problem I’ve encountered is when overwriting ui-select.html even though I don’t have any action anywhere that would cause this, when clicking on the parent it automatically triggers focus on the input. The default events on the parent of […]
Currently I can export all products which is a gigantic mass that timeout or just one product, I would like to export a selection of sku but I have tried thousands of parameters to separate the skus and not find out which parameter is right or if it is possible […]