This simple helper will help you to display html code of your product options. It works with simple, virtual and configurable products. I believe you can use the same approach for other product types as well.
Getting HTML code for options of configurable products its little different from simple and virtual (well they are more or less same).
Update: for all types in configurable product.
With simple products we have a very “clean approach”.
First we are setting a block for product options, then we add item renderers (template and type) to product options block. And the last step is to take the product, create iteration over options and display it with our product options block.
We are seeing here some nice loose coupling. Nice separation of code.


