views:

359

answers:

1

Hi all, I created new theme and use them for creating product. In view page, I don't see product tags. I review view.pthml in default and know that the tags in "echo $this->getChildHtml('product_additional_data') ", my view.phtml has it too but why it don't display tags

plz, any advice

A: 

Does your catalog.xml's catalog/product_view block define something like this?

<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />

In my Modern Theme store the tags are displayed using the template/tag/list.phtml hint path.

Hope this helps.

Ng