How do you disable reviews completely?
Thanks.
This is a feature we will be adding to the admin menu for v0.8
For 0.7.9, the easiest way is to remove the "write reviews" button on the product pages, and remove the reviews sidebox.
1. Remove the button on the product page
EDIT:
catalog/template/default/content/product.tpl
CHANGE:
TO:
2. Disable the "Catalog Reviews" Module
- Goto Admin area
- Goto 'Extensions->Module'
- Find: 'Catalog Reviews'
- Click the "wrench" (spanner) icon
- Set to disabled.
For 0.7.9, the easiest way is to remove the "write reviews" button on the product pages, and remove the reviews sidebox.
1. Remove the button on the product page
EDIT:
catalog/template/default/content/product.tpl
CHANGE:
Code: Select all
<td align="left"><input type="[color=red]button[/color]" value="<?php echo $button_reviews; ?>" onclick="location='<?php echo $review; ?>'"></td>
Code: Select all
<td align="left"><input type="[color=red]hidden[/color]" value="<?php echo $button_reviews; ?>" onclick="location='<?php echo $review; ?>'"></td>
- Goto Admin area
- Goto 'Extensions->Module'
- Find: 'Catalog Reviews'
- Click the "wrench" (spanner) icon
- Set to disabled.
Who is online
Users browsing this forum: No registered users and 3 guests