Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Currency box


Shockproof

Recommended Posts

Posted

Hey!

 

I have taken over a site using OSC and need to start showing the currency box again. What is the right line of code to include the currency change box.

 

thanks

 

Russ :-"

Posted

This is how it appears by default in /includes/column_right.php (just before the closing ?> tag )

 

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

 

Matti

Archived

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

×
×
  • Create New...