-
- sachinpawar

-
Total Posts: 3
Joined: 2011-11-01
|
Hello every one i need your help regarding price tag issue,
It\\\’s all about accessing $this->getChildHtml(\\\’product_type_data\\\’) method on another page like category listing page so please help me out.
I want to print price format which is on product detail page as it is on category listing page.
The price on product detail page has following format.
£ 39.99
size: 18.5\\\” - 23\\\” £45.99
This is done by using echo $this->getChildHtml(\\\’product_type_data\\\’) method in view.phtml page , i want to call this function on category listing page.
I need it very badely please HELP.
|