Quantcast
Channel: Zone-Connect Magento Development UK » catalog.xml
Viewing all articles
Browse latest Browse all 2

why prices not showing on product page for simple products magento?

$
0
0

Why is my prices not showing up on product pages for Magento simple products??

If you have asked yourself that question preciously this maybe a solution for you. More than often this is a theme configuration related issue and especially if you are using a custom theme based on the default theme or default theme itself (which is BAD!)

To fix this, you will need to look for the Layout folder on your custom theme and locate the catalog.xml file.

- Look for a line similar to this one (I would search for product.info.simple)

<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">

- Replace it with this line:

<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">

- Refresh your cache and jobs a gooder again!

Magento Developers UK


Viewing all articles
Browse latest Browse all 2

Trending Articles