I'm using 1.5.3 and when I go to compare products, it gives the option to view the Product Comments for each product being compared. But when I click on the View Reviews link it just refreshes the page. I'm using the default Product Comments module and I found the coding in the the default files- not template files.
The code is in modules/productcomments/products-comparison.tpl
{if isset($product_comments[$id_product]) AND $product_comments[$id_product]}
<a href="#" rel="#comments_{$id_product}" class="cluetip">{l s='View Reviews' mod='productcomments'}</a>
I'm assuming it's the href="#" portion because that's obviously a blank place holder, but I'm unsure what should go there in order for it to call to the correct product comments for each individual product.
Any ideas?
Thanks in advance!
website is www.thesafetycollar.com if you need to see for yourself.