Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices not being displayed


Guest

Recommended Posts

Posted

Did you created a new default currency?

In the edit did you put 1.0000000 as the value and then click on update currencies button ?

and in the catalog/includes/languages/english.php around line 36

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$

 

define('LANGUAGE_CURRENCY', 'USD');

Change it to whatever you need

 

HTH

The_Bear

  • 2 years later...
Posted
Did you created a new default currency?

In the edit did you put 1.0000000 as the value and then click on update currencies button ?

and in the catalog/includes/languages/english.php around line 36

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$

 

define('LANGUAGE_CURRENCY', 'USD');

Change it to whatever you need

 

HTH

The_Bear

 

 

Hi Guys, I've checked other posts on this as well...

- I cleared my cache

- Made sure my default currency in english.php was USD

- My store language currency is set to "false"

- default language is set to English "en"

 

And still the prices are not showing in the cart, but the prices in admin are correct.

 

Everything was fine moments ago, until after I completed the star_products mod. The mod was alright except that it was not showing any prices. Then after I tinkered with the currency, the prices vanished...

 

Help please...

 

Thank you.

Posted
Hi Guys, I've checked other posts on this as well...

- I cleared my cache

- Made sure my default currency in english.php was USD

- My store language currency is set to "false"

- default language is set to English "en"

 

And still the prices are not showing in the cart, but the prices in admin are correct.

 

Everything was fine moments ago, until after I completed the star_products mod. The mod was alright except that it was not showing any prices. Then after I tinkered with the currency, the prices vanished...

 

Help please...

 

Thank you.

 

Have you got the prices showing in the product listing section of the configuration menu in admin?

Posted

Hi Sutikah!

 

All the prices and details are alright in the back end - admin area.

 

I also returned the settings before this happend, but still the same. I just reuploaded my site again and still the same. :c

 

I am using both IE and FF to check the site to eliminate session / cookies concerns.

 

 

Hold on!!! I had the "maintenance mod" running while doing the changes. Turning it off returned the prices, but also my cart is rully uploaded again from the back up.

 

Will try to execute the new mod again.

 

Hope this helps someone as it did me...

  • 4 weeks later...
Posted
Hi Sutikah!

 

All the prices and details are alright in the back end - admin area.

 

I also returned the settings before this happend, but still the same. I just reuploaded my site again and still the same. :c

 

I am using both IE and FF to check the site to eliminate session / cookies concerns.

Hold on!!! I had the "maintenance mod" running while doing the changes. Turning it off returned the prices, but also my cart is rully uploaded again from the back up.

 

Will try to execute the new mod again.

 

Hope this helps someone as it did me...

 

did you solve this ?

 

I had something similar when I started. I only use GBP, and when i removed USD and Euros, prices went to 0.

the solution was to set this

define('LANGUAGE_CURRENCY', 'USD');

to this

define('LANGUAGE_CURRENCY', 'GBP');

 

as has been mentioned above.

Archived

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

×
×
  • Create New...