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}">