Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting Manufacturers box


31master

Recommended Posts

I want to delete the Manufacturers, Move the quick find box on top of the shopping cart box , and also move the information box to under the Currencies box. how will I go about doing this I use to know but forgot.

Link to comment
Share on other sites

I want to delete the Manufacturers, Move the quick find box on top of the shopping cart box , and also move the information box to under the Currencies box. how will I go about doing this I use to know but forgot.

 

 

go to

 

catalog/includes/column_left.php

 

look for

 

include(DIR_WS_BOXES . 'manufacturers.php');

 

and change to

 

//include(DIR_WS_BOXES . 'manufacturers.php');

 

this should work.

Link to comment
Share on other sites

go to

 

catalog/includes/column_left.php

 

look for

 

include(DIR_WS_BOXES . 'manufacturers.php');

 

and change to

 

//include(DIR_WS_BOXES . 'manufacturers.php');

 

this should work.

 

where will i find catalog it does'nt show in file manager

Link to comment
Share on other sites

Its the main folder if you are in file manager hit reset and go to includes/

Thank You Thank You so much You are awsome. It actually worked. Oscommerce is more complicated than I thought. You would'nt happen to know how to move Quick find box ontop of the shopping cart box and the information box under the currencies box. Here's a look at the site tell me what you think also. http://mastercoelectronics.com/OsCommerce/

Link to comment
Share on other sites

Thank You Thank You so much You are awsome. It actually worked. Oscommerce is more complicated than I thought. You would'nt happen to know how to move Quick find box ontop of the shopping cart box and the information box under the currencies box. Here's a look at the site tell me what you think also. http://mastercoelectronics.com/OsCommerce/

 

 

I'm new to php I have no idea how to do that, I knew how to do because I had the same problem. I got help! now I pass it on. thank you!

Link to comment
Share on other sites

I'm new to php I have no idea how to do that, I knew how to do because I had the same problem. I got help! now I pass it on. thank you!

Thank You any way, Thank You very much, so that's how this works when some els has thesame problem now i can pass it on too thanks a million.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...