Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...