Jump to content

Product Comments Link Broke in Comparison


Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...