Questions tagged [magento-2-commerce]
General questions about the Magento 2 Commerce all version
84 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
233
views
Magento 2 revert an applied patch from Adobe commerce Cloud Environment
I applied a patch locally (adding the ‘QUALITY_PATCHES’ variable to the .magento.env.yaml file and listing the required patches underneath), and it was pushed to staging, where it was applied ...
1
vote
0
answers
185
views
Auto Logout Issue in Magento 2.4.4 when Accessing Review Report – Suspected Source in Controller and Block Files
I'm currently working with Magento Commerce 2.4.4p4, and I've encountered an issue when accessing "Marketing > All Reviews." Upon reaching the review page, it appears that the session is ...
1
vote
1
answer
288
views
How to define array request in GraphQL in magento2
How to define details array in the below request:
query{
results(
id: "56",
details:
{
name: "yamini",
bloodGroup: "AB+"
age:25
...
0
votes
1
answer
49
views
How to get multiple Wishlist name (enterprise feature) by a customer_id
I'm trying to get the multiple wishlist by customer_id, but not work
protected $wishlistCollectionFactory;
--constructor
\Magento\Wishlist\Model\ResourceModel\Wishlist\CollectionFactory $...
0
votes
1
answer
93
views
I want to build Magento extension for enterprise edition. For this how can I setup development environment for enterprise?
I want to build a Magento extension for the enterprise edition. For this how can I set up a development environment for the enterprise? and how can I get an enterprise edition license? Do we need to ...
2
votes
1
answer
103
views
Is it safe to delete images from var/urapidflow/import/images?
I'm trying to free up some space and that directory appears to be massive.
0
votes
1
answer
160
views
Magento continue shopping link to last added product’s category page
I've seen a few similar questions here when i searched but they all pertain to magento 1.
This seems identical do what i want to do..
Redirect "Continue Shopping" Button to the Current ...
0
votes
0
answers
37
views
Magento Commerce Customer registration page field input appear incorrectly
we are currently in the process of setup magento2.3.5p2 commerce, previously we are using the magento2.3.5p2 open source version
After finish setup and installation of magento2.3.5p2 commerce at local,...
0
votes
1
answer
680
views
Configuration missing in magento2.3.5p2 admin panel
I recently downgraded magento commerce from 2.4 to 2.3.5p2 due to having some known issue, but after the change my
Stores > Settings > Configuration
appear only below config
it should not ...
0
votes
1
answer
368
views
Magento 2.4.4 customer grid not working
I've seen this error before and I believe i've fixed it in the past but i can't seem to resolve it atm. So the Argument 1 passed must be of the type array, null given, called in vendor/magento/...
1
vote
1
answer
305
views
How to install PWA in Magento 2.4.4 in windows
I need to install PWA (Progressive Web Apps) in Magento 2.4.4. so can anyone have an idea about it,then please share with me.
Thank you.
1
vote
2
answers
47
views
Can EE Extensions be used for CE?
I've seen a lot of discussion about whether or not CE extensions can be used for EE, but there isn't much in terms of clarification for the reverse scenario.
We're currently on EE and starting a ...
1
vote
0
answers
93
views
Magento 2 : Price Layer Navigation Automatic equalize product count not working
When configure with Backend Stores > Configuration > Catalog > Catalog > Layered Navigation configured for the Automatic (equalize product count).
That wasn't working with vanilla Magento....
-1
votes
2
answers
3k
views
Magento 2: get customers associated with a company
I need to get the customers associated with a company. I have the company ID. Is it possible to get the customers of a company?
0
votes
1
answer
846
views
Cloud installation detected error message while running bin/magento-docker ece-deploy
I'm having a hard time setting up my local Magento cloud environment. I'm following this guide:
https://devdocs.magento.com/cloud/docker/docker-development.html
The exact steps I'm taking are:
...