Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionIs 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?
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.
The system under the EE hood is the same that is in Magento 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.
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.
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 :)
精彩评论