FIX: product page don't show price in Magento 1.4.2.0

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

Attachment 10230Attachment 10231

3 answers

Profile photo of thangnn1510 0.00 $tone February 16, 2011
Public

Dear amirhabil!

We have a plan to upgrade all of our templates to Magento 1.5.0.1 We are checking and fixing bugs and release new versions soon. Please wait.

Regards!

#3

Please login or Register to Submit Answer

Written By

Comments