Dear Users,
My prices on the product page does not show up in 1.4.2.0
To fix this edit the file catalog.xml in app/design/frontend/default/jm_natris/layout
PHP Code:
<reference name="product.info">
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml"/>
</reference>
Change this to:
PHP Code:
<reference name="product.info">
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
<block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
<label>Product Extra Info</label>
</block>
</block>
</reference>
Hopes this help you if you have a problem with this!
Don’t forget to refresh your cache