News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

<?php echo $this->product->product_name ?> doesn't work on category/default.php

Started by johk, January 07, 2012, 11:37:29 AM

Previous topic - Next topic

johk

Hi.
In the category/default.php file I am trying to change <?php echo JHTML::link($product->link, $product->product_name); ?> to <?php echo $this->product->product_name ?> but it thows me an error.
Are there any way to show category name without it being an link?
Thanks
J

johk