Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price


Guest

Recommended Posts

Posted

Why does the price of a product display as zero in the product listing, as viewed by the customer, yet it is configured to be a real value ? If the customer clicks on the "buy now" button and adds it to cart, when the cart is viewed, the correct price then appears. ;)

Posted

have you changed the default currency in admin

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Currency is showing UK Sterling which is what it should be B)

Posted

Ok i will answer my own question that you have changed the default currency.

 

did you change catalog/includes/languages/english.php

// 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');

to

// 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');

and in admin is

Switch To Default Language Currency false or true

 

If GBP is set as default in admin is the value set to 1.00000000

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Many thanks - it works O.K now.

 

When you said to set the default currency, I didn't find an option within OSCommerce configuration to default the currency to UK Sterling. It simply defaulted to UK Sterling anyhow.

 

However, the change to english.php did the trick in conjunction with setting "switch to default language currency" to true - as you said.

Archived

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

×
×
  • Create New...