Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Remove?


scorpio33

Recommended Posts

Posted

Hi,

Will someone please tell me where to go to remove he Languages and Currencies Box, that show on the bottom right of the front page.

 

Thanks

Scorpio

Posted

In catalog/includes/column_left.php

 

From:

include(DIR_WS_BOXES . 'languages.php');
	 include(DIR_WS_BOXES . 'currencies.php');

 

To:

//include(DIR_WS_BOXES . 'languages.php');
	 //include(DIR_WS_BOXES . 'currencies.php');

 

The_Bear

Posted
In catalog/includes/column_left.php

 

From:

include(DIR_WS_BOXES . 'languages.php');
	 include(DIR_WS_BOXES . 'currencies.php');

 

To:

//include(DIR_WS_BOXES . 'languages.php');
	 //include(DIR_WS_BOXES . 'currencies.php');

 

The_Bear

Thank You

Archived

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

×
×
  • Create New...