I am on macOS (12.3.1 Montrey) and I use ZSH. When I press UP Arrow on my terminal/iTerm, it gives me an “alert” sound and then I would have to press it again to go to the previous command. It is like I would have to press my “UP” arrow […]
Yearly Archives: 2022
Here’s the setup: I wrote a VBA macro that can be applied to a report that comes out of our database of all the items in the library. The macro looks at the report, filters the call number by a starting number based on the Dewey number we are looking […]
I have this html tag: <title>c o n n e c t s t h e l e t t e r s i n w o r d s</title> Must Become: <title>connects the letters in words</title> I try this, but doesn’t work: FIND: (<title>)(.+?s+.+?)(</title>) REPLACE BY: 123
Powershell script, on my Desktop screen, that executes commands on files in a certain folder. When I run the script on the desktop, it works, but when I move the script to another location, it doesn’t run and it doesn’t generate anything!. How to make a powershell script work from […]
We had so many serious problems with Magento 2.4.2-p1 and Magento 2.4.3-p1. I am hoping that today released version Magento 2.4.4 will work better for us (to be fair – the issues we had might have stemmed from us using the Magento Migration Tool). I was hoping I could just […]
I’m using Magento 2.4.4, clients reported issues with the items in the cart, and I’m able to simulate by having two carts in different clients’ accounts with the same item that has 1 item in stock. The error message is below. The requested qty is not available How could I […]
I have a category landing phtml, I want to add a this main category name there. This page is main category page, under this main category page, it has few subcategory. I would like to get the MAIN category name in this landing page. But I cannot retrieve it. <?php […]
The website have 12 store views. 6 of them have .html suffix for products while the other 6 doesnt. I am not sure how that happened. I edit the store settings for all of them to have the .html suffix but it is not working even with the magento flush […]
There seems to be an issue with a module I have called Aheadworks AutoRelatedProducts. Basically, the requirejs section looks like this: map: { '*': { 'awArpGrid': 'Aheadworks_Autorelated/js/aw-arp-grid', 'awArpSlider': 'Aheadworks_Autorelated/js/aw-arp-slider', 'awArpSendClickStatistics': 'Aheadworks_Autorelated/js/aw-arp-send-click-statistics', 'awArpAjax': 'Aheadworks_Autorelated/js/aw-arp-ajax' } }, So for example, the awArpSlider alias does not work when referenced, e.g that is referenced […]