So I am trying to throw in a little catchy code to the Product Availability section on our Magento product pages to add the the "Availability: In Stock" portion.
If the item is backordered I want to add some additional code. The code is not my problem, I can't find where to put it.
With simple products I simply edit:
template/catalog/product/view/type/simple.phtml
Now one with common sense would presume that a configurable product with children products could be found in
template/catalog/product/view/type/configurable.phtml
But of course with Magento, this would make too much sense. Essentially could someone show me how to edit the availability/price area of the page for a configurable product with children?
Many thanks!