You are here:  » Remove review page


Remove review page

Submitted by wesse249 on Wed, 2015-03-25 10:37 in

Hello,

I placed the reviews directly on the product page. So i'd like to remove the stand alone review page of a product.

Is this possible?

www.example.com/review/product.html

Thanks Jan Roel

Submitted by support on Wed, 2015-03-25 10:47

Hello Jan,

Assuming that you've already removed all links and just want to go the final step to ensure that the original review pages are no longer reachable, first of all DELETE the file reviews.php from your installation, and then remove the following rule from your .htaccess file:

RewriteRule ^review/(.*).html$ reviews.php?q=$1&rewrite=1&%{QUERY_STRING} [B,L]

If you also need to remove the "Review this product" links from your product pages, edit html/product.php and look for where you template file displays the "extraHTML" variable, for example from the latest distribution;

<?php if (isset($product_main["extraHTML"])) print $product_main["extraHTML"]; ?>

...and DELETE that code to complete the change.

Hope this helps!

Cheers,
David.
--
PriceTapestry.com