Magento 2.4.4 has the abandoned cart feature native, under sales/abandoned carts. But it is very limited! I can not automate this and not configure the email. Please, does anyone know how I can translate the email of the abandoned carts? (there is no option inside marketing/email templates and no where […]
Magento
The ui form component works good on “New” action but, if I save this: Then, the edit action shows this: The data is being saved correctly in my custom table after submitting the “New” action. Here is the dynamicRows section of my ui form layout: <container name="attribute_code_container"> <dynamicRows name="attribute_code"> <settings> […]
Can I use the same theme ( Hiddentechie’s Bizkick ) for two stores ( on one Magento 2 installation )? What is the simplest approach for this setup? On this Magento 2 installation, one db, several category tree for different stores one copy of Hiddentechie Bizkick theme inside app/design/frontend have […]
I just start to check PWA studio this week, I have read the following links and Adobe docs. how to create PWA magento 2.4 custom theme? I still feel confusing here. In the Adobe docs, it shows we can create custom theme, https://developer.adobe.com/commerce/pwa-studio/guides/theming/#create-theme-files. In this document, it shows we need […]
In Magento 2.4.5 error Impossible to process constructor argument Parameter #3 [ ] of class MagentoEmailModelTemplateFactory; Class not found?
We noticing since last few months that Magento instances are affecting of malware on the Magento2 sites? For example: health_check.php attack – this file compromised Credit card fields were update with “_hook” post fix Please let us know if someone has more information on such malware attacks. Is there any […]
I created a new validation role (testcaractere_speciaux_street) to eliminate specific spatial characters for the two fields address and address complement in the interface of the add address (customer account). the role works fine in the address field because it contains the “required-entry” class and doesn’t work in the complement address […]
i’m editing a Magento 2 module. If i install the module via composer require, then run all the necessary commands, the module works. If i manually copy the module files from vendor/{vendorname}/{modulename} to app/code/{vendorname}/{modulename}, then uninstall the vendor module via composer+all the necessary commands, then i enable the module present […]
I am noticing in Magento MSI on 2.4.3 that if default source is at quantity 0 item is_in_stock status goes to out of stock irrelevant of whether the other product sources have saleable quantity thats purchasable on front end still. I have 3rd part extensions that rely on the is/out […]