My problem is similar to this question
but I tried the solution with no joy. I had all configurable products in my magento shop at the moment and the catalog/product/view.html file is modified according to that. However I want to add few simple products and I need a different view.phtml file for those. I tried doing the layout update in product like it mentioned in the question above.
I also tried the solution to do the layout update in the category and setting 'apply to products' to yes but still can't manage to fix it. Everything(header,sidebar,footer) loads apart from the contents of the new view file.
However if I do the layout update with <template>catalog/product/view.phtml</template>
it loads the view.phtml file. What am I missing?