Questions tagged [magento2]
General questions about Magento 2, not specific to a minor version. Use this tag to distinguish from Magento 1. If you have issues with a specific version, please use the appropriate 'Magento-2.x' tag instead. Functionalities between Magento 2 minor versions might differ.
48,011 questions
0
votes
1
answer
18
views
sales_order_place_after event called before stripe redirect to website
I am using stripe for payment and all working fine if stripe payment done on website itself but if stripe is used for redirect to website for payment then the observer is not working as expected.
...
0
votes
1
answer
50
views
Magento 2.4.6 – Fastest way to create configurable products via API? Is a MAGMI-style DB importer safe?
I’m working on a Magento 2.4.6 project where the ERP sends product data to Magento through a custom REST API endpoint.
Our current workflow is slow because Magento’s product creation API (/rest/V1/...
0
votes
0
answers
12
views
After upgrade to 2.4.7-p8 on production at checkout shipping radio button is not visble as selected
Everything is working fine but when I click on select shipping method radio button functionality is working but radio button not display selected
i do not face this issue on Staging environment even ...
0
votes
1
answer
29
views
Magento 2: Product Save Action Taking Too Long in Admin Even with Indexers Set to “Update on Schedule”
I’m facing an issue with Magento 2 where saving products from the admin panel is taking a long time (sometimes 20–40 seconds). This happens even after switching all indexers to Update on Schedule and ...
0
votes
1
answer
15
views
Store Rerdirection Issue in Magento 247
I have created two websites and mapped the base URL of both the websites but for both the websites the issue is getting created that it is automatically redirecting to the default store.
But whenever ...
0
votes
0
answers
24
views
Imported products issue
So im trying to import woocommerce product to magento. Chatgpt converted csv file to magento compatibility. No error or anything, configurable product and simple products were added successfully but i ...
0
votes
1
answer
16
views
Magento 2.4.6: ValueError DOMDocument::loadXML() Argument #1 ($source) must not be empty when rendering notification_area UI component
I'm encountering a critical error in my Magento 2.4.6-p13 installation when the admin panel tries to render the notification area. The error appears in the exception logs but doesn't always break the ...
0
votes
1
answer
37
views
How to fix Magento 2 admin page loading very slow even after enabling production mode?
I am using Magento 2 and my admin panel is loading very slowly, even after switching the store to production mode.
Here is what I have already done:
Set mode to production
php bin/magento deploy:...
0
votes
0
answers
24
views
How to unmute video in page builder slider
I was wondering if it was possible to unmute (and disable autoplay if needed) vimeo videos linked as background inside a slider. Like this basically:
I can see magento rendering the video like this:
&...
0
votes
0
answers
30
views
Hyva Theme: Hyvä Checkout not working with Hyvä Theme 1.4.0
I recently upgraded to Hyvä Theme 1.4.0 and installed Hyvä Checkout.
The installation completes without errors, but the checkout page does not display correctly because Tailwind CSS fails to build.
To ...
0
votes
1
answer
19
views
Checkout totals, the discount applied dropdown is open by default, it should be closed
In Magento 2 checkout page totals, this discount applied dropdown is open by default and it should be closed when loades and open when arrow in clicked.
0
votes
0
answers
18
views
How to get custom field of sage 100 erp api value? [closed]
How to get custom field of sage 100 erp api value?
Anyone can help to get custom fields created in sage 100 erp fields values in customers API ? E.g fields are as udf_abc
0
votes
2
answers
83
views
How to upgrade Magento 2.4.7 to 2.4.8 safely and fix dependency conflicts?
I’m trying to upgrade my Magento project from version 2.4.7-p1 to 2.4.8 using Composer, but I’m running into dependency issues.
Here’s what I’ve tried:
composer require magento/product-community-...
1
vote
0
answers
58
views
HugeRTE in Magento: How to change the displayed editor elements?
Magento now comes with HugeRTE instead of TinyMCE. How/where can we display the editor elements offered by the HugeRTE editor? For example, we want to remove the "Video" element here (the ...
0
votes
2
answers
34
views
Magento 2.4.8 – Checkout page latency after upgrade from 2.4.6-p3
After upgrading our store from Magento 2.4.6-p3 to Magento 2.4.8, the checkout page takes noticeably longer to load (~3–4 seconds slower than before).
We’re using the following stack:
Magento: 2.4.8 (...