Product price not showing on product page

Hello,

A good afternoon. I almost have the website working, but I am missing the product price on the product page, like

http://www.vintage-posters.eu/niki-d…dre-iolas.html

It isn’t showing. I’ve checked in the demo version of the stie (http://www.joomlart.com/demo/#magent…com/jm_painite), and there it’s not showing either. It would be handy for the customer to see the price before adding it to his cart. I hope someone can tell me how to add the price to that page.

Thanks in advance,

Guy

2 answers

Profile photo of Saguaros 0.00 $tone January 9, 2012
Public

Hi there,
Please add this line:

Code:

<?php echo $this->getPriceHtml($_product, true) ?>

into file:

Code:

\app\design\frontend\default\jm_painitetemplate\catalog\product\view.phtml

at approx line 63 (depends on you ).
Hope this helps.

#1

This question is now closed

Written By

Comments