Skip to content

magento man

hyva checkout and mollie payment combination

I have installed hyva / hyva onestep checkout and mollie + mollie/magento2-hyva-checkout so hyva compatibility extension. The design still shows up as old hyva onestep checkout instead of more beautiful mollie . what could be an issue?

Unable to override theme layout block

I am trying to override theme layout block. Layout is on path: app/design/frontend/Codazon/unlimited/default/Magento_Catalog/layout/catalog_category_view.xml Theme is adding its custom block in content container. <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceContainer name=”content”> <block class=”MagentoFrameworkViewElementTemplate” name=”cdz-cat-layout-config” template=”Magento_Catalog::category/cat-layout-config.phtml” after=”-” /> </referenceContainer> </body> </page> Now,… Read More »Unable to override theme layout block