Skip to content

magento man

update with composer

We’ve took over a magento store. Whenever I try to update, I’m getting the following errors: Problem 1 – magento/inventory-composer-installer 1.1.0 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.2.0] but it does not match the constraint. – magento/product-community-edition 2.3.4 requires magento/inventory-composer-metapackage 1.1.4… Read More »update with composer

Magento 2 Class MageplazaLayeredNavigationModelCategoryAttributeBackendAttributes does not exist

I have the following error when trying to access Magento 2. Class MageplazaLayeredNavigationModelCategoryAttributeBackendAttributes does not exist This happen after removed Porto Theme. SmartWave. Mageplaza. can you help me fix it ? I have run the below commands but no success… Read More »Magento 2 Class MageplazaLayeredNavigationModelCategoryAttributeBackendAttributes does not exist

How to override vendormagentoframeworkViewPageConfigRenderer.php in Module

Thanks in advance 🙂 I can confirm the module is working correctly. I have tried adding the following to the di.xml file in my module: <preference for=”MagentoFrameworkViewPageConfigRenderer” type=”VendorModuleFrameworkViewPageConfigRenderer” /> And the following to my Renderer.php file in appcodeVendorModuleFrameworkViewPageConfig: <?php namespace… Read More »How to override vendormagentoframeworkViewPageConfigRenderer.php in Module

unable To Add Contact Form To CMS Page In Magento 2?

I added below info but contact foam not showing app/design/frontend/company/name_theme/Magento_Contact/templates/form.phtml Then, insert the contact form to the CMS page {{block type=’core/template’ name=’contact-form’ template=’contacts/form.phtml’}} Form.phtml code: getViewModel(); ?> escapeUrl($block->getFormAction()) ?>” id=”contact-form” method=”post” data-hasrequired=”escapeHtmlAttr(__(‘* Required Fields’)) ?>” data-mage-init='{“validation”:{}}’> escapeHtml(__(‘Write Us’)) ?> escapeHtml(__(‘Jot… Read More »unable To Add Contact Form To CMS Page In Magento 2?