I created a local.css file that works well with this content: .action.primary.tocart { display: none; } However, I want to use it to hide the minicart: <a class="action showcart" href="site here" data-bind="scope: 'minicart_content'"><span class="text">My Cart</span> This is not working: .action.showcart { overflow: hidden !important; width: 1px !important; height: 1px !important; […]
Daily Archives: November 7, 2022
A Magento admin feature that I am developing consists of adding an array of Foo objects to Products. Each Foo is configured by clicking on a “Configure Foo” button, which opens a modal. However, the modal opened is currently shared across Foo objects. If I configure one Foo, then closing […]
I am running into issues when upgrading from 2.3.2 to 2.4. Following the documentation from https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html?lang=en All the pre-requisites installed to perform the upgrade Elastisearch 7.17 has been installed. I know Adobe mentions that Elastisearch 7.6.x is supported by Magento 2.4.0 but the documentation does list Elastisearch 7.x can be […]
I am trying to require my package newly setup in packagist and github in a magento local projet when I run command. composer require anasstouaticoder/magento2-module-instantconfigurationcopy but I am getting this error message [InvalidArgumentException] Could not find a version of package anasstouaticoder/magento2-module-instantconfigurationcopy matching your minimum-stability (stable). Require it with an explicit […]
Is there any way to override .html and js files present in app/design folder from a custom module in app/code ? I was looking to override app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/template/shipping.html and app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/js/view/shipping.js from my custom module in app/code. Any help will be appreciated
On rxvt, and only on rxvt, then when I display text using the ncurses A_BOLD attribute then it’s artificially coloured. Top is gnome-terminal, bottom is rxvt-unicode. Does anyone know enough about the rxvt configuration to know whether I can stop this happening? It does seem to be correctly finding the […]
I was following along in a RHCSA labs course and ran into the following error I can not seem to get past. I know someone else who successfully ran through the installation so I am curious what is going wrong for me. Below I have my Environment information and the […]
I have the SD card from a raspberry buster system, which doesn’t boot anymore but is still readable. How can I get the list of installed packages so that I can check which packages had been installed on that system?
My ssh to a host “sees” one file system; my scp sees a different one. How can this be the case, and how can I fix it. e.g. $ ssh me@otherpc 'ls -l /tmp/media-files.txt' -rw-r--r-- 1 me me 194399 Apr 28 2022 /tmp/media-files.txt $ scp me@otherpc:/tmp/media-files.txt /tmp/ scp: /tmp/media-files.txt: No […]