Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Remove?


scorpio33

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...