Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Amateur really needs help - re currency


Guest

Recommended Posts

Posted

Hi guys

 

My company wants to sell their products online - to British users only.

 

I have added Pounds Sterling as a new currency and deleted the rest, with English the only language.

 

I've then changed the option in the config, Set currency to default language, to TRUE - just like it says in the very helpful thread on here

 

But the products still show price as 0... and I have no idea what to do now..

 

Please can a helpful soul help me?

 

Thanks in advance guys.

Posted

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', 'GBP');

 

It would have been better to post in the useful thread you found.

Posted
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', 'GBP');

 

It would have been better to post in the useful thread you found.

 

The useful thread said not to clutter it with replies, but to reference it in a new thread.

 

Where can I find catalog\includes\languages\english.php?

 

It only gives me the options for

 

Categories/Products

Products Attributes

Manufacturers

Reviews

Specials

Products Expected

 

You must forgive me if I sound stupid, I've been plunged far far FAR out of my depth here! I really do appreciate any help you can offer me.

Archived

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

×
×
  • Create New...