Tell me how to remove tooltip from the checkout email field. I tried this way app/code/Dv/Tooltip/registration.php < ?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'Dv_Tooltip', __DIR__ ); app/code/Dv/Tooltip/etc/module.xml < ?xml version="1.0"?> app/code/Dv/Tooltip/etc/frontend/di.xml < ?xml version="1.0"?> app/code/Dv/Tooltip/Plugin/LayoutProcessorPlugin.php < ?php namespace DvTooltipPlugin; use MagentoCheckoutBlockCheckoutLayoutProcessor; class LayoutProcessorPlugin { /** * @param LayoutProcessor $subject * @param $jsLayout * […]
Blog
I’m currently trying out the Cloudflare CDN (free plan), but I didn’t notice much in website performance. My server was having “server load” problems and it did stop, but It seems the website’s performance isn’t much better. I believe It’s because of my Magento’s CDN configuration: So, which URL’s should […]
I am trying to track the change in value in a set of cells on a week to week basis. I have a large data set and a “dashboard” that auto-populates when I paste new data every week. I have a set of cells that contains the sums of this […]
I just bought a new AOC C24G1 monitor. I have a Gigabyte GeForce RTX 2060 graphics card. The problem is that the monitor reads the signal only when the image source is switched to D-SUB VGA. I connected the HDMI / DP cable and when I change the image source […]
I have old file server running Server 2008 and I have new file server that will be replaced it running 2012 R2. They’re both under the same AD . I have copied one share already using: robocopy sourceshare destinationshare /mir /sec /secfix It applied permissions to the root share but […]
I use a Logitech M570 Trackball under Windows 10. I want to simply make buttons 4 & 5 send keystrokes for a specific application. For reasons I can’t fathom, the Setpoint software simply cannot do this for this application (Sierra Chart). X-Mouse Button Control however, does it just fine. The […]
I was wondering if it is possible to sum data(I know now you have to use Sum if) if it meets a certain criteria but I was wondering if you had two columns, A and B, where if say B1 is zero when you sumif from a different sheet leave […]
As web developers, the command line is becoming an ever more important part of our workflow. We use it to install packages from npm, to test API endpoints, to push commits to GitHub, and lots more besides. My shell of choice is zsh. It is a highly customizable Unix shell, […]