Will modules for OXID 6 CE work in OXID 6 EE?

Hi guys,

I know that there are differences between different OXID editions, but I wanna ask if the module is developed in OXID 6 Community Edition, will it work for OXID 6 Enterprise Edition?

Thank you very much in advance!

Theoretically yes, but you have to make sure that your module works with Subshops.

Normally it works, because OXID EE generates Views for each language and subshops.
So when you always use “getViewName(core_table_name)” in your queries, then it should work in EE also for subshops.
But when you add a new table within your modul, you have to decide and setup if your table should be multishop-aware.

1 Like