skip to Main Content

Magento 2 – No Theme after installation

I have installed on a Windows 11 Magento using Xampp, Composer, Elastic Search. The installation went through without any errors. However, when I now go to the URL http://localhost/magento/pub/, I only get the image attached. I then enabled the dev…

VIEW QUESTION

Magento 2 checkout error message translation

I can't translate the top checkout error message "The requested qty exceeds the maximum qty allowed in shopping cart", the item error message translates ok. Where is the location of this piece of code?: <div class="message message-error error"><div data-ui-id="checkout-cart-validationmessages-message-error">The requested…

VIEW QUESTION

Create extension attributes for addComment Magento 2

I need to add extension attributes for core api endpoint -> https://magento.redoc.ly/2.4.5-admin/tag/ordersidcomments#operation/PostV1OrdersIdComments Created below before plugin <type name="MagentoSalesModelServiceOrderService"> <plugin name="set_order_data_plugin" type="NamespaceModuleNamePluginModelOrderSetOrderDataPlugin" sortOrder="1"/> </type> Created extension_attributes.xml file also <extension_attributes for="MagentoSalesModelServiceOrderService"> <attribute code="custom_id" type="string" /> </extension_attributes> While calling api in postman ->…

VIEW QUESTION
Back To Top
Search