Error: Class “DOMDocument” not found in /home/…./public_html/vendor/magento/framework/Xml/Parser.php:35
Only one site on the server is having this error. Any ideas how to fix it
Only one site on the server is having this error. Any ideas how to fix it
Magento 2 Mailchimp Guest customer fields are not synced with Mailchimp after the order is placed. We are using Magento 2.4.5-p1 version and the Mailchimp version is 103.4.50 Except for Guest email other fields are not synced for Guest customers.… Read More »Magento 2 Mailchimp Guest customer fields are not sync on Mailchimp after order placed
help me to find this file before running the command ((sudo php bin/magento setup:di:compile))
I tried getting the checkout fields attributes which are included with the Swissup Firecheckout … the developer said its possible with $order->getExtensionAttributes();. So I created some throw away code to test, like this: $orderId = 12345; $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $order… Read More »Getting order extension attributes from Swissup Firecheckout?
I’m trying to update some products using the import file. I Realized that one attribute is not updating. I noticed this attributes is backend_type = static. This is related to the problem or can be something else? Thanks!
I’m trying to override the next files: vendor/magento/module-backend/Block/Dashboard/Sales.php vendor/magento/module-reports/Model/ResourceModel/Order/Collection.php What path I need to create in a Module to override those files? I tried app/code/Vendor/Module/Block/Dashboard/Sales.php app/code/Vendor/Module/Magento_Backend/Block/Dashboard/Sales.php app/code/Vendor/Module/Model/ResourceModel/Order/Collection.php app/code/Vendor/Module/Model/Magento_Reports/ResourceModel/Order/Collection.php none work. Thanks
I have added a custom block below the Order Grand Total at Cart and Checkout pages. That block contains some additional totals information that is calculated on run-time based on the grand total amount. The problem I am facing is,… Read More »Reload custom totals block
I was wondering how I can find the full path to a component/form field on the checkout? For instance, let’s say I wanted to add some custom validation to a new field I have added on the checkout (within the… Read More »Magento 2 – How to find layout path for a form input checkout_index_index.xml
i’ve added textbox field if shipping method is freeshipping based on the shipping method textbox functionality working fine. but i want to make that field required which is not working here is my code checkout_index_index.xml <referenceBlock name=”checkout.root”> <arguments> <argument name=”jsLayout”… Read More »Add custom textbox after shipping method if freeshipping selected with validation
I found one table inventory_source_carrier_link which is empty, I do not know why it is empty. We have three sources and stock. Two shipping methods enable: pickup and fixed. How Magento add data in inventory_source_carrier_link table. This table belongs to… Read More »magento 2: inventory_source_carrier_link table empty