cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to know if a magento is community or enterprise?

SOLVED

Is there any way to know if a magento is community or enterprise?

Hi,

Our agency just got a new client. Their former agency charged them for Magento Enterprise for their website but now that we have access to websites Magento admin panel we don’t see any signs of the Enterprise. It is seems it is Magento Community. Our client is asking for a proof that their website is running Community not the Enterprise. When a company buys the Magento Enterprise, do you send them an activation key? If so maybe our client can request that key from their former agency. Or is there another way that we can prove the edition of the Magento?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Is there any way to know if a magento is community or enterprise?

You can check magento version is community or enterprise by below way,

 

Just Enter your Url in browser and add magento_version at suffix to url,

https://magento2-site/magento_version

 

Where magento2-site will be your Site URL.

 

Other way is Using,

Composer.json file , Check composer file in your root,

Find 

The second line in a file

 

"name": "magento/project-enterprise-edition",

Below line display version of your magento

 

 

   "magento/product-enterprise-edition": "2.2.2",

You can check using Magento admin panel,

 

Click On Sales Tab from left panel,

If Archive is display in your sub navigation, Its enterprise feature.

magento2-ee-feature.png

 Othter checking Customer segment is not avail

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

4 REPLIES 4

Re: Is there any way to know if a magento is community or enterprise?

Magento Enterprise have various additional features compare to Magento Open source(Community edition).

 

In root directory of Magento 2 there is  composer.json file - Open it - You will see description here for Magento is community or enterprise.

 

So if you have access of Magento admin panel - then check from backend wheather Customer Segmentation, Targeted Promotions & Merchandising,Private Sales,Reward points, Gift Registery options are available or not ? if yes then it is enterprise build .

 

To ensure that you can also check vendor/magento directory if certain modules are their like magento_giftcard , magento_rewardpoitns etc then it is Magento Enterprise build !!

 

Second thing if it is magento2 - then you can also check by passing magento_version parameter after your website domain name like , http:www.test.com/magento_version

 

Also for search engine side - you can see if there is elastic search option is there at backend then it is Enterprise edition build - As elastic search is coming with Default in Enterprise edition.

if issue solved,Click Kudos & Accept as Solution

Re: Is there any way to know if a magento is community or enterprise?

You can check it just simple way

 

Open composer.json file of root folder. You can see description here for Magento is community or enterprise.

 

 

Re: Is there any way to know if a magento is community or enterprise?

You can check magento version is community or enterprise by below way,

 

Just Enter your Url in browser and add magento_version at suffix to url,

https://magento2-site/magento_version

 

Where magento2-site will be your Site URL.

 

Other way is Using,

Composer.json file , Check composer file in your root,

Find 

The second line in a file

 

"name": "magento/project-enterprise-edition",

Below line display version of your magento

 

 

   "magento/product-enterprise-edition": "2.2.2",

You can check using Magento admin panel,

 

Click On Sales Tab from left panel,

If Archive is display in your sub navigation, Its enterprise feature.

magento2-ee-feature.png

 Othter checking Customer segment is not avail

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Is there any way to know if a magento is community or enterprise?

To anyone that can't get the web version to work, add a trailing slash worked for me.

 

http://{your-site-domain}/magneto_version/