4,976 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
28
views
How to correctly add TrustedShops tracking on Magento 2 Thank-You page?
I am implementing TrustedShops Checkout Review Collector on the Magento 2 success/thank-you page.
TrustedShops requires sending order details including:
Order number
Customer email
Order total
...
1
vote
0
answers
83
views
Magento 2 SSO Login: "login_redirect" cookie created on first login, forcing repeated login on checkout
I’m integrating a custom SAML-based SSO module with Magento 2.
The SSO login works, but I’m facing an issue specifically during the first login after the user arrives via SSO
After SSO login, when the ...
1
vote
1
answer
78
views
Infinite loop detected, review the trace for the looping path
In Magento log files or newRelic, I get the error:
"Infinite loop detected, review the trace for the looping path".
By checking the stack, I found it have relation with the "customer/...
0
votes
0
answers
82
views
How to integrate v3 invisible recaptcha to Magento 2.4.6 search
I have integrated recaptcha in search form but the issue is when user directly hit the search url like catalogsearch/result/?q=ring, there also i have integrate recaptcha. Please suggest some method. ...
0
votes
1
answer
76
views
Magento error on static-content:deploy -f
I'm getting this error Unexpected input in styles-l-temp.less
frontend/Pearl/weltpixel/en_US 2964/3067 ===========================> 96% % 3 secs
Compilation from source: /opt/...
-4
votes
1
answer
61
views
Magento getting array to string conversion error when trying to add custom attribute in customer module
I'm new to Magento 2 and trying to add a customer attribute using a Data Patch.
I created the following patch class:
What I Tried:
Using addData(['used_in_forms' => ['adminhtml_customer']]).
...
1
vote
0
answers
70
views
Magento 2.4.8 – CSP error blocking ClickDesk chat widget (custom plugin)
I’m using Magento 2.4.8 and getting CSP (Content Security Policy) errors.
Because of these errors, our ClickDesk chat functionality is not working.
To fix this issue:
I created a custom plugin (app/...
0
votes
0
answers
46
views
Mautic 6.0: How does associating a company to a contact work?
I’m using Magento 2.4.4 with the Mautic Extension v2.1.11 integration.
Contact synchronization and field mapping work correctly, but I don’t understand how a company gets associated with a contact.
...
1
vote
1
answer
61
views
How can I select a custom theme in Magento integration tests? [closed]
I am writing an integration test for a Magento action. In the frontend I have selected a custom theme with custom layout files and I get the correct output. But in the integration test the default ...
1
vote
0
answers
99
views
VSCode not recognizing Magento paths in PHP file
VSCode is giving an "Undefined Type" error for the two \Magento\ paths. I installed two Magento extensions (Toolbox, Snippets) but it doesn't help. How do I get VSCode to recognize these ...
0
votes
1
answer
65
views
How to programmatically map Akeneo attributes to Magento 2 custom attributes from a webhook payload?
I'm building a Magento 2 module to synchronize product data from Akeneo PIM using webhooks. My current approach for mapping attributes from the Akeneo payload to a Magento product is hardcoded, which ...
0
votes
0
answers
32
views
Custom indexer not triggered when virtual rule changes in ElasticSuite using mview.xml
I'm working on a custom Magento 2 indexer (Update by Schedule) for ElasticSuite virtual categories, but it's not being invalidated when I update a virtual rule in the admin.
What is missing to trigger ...
0
votes
0
answers
53
views
Magento 2 cache tag varnish
I don't understand the way the handle my cache tag in magento 2.
I have implemented DataObject/IdentityInterface.php for my models wishlist and wishlistitem.
So when I create a wishlist for example I ...
-2
votes
1
answer
36
views
How to fix Magento 2 grouped product upload error?
I'm encountering an issue on my Magento 2 website (https://schottischerkilt.de/) when attempting to upload or save a grouped product. The error message displayed is:
There has been an error processing ...
0
votes
0
answers
84
views
Magento2 database table locking error causing site to go offline several times a day
Several times a day a database insert query runs that seems to take a long time and locks up a table, and this in turn causes our site to go offline (error 503). It does not come back up until certain ...