I’m encountering an issue when trying to change a customer’s email address in the Admin Panel (Account Information) in Magento Version 2.4.5-p10 and 2.4.6-p7. Steps to Reproduce: Go to the Admin Panel. Navigate to Customers > All Customers and select a customer. In the Account Information section, try to update […]
Daily Archives: November 23, 2024
I applied a patch locally (adding the ‘QUALITY_PATCHES’ variable to the .magento.env.yaml file and listing the required patches underneath), and it was pushed to staging, where it was applied correctly in our Adobe Cloud Commerce staging environment. Now, I want to revert it. I have successfully reverted it locally using […]
Hello Everyone, I am trying to add a custom status to Magento’s default RMA functionality. I am currently working with Magento 2.4.7-p2 Enterprise Edition. I have explored a few options, but there seem to be many possibilities and dependencies involved in this process. Does anyone have any suggestions, references, or […]
I’m looking for tools to optimize MySQL memory settings, like calculating my.cnf memory usage or tuning parameters (e.g., innodb_buffer_pool_size, query_cache_size). Do you have any go-to solutions that work better or differently than mysqlcalculator.com?
In my ongoing quest to get .po files sensibly under git version control, I have written this script for use in diff and filter-clean: msgcat --no-location --no-wrap --sort-output - | msgattrib --no-obsolete - | grep -Ev '^"POT-Creation-Date|^"PO-Revision-Date|^"Last-Translator|^"X-Generator' Each of the steps accomplishes one crucial function: Refactors and unrelated code changes […]
I need to prevent robocopy from overwriting files in the destination folder if they already exist, I don’t see a flag to do that in the manual.
My Microsoft Office Home and Student 2019 edition has started displaying a 22 inch layout for MS Word (22 cm = 8.5 in). I have two MS Office accounts on one computer. First, Home and Student version. Later, Office 365. I lost my Office 365 account this month and am […]
I’ve tried to make a directory ReadOnly in PowerShell, yet it disappeared instead. How can I get it back to appear in the Explorer? PS C:Usersjaboja> cd .Documents PS C:UsersjabojaDocuments> (Get-Item Nextcloud).Attributes ReadOnly, System, Directory, Archive, ReparsePoint PS C:UsersjabojaDocuments> (Get-Item Nextcloud).Attributes += 'ReadOnly' PS C:UsersjabojaDocuments> (Get-Item Nextcloud).Attributes Get-Item : Could […]