what kind of compilation error is this? Can i share to you other info? I have Magento 2.4.3 https://ibb.co/sVFd0Nq
Magento
When the customer places an order he received the store credit amount and that amount is shown in-store credit balance. But when I refund the order for that customer at that time store credit amount should be removed from the store credit balance. Instead of removing that amount again, the […]
I added several custom fields in the customer addresses and they get correctly saved in the DB, but after the order is saved, those fields are not saved to quote_address and sales_order_address. I can’t find what is missing, can someone point me in the right direction?
I am trying to load the HTML template in the modal of the admin side in Magento 2 but unfortunately, the HTML template is not rendering in the modal but it’s working outside the modal. I am loading HTML template by using the code <script type="text/x-magento-init"> { "#course-component": { "Magento_Ui/js/core/app": […]
We’re running a wholesale business and would like to send our product stock information of selected products to our customers. In it’s simplest form it could be an automatically emailed csv file with SKU and number of items in stock. I don’t know if I am using wrong search phrases […]
In my Magento2.4.2, customer dashboard I need to display new order first under order history and recent orders using graphql customer query. Below is the query I used to fetch all order data of the customer query { customer { orders( filter:{number:{match:””}},pageSize:20) { items { increment_id created_at grand_total status } […]
Following is the code i used to apply a default filter in Ui component grid filter. <filters name="listing_filters"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="templates" xsi:type="array"> <item name="filters" xsi:type="array"> <item name="select" xsi:type="array"> <item name="component" xsi:type="string">Magento_Ui/js/form/element/ui-select</item> <item name="template" xsi:type="string">ui/grid/filters/elements/ui-select</item> </item> </item> </item> <item name="applied" xsi:type="array"> <item name="entity" xsi:type="string"> 0041 </item> […]
I’m trying to hook Amasty Onestep Checkout to the MGS Claue template and I got a few questions. First of all, when deploying console throws: Compilation from source: /var/www/html/magento/vendor/amasty/module-one-step-checkout-core/view/frontend/web/css/source/mkcss/amcheckout.less Unable to get content for 'frontend/Mgs/claue_test/en_US/../../../lib/css/source/lib/_lib.less' There are two modules for amasty checkout Amasty_CheckoutCore and Amasty_CheckoutStyleSwitcher less styles of amasty module […]
I upgraded the Magento Version 2.4.3, in the Admin Sales-Create New Order, I am getting the error of 2 exception(s): Exception #0 (MagentoFrameworkExceptionLocalizedException): Invalid block type: MagentoBackendBlockOrderCreateForm Exception #1 (ReflectionException): Class MagentoBackendBlockOrderCreateForm does not exist But when I search this block in my App-Code, I don’t have any block used […]