View Single Post
  #245  
Old 11-13-2009, 10:02 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by BritSteve
My issue has been going on from June this year. CDSEO Links, the version before Pro, breaks the customer reviews. Jon states that he has not received my 5 replies to the helpdesk since June. I gave up trying to get him to fix CDSEO Links, so I decided to avoid the hassle and make it easier for him by dumping the bugged CDSEO Links and upgrading instead to CDSEO Pro.

I appreciate your frustration and sorry we were not able to address this for you. The fix for CDSEO Basic is:

Open skin1/modules/Customer_Reviews/reviews.tpl and find:

Code:
<FORM method="POST" action="product.php?mode=review&productid={$product.productid}">

CHANGE TO:

Code:
<form method="POST" action="product.php?mode=review&productid={$product.productid}"> <input type="hidden" name="productid" value="{$product.productid}">
Reply With Quote