Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices Showing as 0


dave249

Recommended Posts

Posted

hi, have just removed USD from my admin page as only want Euros, so set the exchange to 1.00000000 for Euros and now all my prices have defaulted to Zero - have entered a new product and in the preview the correct price is showing but not when viewing the website - any ideas please

cheers,

dave

Posted

You need to make the EUR your default currency in Admin because you deleted the USD which is the default currency when OSC is installed.

 

You also need to do this:

 

look in catalog\includes\languages\english.php and make

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'USD');

 

this

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'EUR');

Posted

Hi thanks for your reply, had changed Euro to default currency and did the amendments that you advised but still no joy - just added another product but still shows 0

Posted
Hi thanks for your reply, had changed Euro to default currency and did the amendments that you advised but still no joy - just added another product but still shows 0

You did the change for all language files? catalog\includes\languages\yourlanguagefiles.php

 

Was it working properly for USD?

Posted

Hey Leslie, thanks for your time with this, managed to find problem it was in Admin My Store setting default language currency to true, did this and now shows up - my search wasnt working earlier on this site so couldnt do bit of hunting arounf but seems ok now

 

thanks again

dave

Posted
Hey Leslie, thanks for your time with this, managed to find problem it was in Admin My Store setting default language currency to true, did this and now shows up - my search wasnt working earlier on this site so couldnt do bit of hunting arounf but seems ok now

 

thanks again

dave

No problemo, that is what the forum is for.

 

Mine is set to false, and use AUD as the default, and it displays in AUD. I guess it is because I have a few currencies installed.

Archived

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

×
×
  • Create New...