Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changes to info boxes


ise

Recommended Posts

Sorry I think I put my post in the wrong section last time!

 

 

Hi I what to change the following can anyone give me advice what I need to do,and files to look in.I am a novice!

 

1.Remove Manufactures box

 

 

2.Move search box up under Categories box

 

 

Thanks

Link to comment
Share on other sites

Look in the includes/column_left.php or column_right.php files and you will see lines of code like

require(DIR_WS_BOXES . 'whats_new.php');

To remove it, just delete it or add a // in from of it. In the case of manufacturers, the code appears as

  if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
 } else {
include(DIR_WS_BOXES . 'manufacturers.php');
 }

You can delete that whole section or use the //. But if you do the latter, be sure to comment out all of the parts.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...