Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Language and Currency Boxes


ama

Recommended Posts

Open catalog/includes/column_right.php and change

 

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

to

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

 

Sorted! :thumbsup:

Link to comment
Share on other sites

Open catalog/includes/column_right.php and change

 

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

to

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

 

Sorted! :thumbsup:

 

 

 

Thanks So Much

Thank You,

 

Bevery G.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...