Is there a difference in themes for the Magento Community, Professional and Enterprise editions? If I develop a theme and test it using the Community edition, will it work on the other commercially available editions?

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

Enterprise edition does come with it's own theme, but it is based on the Modern theme from Community. Your problem in developing it only on Community is that you won't be able to predict the layout/format of Enterprise only features such as Gift Cards, etc. You can make some reasonable assumptions, but no guarantees.

I would try to find an instance of EE that you can use to develop in, and then test in CE afterwards.

link|improve this answer
feedback

The system under the EE hood is the same that is in magneto 1.4 series and it will most definitely work to some level. What will not work and is used as default are the functionality that is not in CE edition.

link|improve this answer
Just for reference, the codebases of EE and CE are forked, and have been for some time now. Aside from crossports of bug fixes, there is no guarantee that any of the code development in CE comes across to EE. – Joseph Mastey Nov 25 '10 at 13:41
feedback

They are not the same, and your theme will not work without modification in both editions. Aside from bonus features (which you won't have in community), many of the standard libraries in Magento are not in sync between the two versions, so there is a marked difference in the way that some functions are handled.

Agree w/ Jon that you need to find an EE instance to test on.

link|improve this answer
feedback

Your theme will mostly work on Enterprise and Pro editions, but there will be a lot of places with errors, lacking functionality and visual defects.

As a Magento Core developer I know the EE and Pro themes so I guarantee that :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.