peppos Posted February 5, 2007 Share Posted February 5, 2007 Hi, i'm using a tempate that doesn't have a drop-down menu or flags to change the currency. Is there a module that i could install to use this feature? Quote Link to comment Share on other sites More sharing options...
bkellum Posted February 5, 2007 Share Posted February 5, 2007 Hi, i'm using a tempate that doesn't have a drop-down menu or flags to change the currency. Is there a module that i could install to use this feature? Look in your osCommerce files for the currency.php file located in "includes/boxes/currencies.php". Your template designer may have just "commented out" the code in that file. Also look in "includes/column_right.php" and see if the following code has been "commented out": include(DIR_WS_BOXES . 'currencies.php'); The above code will bring in the currency box that is created in the currencies.php file. This should be enough to get you started in the right direction. :thumbsup: Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.