mbmediablasters Posted August 17, 2011 Posted August 17, 2011 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?
mbmediablasters Posted August 17, 2011 Author Posted August 17, 2011 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.
♥kymation Posted August 17, 2011 Posted August 17, 2011 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.
Discountstuffonline Posted August 22, 2011 Posted August 22, 2011 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???
Guest Posted August 22, 2011 Posted August 22, 2011 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.