Magento 2 Cloud: turn on developer mode
Need to turn on developer mode NOT via command: bin/magento deploy:mode:set developer Need to turn on it via deploy. Does anyone know how to do it?
Need to turn on developer mode NOT via command: bin/magento deploy:mode:set developer Need to turn on it via deploy. Does anyone know how to do it?
I want to convert the city text field in the dropdown field at the admin create order page. I had done the same thing in customer checkout using the Layououtprocessor plugin. Also, I did the thing in Admin customer add… Read More »How Can I add a custom dropdown type field at the admin create order billing form in magento2
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
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
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
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?
i need to export of all my invoices in xlsx or csv format (33K invoices ) What I want is to export the invoice information in the form of columns: customer name, amount, product… Is there a way to do… Read More »Magento 2.3 Export All Invoice In Excel csv or xlsx
Opensearch 1.2 is supported with >= 2.4.3-p2 Does anyone know if I can use the latest version (2.2)? Thank you.
I’m a new to magento and don’t know much about magento, Recently I have installed a custom theme in magento2 and then some products images became broken and some are having images with src=”…/static/frontend/Mgs/claue/en_GB/MGS_Mpanel/images/blank.png” I know about php bin/magento catalog:images:resize… Read More »Magento 2.3.2 > Some products images are broken and some are not loading correctly in frontend
I’ve recently updated a non-production version of a website from 2.4.4 to 2.4.5. The site has a number of configurable products with options for colours etc. The simple products behind the configurables are set to search only visibility whereas the… Read More »Magento 2.4.5 layered navigation filter showing incorrect results