I have created custom layout as below created 3-columns-double-footer.xml file inside Magento_Theme/page_layout folder <?xml version="1.0"?> <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd"> <update handle="3columns"/> <referenceContainer name="page.wrapper"> <container name="footer-bottom" as="footer-bottom" after="footer" label="Footer Bottom" htmlTag="footer" htmlClass="page-footer-bottom"> <container name="footer-bottom-content" as="footer-bottom-content" htmlTag="div" htmlClass="footer content" /> </container> </referenceContainer> </layout> and also created layouts.xml file inside Magento_Theme folder as below […]
Magento
Our website is on Magento 2.4.2 and it runs on PHP 7.4. We also have different third party modules running with older versions. Anyone please help how to update to Magento 2.4.5 p1 which supports PHP 8.1 (is this mean which doesn’t support PHP 7.4?) but the server is currently […]
We set the “Add Store Code to URLs” option to Yes, so now our store URL’s looks like: https://www.example.com/en/ https://www.example.com/de/ https://www.example.com/fr/ And by default Magento redirects the url without the last slash to the url with a slash. So https://www.example.com/en redirects to https://www.example.com/en/ How can we disable this? We want […]
I’m trying to install a store but I have an error related to the setup made with MySQL as the search engine, which isn’t supported anymore. Your current search engine, 'MySQL', is not supported. You must install a supported search engine before upgrading. See the System Upgrade Guide for more […]
I’m confused. I’m querying categories and tried to add id field but it says it’s deprecated and suggested to use uid instead. But to get products we need category id, when I tried to use uid it doesn’t work. Anyone any ideas?
I have faced issue after issue with the Magento 2 software that entails me having to do patch after patch. My most recent issue is with the inventory feature. I have turned on inventory management, run cron, and memory/storage looks good. But here is the issue. Assume I have twenty […]
So, I have 4 categories in magento store. Each category have two sub-categories, (Essential products, Additional products). I want to sort products according to those sub-categories, “Essential Products” should come first. And I also Want to display the category name on top, so when the “Additional Products” start I want […]
Easy question: How or where do I change the decimal separator in de admin html area? Is it even possible? It is set to a dot. I want to change it to a comma so the below error message disappears. In frontend area everything is fine.