I have 2 GPUs in my Windows 10 PC: Intel HD Graphics 4600 (On Board) NVIDIA GeForce GTX 1060 6 GB To allow for a better distribution of graphics performance, I changed the Windows graphics setting to force the Intel GPU to always be used when using Chrome, to relieve […]
Monthly Archives: May 2024
I have a b2b store running on Magento 2.4.4 trying to block google from indexing only the price from my product page! Is it even possible?
I created mixin. When I comment out “confirm({})” in core sidebar.js it works as expected, but my mixin doest work. It does’t remove popup. requirejs-config.js: var config = { config: { mixins: { 'Magento_Checkout/js/sidebar': { 'Magento_Checkout/js/sidebar-mixin': true } } } }; Created js/sidebar-mixin.js define([ 'jquery', ], function ($) { 'use […]
I’m having an issue with a discount cart price rule for bundle products. To understand the issue you might want to know we mostly sell USED hardware. The NEW products are not sold much and not much on stock. I want to give customers a 20% discount for certain bundle […]
When we use Login as Customer for any customer from the admin panel it will redirect to frontend able to view all the pages for the particular customer and it is working. But the banner is not showing when navigating to any custom module as shown in the below picture. […]
I have a simple store running on Magento 2.4.6 p2, with guest checkout disabled. I have added Google captcha on registration as well as login form. Still, once in a while, I receive spam orders like this. I am unable to find where the vulnerability is on site. How to […]
I have been having intermittent spikes in response time with HTTP(S) traffic on WiFi that last varying amounts of time. (Or at the very least HTTP(S) traffic, I do not notice it with Spotify for example.) This has only been happening since I moved from Debian 11 to Debian 12, […]
I use adblock. Somesites will bounce through a few servers to see if I’m logged in and do some prep. Sadly it is very hard to ‘allow’ the sites. IE I go to a site, there is a green hand (allowed domain) I click login and it flashes a red […]
My home network is behind CGNAT, I don’t get any public IP address. I want to access my home network via Wireguard from mobile clients. Home Router <----Wireguard----> VPS (Tunnel "A") Home Router <----Wireguard-----(VPS)----> Mobile Client (Tunnel "B") Home Router and VPS has OPNSense installed. Tunnel “A” is already up […]