I have a new installation of magento (haven’t gone live yet) and just upgraded to the latest 2.4.7-p2 version. I have followed all the system requirements and upgraded from php v8.1 to 8.3 as required by the magento system requirements. When I was testing the checkout process I was presented […]
Daily Archives: March 1, 2026
I have added a custom product attribute via code, using InstallData.php public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $eavSetup = $this->eavSetupFactory->create(['setup' => $setup]); $eavSetup->addAttribute( MagentoCatalogModelProduct::ENTITY, 'hts_code', [ 'type' => 'text', 'backend' => '', 'frontend' => '', 'label' => 'HTS Code', 'input' => 'text', 'class' => '', 'source' => '', 'global' […]
I have a Vimeo video URL. But, I can’t able to add in my custom page. How to load and play on the custom page?
I am having issues with my company’s Magento test site. The issues are when searching using Elastic search, the resulting page is a blank page. Then, when I look for relevant errors in various logs, I see the following PHP error in the /var/log/httpd/error_log file: [php7:error] [pid 22228] [client xx.xxx.xxx.xxx:xxxxx] […]
My magento 2.3.3 theme provides me single select from same category or attribute. Here if i select a sub category all the other categories will get disappears because it is single select. But i want is a multi select filter where i can filter multiple sub categories and attributes. Like […]
I bought a new Asus RT-AX1800S. In the parental controls section, you can configure the times at which a given device has access to the Internet – but it doesn’t work. The device has access to the Internet at all times regardless of that setting. Does anyone know a work-around? […]
Logon events when you’re not present usually have some windows process as the Security ID and Account Name. Yet I saw logons when not using my laptop with the same data as when I actually logon myself. Some of the data is included below, and it is the same information […]
While working on my wife’s computer, I very stupidly tried to plug a DVD drive into the power supply while it was running. Of course the computer immediately shut down and now will not start. Did I fry the power supply or the motherboard?