I am using Magento 2.4.5 and I am trying to create a store configuration. The following code works fine, and the tab appears in the backend: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="mageplaza" translate="label" sortOrder="200"> <label>Mageplaza</label> </tab> <section id="helloworld" translate="label" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1"> <class>separator-top</class> <label>Hello World</label> <tab>mageplaza</tab> <group […]
Blog
I bought an Onn game controller from Wallmart. It’s got two sticks and lots of buttons — the standard Xbox controller. (Unfortunately, I don’t have an exact model number.) It’s advertised as working with PCs and Nintendo Switches. It plugs in with a 10-foot-long USB cable — it doesn’t have […]
1st off it should be noted that I’m not a tech pro & don’t know all the inner workings of computers. So, I work from home on a very nice company provided desktop PC. I was provided a wired headset & mic but that cord DRIVES ME SO CRAZY. It’s […]
I am working on my lab setup and running into issues. I am new to networking and pfsense. I have an instance of pfsense running in VirtualBox hosted on my windows laptop (Laptop1). I have that cabled into a small tplink switch. I have another laptop (Laptop2) plugged into the […]
I accidentally embedded a text box in Excel from legacy tools. I tried to delete it and got the error message “The formula is missing a range ref or a defined name”. All of the tabs and commands are greyed out, and if I try to do anything (even close […]
I have two SSDs: internal and external. On external there is my main Windows, while the second one contains Linux filesystem. From the Linux perspective the external disk has such a partition: EFI – bootable, hidden, has the ESB property (I am not sure about ESB word, but anyways, the […]
I want to apply a rule to my catalog, but if product has special price, I don’t want that rule to be applyed to that product. I have a catalog rule, and on my conditions I have one with “If ALL of these conditions are FALSE Special price is greater […]
Following error occurred on command bin/magento in debug mode warden bebug www-data@marketplace-upgrade-php-debug:/var/www/html$ bin/magento Xdebug: [Step Debug] Could not connect to debugging client. Tried: 172.19.0.1:9003 (fallback through xdebug.client_host/xdebug.client_port). Version of Warden 0.14.1 Operating System and Installation Method Ubuntu 24.04.2 LTS via Brew
I use Magento version 2.4.5-p10 I want show on product card on category page (list and grid) the minimal price for a configurable product when this price has special price. The objective is to show the mention : %special price% Instead of %Original price% In file src/app/code/Custom/Catalog/view/frontend/templates/product/list.phtml at line 303 […]