Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Languages box and Currencies Box


Guest

Recommended Posts

Posted

Hi. This is probably easy.

 

I know how to comment out the boxes that start with "requires" by adding two "//" to the beginning but the languages and currencies box do not have that line "requires"...

 

How do I comment out the languages and currencies box or eliminate them all together.

 

Thank you for helping me with this awesome program..

 

A. Iber

Posted
Hi. This is probably easy.

 

I know how to comment out the boxes that start with "requires" by adding two "//" to the beginning but the languages and currencies box do not have that line "requires"...

 

How do I comment out the languages and currencies box or eliminate them all together.

 

Thank you for helping me with this awesome program..

 

A. Iber

 

 

In your includes/column_right.php file change

 

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 Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
In your includes/column_right.php file change

 

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');

 

I told you it was easy!!! :-"

 

Thank you

Archived

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

×
×
  • Create New...