Skip to content

magento man

How to change the product detail page to a 2 column layout in Magento 2.3?

I have created a layout XML file for a custom theme which inherits from the default Magento Blank theme: app/design/frontend/<Vendor>/<Theme>/Magento_Catalog/layout/catalog_product_view.xml and set the layout to 2columns-left: <?xml version=”1.0″?> <page layout=”2columns-left” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> </page> Also the setting under: “Stores > Configuration… Read More »How to change the product detail page to a 2 column layout in Magento 2.3?

After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. “Cannot read properties of undefined (reading ‘form’)” error message

After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. When I want to place the order every time I get this error message in the console from jquery.validate.js. : “Uncaught TypeError: Cannot read properties of undefined… Read More »After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. “Cannot read properties of undefined (reading ‘form’)” error message

str_replace(): Argument #3 ($subject) must be of type array|string, float given error after magento upgrade from 2.3.7 to 2.4.7

I have upgraded magento from 2.3.7 to 2.4.7. And one of the graphql query gives below error str_replace(): Argument #3 ($subject) must be of type array|string, float given at /vendor/magento/module-catalog-graph-ql/DataProvider/Product/LayeredNavigation/Builder/Price.php:84) the issue seems fixed when I changed the mentioned line… Read More »str_replace(): Argument #3 ($subject) must be of type array|string, float given error after magento upgrade from 2.3.7 to 2.4.7