i-Central Posted April 9, 2003 Share Posted April 9, 2003 Presently default currency is Australian Dollars. Have added different additional currencies in admin/currencies However cannot get prices on webpage to show other currencies. Please help. :? Link to comment Share on other sites More sharing options...
smiley Posted April 9, 2003 Share Posted April 9, 2003 Hi iCentral, Your Currency Box is not displaying on your site. Therefore a user cannot select a different currency. It has probably been removed or commented out of catalog/includes/column_right.php For languages and currencies to work this should be in catalog/includes/column_right.php - about line 43 if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } For just currencies to work this should be in catalog/includes/column_right.php - about line 43 if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { // include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson Link to comment Share on other sites More sharing options...
i-Central Posted April 10, 2003 Author Share Posted April 10, 2003 thank you Link to comment Share on other sites More sharing options...
smiley Posted April 10, 2003 Share Posted April 10, 2003 Great, Did you get it to work? HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson Link to comment Share on other sites More sharing options...
i-Central Posted April 10, 2003 Author Share Posted April 10, 2003 Neil yes it did www.i-central.com.au thank you very much. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.