Blog
How far would you go to make implicit dependencies explicit? I’m thinking if you’re hard-coding a class name in another class, you’re actually not using dependency injection. But can such a rule be applied sensibly? Or would it amount to intellectual masturbation with low real-world usage? For example, I was […]
My question might be possibly duplicate of Magento 2 – How to rearrange Customer “My Account” links but I really have no idea why my code is not working as expected My current links order is: My Account My Orders My Downloadable Products My Wish List … … Newsletter Subscriptions […]
How to remake this code in ui jquery widget? There is such jquery code. When you select an item using the checkbox, the item is cloned and added to another block. Tell me how to rewrite it in jquery ui widget since magento uses them to inject js code. Even […]
Full page cache is not working, when switching to developer mode, there is not even a X-Magento-Cache-Debug header
I am trying to understand why in the core Magento functionality search and layered navigation are fine returning parent products when children are a match, but why so many extensions fail to do so. I can see that at index creation the child products of any product with “links” are […]
I have been searching for a free and open source Multiple select Layered Navigation. I found this https://www.magesolution.com/magento2-layered-navigation.html extension which working 100% fine and fulfils my requirement on Blank magento or magento luma theme As u can see i select multiple categories and attributes as well and results is showing […]