Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Manufacturers, Languages, Currencies, etc..


mrsocks

Recommended Posts

Posted

Hello,

 

I am looking for the options on how to move, remove, change the size of a number of the boxes on the sides of the main content area.

 

How do I do this?

 

One install of osC that I have used has the check boxes to show/hide these boxes, but I cannot seem to find them in a new (not new new, but new to me) store 0that I am working on.

 

ANy suggestions?

 

Thanks.

  • 10 months later...
Posted

To edit the size and shape you just edit the HTML in the relevant file.

 

 

 

To remove (for example) the Currency and Languages section:

 

--> Go to includes/collumn_right.php on your server.

 

--> Make a backup just in case

 

--> Find the code section below (near the bottom of the page)

 

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
include(DIR_WS_BOXES . 'languages.php');
include(DIR_WS_BOXES . 'currencies.php');
}

 

--> Comment it out with \\ tags as follows:

 

//  if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
//  include(DIR_WS_BOXES . 'languages.php');
//include(DIR_WS_BOXES . 'currencies.php');
//}

 

 

--> Save and upload to server. Job Done. :-)

 

 

If you want to get rid of manufacturers etc, then simly open the collumn_left.php and do a similar act :-)

Archived

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

×
×
  • Create New...