Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

helpp.. price is showing $0 for all products


Guest

Recommended Posts

Posted

i checked the database ... the product_price in the product table is still showing the price, i go into the catalog management and the price is showing as well

but when the catalog shopping and click on any product, it show that the price is 0, in fact, even in the main page showing New, Special, etc.

what happened ?? :'(

Posted
i checked the database ... the product_price in the product table is still showing the price, i go into the catalog management and the price is showing as well

but when the catalog shopping and click on any product, it show that the price is 0, in fact, even in the main page showing New, Special, etc.

what happened ??  :'(

 

Check in your admin and make sure you have a default currency.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

right i didnt have a default currency.

now i set one, i refreshed the page, it still showing 0 for all products :'(

Posted

i changed the default currency's code from "USD" to "CAN" , thats why it screwed up!!! now if i change it back to "USD", i see the money again!!

but the problem is... i dont see in USD bo.. :(

Posted
i changed the default currency's code from "USD" to "CAN" , thats why it screwed up!!! now if i change it back to "USD", i see the money again!!

but the problem is... i dont see in USD bo.. :(

have you set up your default currency value to 1.00000000 and then all other currencys to there relevent exchange rates.

 

Here is an a example with the default currency set to GBP.

Your default currency should read 1.0000000000

and then set your other currenceys which need converting from 1xGBP to

 

1 GBP = 1.85610 USD

1 GBP = 1.43209 EUR

1 GBP = 2.41251 AUD

And so on you can find conversions at xe.com

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Posted

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

 

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

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.

Archived

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

×
×
  • Create New...