OXIDwiki

Themes

From OXIDwiki

Jump to: navigation, search

Wonder where you can obtain themes for OXID eShop or how to create your own theme? Learn more about support for themes in OXID eShop on this page.

Contents

Availability

Themes are being supported from OXID eShop 4.5.0 onwards.

Download, Upload and Sell Themes

  • OXID eXchange: You can obtain mature themes in the online marketplace for OXID eShop extensions. Here you can also upload and sell themes that you developed.
  • OXIDprojects: Some themes are being developed on the community's open source collaboration platform. You can get the latest versions there. Note though that they might not be stable yet.

Develop Themes

  • Tutorials: Learn how to create custom themes.
  • OXIDprojects: We provide a freely available Web-based collaboration platform where you can manage bugs, tasks, source code and more for developing your own Open Source themes for OXID eShop.

Configuring Themes

Switching themes in the administration area is not yet supported in 4.5.0 beta, hence you might want to modify config.inc.php and change this line

$this->sTheme = 'azure';

to

$this->sTheme = 'basic';
Personal tools