i have two product pages whose images are different in sizes when they are rendered , even though i have used the media backup from production in local and and all code base are same without any changes , and i have also ran the command – bin/magento catalog:image:resize , […]
Daily Archives: February 21, 2024
When I’m trying to log as a customer from the admin page on my local environment, who’s running on warden, and on my staging. Production work just find. It take a really long time to open. About 2-5 min to open and then it show the message “Fail to get […]
I need to validate a form-key / CSRF Token for a graphql mutation. Is there any way in Magento 2 to validate form-key or CSRF token for graphQl mutation. We know default Magento2 controller already have the fork-key validation functionality but I need to validate it for GraphQl mutation . […]
Hello Magento Community, We’re encountering a challenging issue with our Magento 2.4.5-p5 project, where product prices for approximately 7,000 out of our 800,000 SKUs (all configurable products) unexpectedly drop to 0 (both min and max prices). This problem seems to be related to our indexers, but we’re unable to pinpoint […]
I have a fieldset in my UI component. Depending on certain conditions, I show/hide fields within it. All fields are initially marked as required in the UI component. However, I want to remove the ‘required’ validation when the fields are hidden. if (response.success == true) { $('[name="customer_image"]').closest('.admin__field').hide(); $('[name="kyc_type"]').closest('.admin__field').hide(); $('[name="kyc_proof"]').closest('.admin__field').hide(); $('[name="proof_number"]').closest('.admin__field').hide(); […]
To clarify a solution of enabling “USB” for installing Windows in legacy boot, how exactly is it possible to install Windows 10 in legacy mode? Is it necessary to remove the EFI folder from the ISO for this to work? If possible, looking to select options to enable legacy mode […]
I am designing a resume, using the Swiss design resume template. The only change I want to make is with the 4 columns at the bottom (see screenshot below). I would like to combine the two columns in the middle, to be one large columns, with a 2-column list inside. […]
I have a Windows 10 touch screen computer that needs to have its BIOS upgraded so that I am able to encrypt it using BitLocker. The CPU manufacturer is AMI but the website doesn’t have the BIOS update files, only a tool to do the upgrade. I contacted AMI support […]
I am currently running Debian 12.5 I used the instructions found here to install GNS3 How to install GNS3 on Debian12 Although it was an initial success. I am finding that in order to run GNS3, I have to open a terminal and login with my root account. Navigate to […]