Questions tagged [magento2-enterprise]
Denotes questions related to Magento 2 Enterprise Edition. (This does not include questions for Cloud Edition, which has its own tag)
127 questions
0 votes
0 answers
18 views
Can I disallow b2c features?
I use magento-2.4.5 with magento/extension-b2b: 1.3.4 and magento/module-b2b: 100.3.4 on a multi websites instance. I want one of a website is only for B2B customers. On this website : the invidivual ...
1 vote
2 answers
123 views
Issue in customer edit form new tab custom grid collection in adobe commerce
I have created a customer custom grid with custom collection on customer edit form in magento 2 admin using ui_component method. Used the following steps in order to create this. Page 1 Page 2 Issue ...
0 votes
3 answers
182 views
How to change table column type from Int to Decimal in db_schema.xml file In Magento 2
i'm trying to change the column data type from int to decimal for this table - magento_reward (This table is exclusive for Enterprise edition) for the column called - points_balance , so this is how ...
0 votes
1 answer
62 views
Products still present and searchable on frontend even if disabled on the Backend
Products still present and searchable on frontend even if disabled on the Backend with Magento 2.4.2. Hello, I encountered issues on the product still searchable on frontend even if disabled. Version: ...
1 vote
0 answers
60 views
Options for developing with Adobe Commerce / Gift Cards
I would like to proof of concept an application which uses Adobe Commerce's (Magento Enterprise) Gift Card module via its API. I'm struggling to figure out what my options are for testing against an ...
0 votes
2 answers
240 views
Magento2.4 enterprise cloud programatically create gift card
I have a phtml file in our magento2.4.4 enterprise cloud which I call via url and want to when the page is loaded programmatically generate a gift card. My phtml file which is embedded in a cms page ...
0 votes
1 answer
810 views
Login as a Customer via admin is not showing while edit a customer in magento 2
I am using magento 2.4.5-p1, enterprise edition, when i tried to logged in to a customer account from adminpanel, i am unable to see the button Called "Logged in as a customer". Please help ...
1 vote
0 answers
167 views
Some Inventory modules are missing when magento upgrade from 2.3.6-p1 to 2.4.5-p1
I upgrade the Magento version from 2.3.6-p1 to 2.4.5-p1 for enterprise edition. When running di:compile throws following error. Error: Interface "Magento\InventoryApi\Model\...
2 votes
0 answers
62 views
Magento2.4.5 throws error while di:compile from Inventory module, SourceValidatorInterface not found
I upgraded the magento version from 2.3.6-p1 to 2.4.5-p1 for enterprise edition. While running di:compile, got the following error. Please guide Error: Interface "Magento\InventoryApi\Model\...
1 vote
2 answers
2k views
Magento 2 setup upgrade throwing error . After version upgraded from 2.3.6-p1 to 2.4.5-p1
I got following error while running upgrade command Warning: Undefined array key "inventory_source" in /var/www/html/vendor/magento/framework/Setup/Declaration/Schema/Db/SchemaBuilder.php on ...
0 votes
1 answer
860 views
Deprecated Functionality: rawurlencode(): Passing null to parameter #1 ($string) of type string is deprecated s
I upgraded the magento version from 2.3.6-p1 to 2.4.5-p1 enterprise edition. When I run bin/magento setup:upgrade command throws following error. Deprecated Functionality: rawurlencode(): Passing null ...
0 votes
1 answer
362 views
Disable MSI extensions on Magento Enterprise 2.4.5-p1
I'm trying to disable MSI extensions on Magento enterprise version 2.4.5-p1. I'm using below command for this: php bin/magento module:disable -f Magento_Inventory Magento_InventoryAdminUi ...
0 votes
2 answers
95 views
Newly installed extension's database clashes with the old one
I had the Subscribe now - (Magedelight) module installed manually using the app/code folder. The Magento version was 2.4.3-p3 and I upgraded it to the latest 2.4.5-p1. Also, I needed the extension to ...
3 votes
0 answers
139 views
Category Permission Validation with REST API on Magento 2.4.4-p1 (EE)
We are facing an issue with the "Category Permission" feature. Category Permission validation is not working with REST API. Below are the details: We are facing this issue at the Adobe ...
0 votes
0 answers
157 views
Catalog url are going 404 after upgrading Magento 2.4.4
I am working cloud commerce edition. I have upgraded the Magento version from 2.3.5-p2 to 2.4.4 I have run the upgrade, compile, deploy, indexing and cache commands but the catalog page is going 404 ...