Magento remains one of the most powerful eCommerce platforms on the market, but to unlock its full potential, you need the right… Continue reading on Medium »
Daily Archives: September 13, 2025
I’m new to Magento 2 and trying to add a customer attribute using a Data Patch. I created the following patch class: <?php namespace VendorModuleSetupPatchData; use MagentoFrameworkSetupPatchDataPatchInterface; use MagentoCustomerSetupCustomerSetupFactory; use MagentoCustomerModelCustomer; use MagentoEavModelEntityAttributeSetFactory as AttributeSetFactory; use MagentoFrameworkSetupModuleDataSetupInterface; class CreateQuickbooksInvoiceAttribute implements DataPatchInterface { private $moduleDataSetup; private $customerSetupFactory; private $attributeSetFactory; public function […]
I am making a module Petka/BundleOverride. I want to make a new product type from it. I already made something but, the problem that is doesn’t have “Add Options” under the Bundle Items tab. The element is probably shown only when it senese that, it is bundle product. But I […]
For RedHat flavor of Linux (Feodra, CentOS, AlamaLinux, Rocky, etc), I frequently open a connection to a remote server and open screen software. This retains the last bash command and output from the previous connection. One odd thing I have noticed, if the server is rebooted (or power loss) without […]
I have the following instruction in my .vimrc: set clipboard=unnamedplus With it the yank command (y) copies the highlighted text simultaneously into the internal register and the system clipboard. In Helix the yank command is the same (y), copying the text to the internal register. Whereas y (space+Y) copies the […]
I would like to modify the default colour theme in Alacritty (catpuccin in this case). I have done the following: Populated the ~/.config/alacritty/themes folder with various .toml files from the themes repository. Modified the ~/.config/alacritty/alacritty.toml to include the import and TERM instructions: [window] opacity = 0.98 padding.x = 10 padding.y […]
Similar question to this other Super User post from a few years back. In short, my PC ran into some issues recently and when I finally got it all resolved, it ended up installing a whole bunch of new drivers, including Bluetooth. After doing so, my Bose QC Ultra Headphones […]
Yesterday my cat walked through my laptop (an HP) and magnified one screen (about x4). Today I did the same mis-pressing a combination of Win and a key on the left side of my AZERTY keyboard (the modifier may have been different). I tried everything I could to get back […]