Shockproof Posted June 21, 2005 Posted June 21, 2005 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 :-"
Guest Posted June 22, 2005 Posted June 22, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.