Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HOW TO ACTIVATE CURRENCIES


i-Central

Recommended Posts

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

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

Archived

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

×
×
  • Create New...