On my checkout on my theme, I have the order summary condensed into a mobile menu when it’s mobile. The…
Magento 2: Scripts and Style Sheets alternative
Is there an alternative for ‘Scripts and Style Sheets’? I ant to add URL links and facebook pixel code into…
Magento 2 category image 404 with store code in url
I have a phtml file in my theme that is added to category page via XML updates tab. I read…
How to get the productCount to display using Sebwite sidebar?
I’m trying to display the product Count next to each category and child category. I’m using $category->getProductCount() but nothing is…
Meteor 2.7 and the new 2FA package
Introducing the new accounts-2fa package, TailwindCSS 3.x support, and more! Right after the 2.7 release, we got some feedback from the…
Magento adminpanel custom Module editor field config
I have created a custom module in the adminpanel where i need to show an HTML editor. The field is…
Magento 2 – Order State Locales not reflected on Front-End
Did anyone managed to “Localize” the Order States (Not Status) in Magento 2 ? Those States are mentioned by default…
Magento adding .html in the middle of url after last category
I migrated all my products and categories (thousands) over from M1 to M2 and persevered all the URL writes. I…
Override third party module customerData class defined in di.xml arguments
I have a third party module that has this class app/code/Vendor/ModuleName/CustomerData/Popup.php and that class is defined in frontend/di.xml file like…
Magento 2 : How to add custom css for adminhtml?
I need to add CSS file for Admin side in my custom module. How can I add this for Admin…