Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rgiht_column.php


mbmediablasters

Recommended Posts

Posted

So here's my issue. I am using osCommerce 2.3.1 and I'm trying to edit out the reviews and share product boxes out of the right column. I have read that there is a column_right.php file but sadly i can not locate it. Is there another file i should be looking for?

Posted

Ok so i found a solution to my own question. If you locate the files bm_reviews.php and bm_product_social_bookmarks.php which should be in catalog/includes/modules/boxes you can edit the function isEnabled.

change:

 

function isEnabled() {

return $this->enabled;

}

 

to:

 

 

function isEnabled() {

return $this->disable;

}

 

It should deactivate the reviews and share products boxes.

Posted

Yes you can do that. Or you can log into your Admin, click Modules and then Boxes, and change the settings for the Reviews and Social Bookmarks boxes.

 

You might want to take the time to read the instructions that came with osCommerce 2.3.1. That will likely save you more time than it takes to kludge the code.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Posted

Yes you can do that. Or you can log into your Admin, click Modules and then Boxes, and change the settings for the Reviews and Social Bookmarks boxes.

 

You might want to take the time to read the instructions that came with osCommerce 2.3.1. That will likely save you more time than it takes to kludge the code.

 

Regards

Jim

 

 

I was wondering about this same issue guys, but I cannot find any of the Boxes mentioned above in the Modules listed in Admin, the files in my Cpanel are listed as /reviews.php in both languages and the main folder and /product_reviews.php in languages and in the main folder. From the looks of the code, it appears this is some sort of random function. Any suggestions???

Posted

Anthony,

 

The post by Kymation is referring to your store ADMIN area, not your hosting account cpanel. He is also referring to osCommerce v2.3.1 modules. Previous versions did not function as he described.

 

 

 

 

Chris

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...