I want two setup two different version of magento 2 on my local nginx machine, v2.4.2 and v2.3.7 mapped with two different domains. One version(2.4.2) is working fine on my nginx server at port 80 with domain- http://magento.local.in/ folder location /var/www/html/magento. Below is the nginx config file- /etc/nginx/site-enabled/magento (same config […]
Daily Archives: December 5, 2021
I’m trying to change the increment id number in the request, but I’m not succeeding, I have an API that generates a single code, and I already have an observer that retrieves this value for me. now I need to change or make the increment id receive this value from […]
Let me start off with I have tried the most common solutions: Refreshing cache Building static content etc. I am unable to enter the admin panel due to this issue as it’s stuck in an everlasting load screen. It appears that on the user side everything is working fine. [2021-12-04 […]
I have created a custom media_image attribute for the customer entity, Now I want to add upload control at the registration page (I have tried with file upload control). when I upload the image, it shows me message: Class MagentoCustomerModelMetadataFormMedia_Image does not exist. please suggest to me, if any alternative […]
I want the average gain in a column without writing it by hand. this is the reiteration I want to optimize —> [ =AVERAGE(B3-B2;B4-B3;B5-B4) ] what I need to do is take the value of the day subtract the value of the day before and do the avarage of that […]
I have an application that is listening on a predefined port. I have configured it to use port 443, so that the user can just connect to a url. Now I would like to have two instances of them running while still being available through the default port. e.g.: from […]
Input: Desired Result: I am trying to format an excel file so that it removes the “Item”, which is erroneously listed as the first row in the “Description” column, and then combine the remaining multi-row descriptions into a single cell for each unique entry. What might be the best way […]
I have a windows machine with a squid server and VPN client connection(which is not the default gateway) What I want is to redirect some traffic from squid to my default ethernet connection and some to VPN. Ethernet adapter Ethernet: Connection-specific DNS Suffix . : IPv4 Address. . . . […]
So I recently switched from iPhone to Samsung and I have some things on my iCloud account. Every time I want to sign in in a new device, iCloud asks me to use the 2FA thing. Because I now have an Samsung, I can’t sign in. Hence, I’ll have to […]