We’re using Novuna PaybyFinance (formerly Hitachi PaybyFinance) version 1.7.1 in Magento 2.4.3-p3 and need to be able to access Novuna’s column 'finance_application_no' which is present in the sales_order column via the Order API. Can anyone guide me on how to do this? Thanks
Magento
I’m trying to programmatically add a row to a dynamic-rows component by extending the dynamic-rows and form components. When an inserted form is submitted, the form data is inserted into the programmatically added row. My code successfully adds a new row, and inserts the data into the input. So the […]
I have a problem when using multiple Inventory stocks. In my Magento 2.4 (2.4.5-p1) instance, there are multiple websites that act as country stores. All countries except one (USA) are supplied from one inventory stock; in Magento this corresponds to the default source/stock. For the USA I created another source/stock […]
I am trying to download the upgrade compatibility tool. Command : composer create-project magento/upgrade-compatibility-tool uct --repository https://repo.magento.com I got below error.
I am running magento 2 in a VM on apache2. I created a new store view for another language of our shop. Main domain: company.com Storeview subdomain: de.company.com Problem: If I go to “http://de.company.com” then I get redirected to http://company.com. I deleted all cookies and flushed the magento cache.
Recently I’ve upgraded 2.3 to 2.4.5 and having following system configurations. php8.1 MySQL 8 Apache2.4 (Also tried with Nginx) Varnish configured I have 16GB ram with 500Gn SSD and i5 processor ubuntu os. My minified profile results are below. magento - 10s magento->routers_match - 6s magento->routers_match->CONTROLLER_ACTION:catalog_category_view - 6s magento->routers_match->CONTROLLER_ACTION:catalog_category_view->action_body - […]
I am working on a custom extension where I need to call an observer when any payment method is selected from the available payment method list on the frontend checkout page. Unfortunately, I didn’t find one, but it seems that I rather need to subscribe to quote.paymentMethod. Can anyone tell […]
I created a custom form to save the data(category – table_category). In the form page i have a grid which shows Faqs related to the category. Currently i am getting all the faqs(table faq), which are not filtered based on categories. I am passing the category id like below to […]
I want to make changes in function estimateByAddressId() which is public method. I tried following : app/etc/di.xml also tried in app/etc/frontend/di.xml <preference for="MagentoQuoteModelShippingMethodManagement" type="VendorCustomModuleModelShippingMethodManagement" /> But not succeed. Can anyone please help.