Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove countries block on main page.


tccomp

Recommended Posts

Posted

I am trying to disable countries block on main page. I could not find it. I have tries to look in index.php but no luck. Could anyone can help me how to disable countries block I am appriciated.

Thanks

Posted
I am trying to disable countries block on main page. I could not find it. I have tries to look in index.php but no luck. Could anyone can help me how to disable countries block I am appriciated.

Thanks

 

I removed this from my site some time ago, so I can't remember exactly which column it was in, but you should be able to remove the require statement on either the column_left.php or column_right.php found in the catalog/includes/

Posted

Or if you think there is a chance you might want to bring it back at some point... just comment it out.

 

example:

 

  //require(DIR_WS_BOXES . 'reviews.php');

 

 

Just add the // in front of that line to comment out the reviews box. I don't have the countries box in mine either, and I don't know off the top of my head what the actual file name is, but I would guess its 'countries.php'

Archived

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

×
×
  • Create New...