I have a problem with my ui components in admin. The Actions always is after “Enabled” column :/ This column should be last. How to change it position? I tired to add attribute sortOrder="XX" to all columns like this <column name="..." sortOrder="...">, but doesn’t work. Yes, I cleaned cache, comment […]
Magento
What is the purpose of the i18n/en_US.csv files within modules? As in… how are they specifically used? I realize it’s for the purposes of translations, but I have tested adding translations for another language (ex: Italian) in an i18n/it_IT.csv file and it translates as expected regardless of if the i18n/en_US.csv […]
In the customer account, right now, if I want to edit my e-mail, or my first name or my last name I also have to write the password. Can anyone tell me, what I have to do to edit those fields without writing the password? Thank you!
I am trying to override the Resource model for the cms page file in the sitemap module my code is <?php namespace MyModuleSiteMapModelResourceModelCms; use MagentoCmsApiDataPageInterface; use MagentoCmsApiGetUtilityPageIdentifiersInterface; use MagentoCmsModelPage as CmsPage; use MagentoFrameworkAppObjectManager; use MagentoFrameworkDBSelect; use MagentoFrameworkEntityManagerEntityManager; use MagentoFrameworkEntityManagerMetadataPool; use MagentoFrameworkModelAbstractModel; use MagentoFrameworkModelResourceModelDbAbstractDb; use MagentoFrameworkModelResourceModelDbContext; /** * Sitemap cms page […]
I am trying to change the text that says “Gift Wrapping for Order” to “Gift Messaging” in the order confirmation email that is sent out. I have figured out where the copy needs to be updated to actually, change it, but I’m struggling with getting my module to work so […]
Inside the magento/module-cms/frontend/layout, I created my selectable xml file and inside of it had this code: I go to my magento admin > cms page > set the custom layout update and there is no changes also tried to clear the cache and still remains. The thing that I’m trying […]
Here I upgrade Magento from 2.4.3 to 2.4.5 so getting a javascript error can anyone help me how can I resolve this error? Can not find out what excatly issue
Currently, we are using the Adobe Commerce Enterprise Version 2.4.3 P1. We are just notified about the Security Updates for APSB22-38. We didn’t find any patches available for these updates.Usually we get patches along with the security update. Does it required to update the Magento version to 2.4.3-p3? Or Can/Will […]
With the upgrade to Magento 2.4.5 from 2.4.2, the old code in an observer class in the custom module to get information about Stripe Payment isn’t working any more. It looks like Magento event sales_order_place_after isn’t able to help with retrieving payment information. I tried several other events including sales_order_load_after […]