Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All prices get set to ZERO


Zooomer

Recommended Posts

Posted

All of my prices get set to ZERO !

 

In .... Admin>Localization>Currencies>

 

I have one currecny: "Canadian Dollar(default)"

 

 

Today I click on this and edit the currency code from USD to CAD.

 

 

It updates.... then all store prices get set to ZERO !

Then if it gets changed back to USD... all prices back to normal *whew*

 

 

But I must change this currecny code! ( for a CC processor to work )

 

Ever see this happen ? Is there a reason every price gets set to zero?

Posted

When you have changed the currency in the language file e.g. english.php - then go into admin and click update currencies.

 

You may need to shut all your browser windows then reopen your site to see changes.

Your online success is Paramount.

Posted

Thanks, but thats not addressing my problem. So you can better see what the issue is, here is a screenshot.

 

error.gif

 

(after changing from USD to CAD the storefront then shows 0 for every price on the site )

Posted

have changed the catalog\includes\languages\english.php as Emmett said? Make sure the currency there matches the default. (osc default is USD)

Posted

After doing the steps in the pic, I then did what Emmet suggested and changed this line of code in catalog\includes\languages\english.php

 

define('LANGUAGE_CURRENCY', 'USD');

 

to

 

define('LANGUAGE_CURRENCY', 'CAD');

 

 

but the result is still the same - all of the prices in the store say 0.

If you have any more ideas please poste 'em thanks.

Posted

make sure you close reopen the browser (or clear its cache) so the session is different. Also try from the admin->configuration toggling the "Switch To Default Language Currency" option

Posted
Also try from the admin->configuration toggling the "Switch To Default Language Currency" option

 

 

Enabling this option to "True" works. Thank-you Mark!

Archived

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

×
×
  • Create New...