Guest Posted December 29, 2009 Posted December 29, 2009 Hi All I've been trying to get (Make Reviews Optional) to work http://addons.oscommerce.com/info/5677 However when i set to active on admin, page loads but it don't work and reviews still appears in product info, even though it is set to inactive Can any one help? There are a few mistakes in the install text provided I will just list them anyway, incase anyone else has this problem! Make changes in admin/categories.php add p.products_reviews_optional in the two $products_query = tep_db_query around line 830 Should be add p.products_reviews_optional, in the two $products_query = tep_db_query around line 830 & Make changes in product_info.php Add p.products_reviews_optional to the $product_info_query = tep_db_query on line 85 Should be Add p.products_reviews_optional, to the $product_info_query = tep_db_query on line 85 Many Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.