Thanks to @Haehnchen, a native PhpStorm plugin for OXID eShop is available, very helpful for anybody developing with this e-commerce framework.
ioly – the new open source module manager for any PHP project
Some developers went to Spain to combine work and holiday recently and got back with an outstanding cool software package, ready to use for OXID eShop but in general usable for any PHP project: the open source module installer “ioly”. Learn more about it in this blog post.
How to Write a Module for OXID eShop: Round the Price on Product Details Page to a Fiver
Learn how to write a very simple module for OXID eShop: round up the price on the product details page to five cent. Simply copy an existing method and overwrite it with your additions.
How to Write a Module for OXID eShop: Display “You will save x %” on the Product Details Page
In this blog post I’ll show you step-by-step how to easily generate a module for displaying content saving on the product detail page of your OXID eShop installation, if you entered a recommended retail price as well as your price. You will also learn how to embed your own CSS and how to make your module multilingual.