I am just trying to add a custom layout update to one category. When I click in this category on design->layout update xml there nothing happens and there is always “no update” to see. I tried in the main category as well – same issue. Does anyone know how to […]
Magento
Whenever we send off a newsletter with say 10+ links to specific products, our server ends up overloading and our website ends up going down for 5-10 minutes until the server comes back up. The newsletter/email blast is sent off to around 4000~ customers using godaddy. I reached out to […]
I am creating a new grid in Magento 2.4.7 using ui_component and it won’t respect columns sortOrder values. This is column example: <column name="created_at" sortOrder="999" class="MagentoUiComponentListingColumnsColumn"> <settings> <filter>text</filter> <label translate="true">Created At</label> <sortable>true</sortable> </settings> </column> Recent Magento 2.4.* versions do not accept the use of <argument> anymore. As per documentation it […]
We upgraded from 2.4.2 to 2.4.6-P4. Now create customer account is not working anymore. When the form is filled and the button ‘create account’ is clicked only the form reloads. The customer is not added to the database. Can anyone please help how to fix it?
I have a current Magento 2.4 installation and I want to have another store with different categories and products but share customer information, cart, checkout and payments. I want the user to be able to purchase something from either store at the same time, then checkout using a single cart […]
I have upgraded Magento from 2.4.5 to 2.4.7 and it went well. Here are my system details Composer version 2.7.6 PHP version 8.2.12 Here are the steps I followed. cp composer.json composer.json.bak && cp composer.lock composer.lock.bak composer require magento/composer-root-update-plugin=~2.0 –no-update composer require-commerce magento/product-community-edition=2.4.7 –no-update updated composer files section as mentioned […]
Got error “The “sales_invoice_view” block threw an exception, and it can’t be rendered.” Not just sales_invoice_view alot of admin areas when opening says this error. like another one The “adminhtml.cache.container” block threw an exception, and it can’t be rendered. in vendor/magento/framework/View/Element/ExceptionHandlerBlock.php:59
PHP Fatal error: Declaration of MagentoComposerRootUpdatePluginPluginCommandsOverrideRequireCommand::execute(SymfonyComponentConsoleInputInputInterface $input, SymfonyComponentConsoleOutputOutputInterface $output) must be compatible with ComposerCommandRequireCommand::execute(SymfonyComponentConsoleInputInputInterface $input, SymfonyComponentConsoleOutputOutputInterface $output) i am using magento 2.4.3-p1 and composer 1, now when i update composer to 2 and run composer -v it gives me the above error
I have a b2b store running on Magento 2.4.4 trying to block google from indexing only the price from my product page! Is it even possible?