Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mysterious ZERO prices


Guest

Recommended Posts

Posted

I have been adding catalog items to a store for the past 3 weeks and most everything has been working out well. When I went offline yesterday everything was working. When I checked the site today I noticed ALL prices have been set to ZERO (0). Not 0.00 as I would expect if no price was entered during the item creation process but just a single ZERO. The URL is http://www.thehotfish.com if you would like to look at it.

 

Has anyone else ever come across this ?? If so, can you share information about where I should be looking to correct the problem ? I would appreciate it.

 

Thanks

Posted
I have been adding catalog items to a store for the past 3 weeks and most everything has been working out well. When I went offline yesterday everything was working. When I checked the site today I noticed ALL prices have been set to ZERO (0). Not 0.00 as I would expect if no price was entered during the item creation process but just a single ZERO. The URL is http://www.thehotfish.com if you would like to look at it.

 

Has anyone else ever come across this ?? If so, can you share information about where I should be looking to correct the problem ? I would appreciate it.

 

Thanks

Did you change the default currency and put in something other than CAD or USD?

Posted
Did you change the default currency and put in something other than CAD or USD?

 

 

Hi, thanks for the reply. I checked the currencies and they have not been changed. CAD is default and USA is secondary. These two currencies have been the same since the setup of the site.

 

Any other suggestions would be great.................

Posted
Hi, thanks for the reply. I checked the currencies and they have not been changed. CAD is default and USA is secondary. These two currencies have been the same since the setup of the site.

 

Any other suggestions would be great.................

Maybe check

 

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

Posted
Maybe check

 

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

 

 

THANK YOU COOPCO..................that fixed it ! Although I am confused how the file was changed as I didn't make any changes to it.....BUT, I am glad it is fixed.

 

Thanks again

 

OK, I was too quick to reply..............for some reason, when the site first loads all the prices are ZERO. If the user changes currencies or toggles between them than the prices are shown...............now I am really confused

Posted
OK, I was too quick to reply..............for some reason, when the site first loads all the prices are ZERO. If the user changes currencies or toggles between them than the prices are shown...............now I am really confused

It was doing that when I first looked at your site.

 

You may also have to set Admin ---> My Store --- > Default Language Currency to true

Posted
It was doing that when I first looked at your site.

 

You may also have to set Admin ---> My Store --- > Default Language Currency to true

 

 

That was it Coopco, thank you again. I must have toggled that to false when I was in the admin.

 

 

Thanks again

Posted

quote - Maybe check

 

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

 

 

holy crap this worked. I'm floored. This is all very esoteric to me so I was terrified about monkeying around with the php files in my site. But it actually worked! Thank you!!

Posted
quote - Maybe check

 

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

 

 

holy crap this worked. I'm floored. This is all very esoteric to me so I was terrified about monkeying around with the php files in my site. But it actually worked! Thank you!!

Carrie

 

There is usually no problem with changing anything in php, provided you backup your files first.

Archived

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

×
×
  • Create New...