Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zero totals


Slav

Recommended Posts

Posted

Hi, i hope someone can give me a idea where to look at this problem,

i was fixing the zones and taxes for the products for our country, but now every product has a zero amount when you look at it. When i go and create a product it shows the price on the edit page, even it adds the tax, but the minute i go to preview it has ont he top right corner as a ZERO amount. I have created new products, tried changing the exisitng products and everytime the same this all products are zero total. Can some one help me where or what i am doing worng....

http://www.thereikichain.com/shop/index.php]

 

This is the site as you cans ee it has zero for all poducts, where it did have all the prices earlier on, the only thing i did do is create local zones for Australia and then assigned a local zones form the florida one that was in the setup .

 

Thanks Slav

Posted

You changed your default currency to Australian Dollars in your osCommerce admin panel. Now you need to download includes/languages/english.php edit it in a plain text editor like Notepad, and upload the file again.

 

Look for 'USD' and edit to 'AUD' and then your prices will display.

 

Vger

Posted
You changed your default currency to Australian Dollars in your osCommerce admin panel.  Now you need to download includes/languages/english.php edit it in a plain text editor like Notepad, and upload the file again.

 

Look for 'USD' and edit to 'AUD' and then your prices will display.

 

Vger

Great thank you, that is so easy, i mean i sat here for so long trying to work out what i did.. Thanks for that.

Slav

Posted

Hi,

 

I have done as oyu said the only one i could find is this one

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'AUD');

 

I chnaged it to AUD

 

But it is still not showing the prices. :(

 

Slav

Posted
Hi,

 

I have done as oyu said the only one i could find is this one

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'AUD');

 

I chnaged it to AUD

 

But it is still not showing the prices. :(

 

Slav

ok what i had to do is add the USD currency back in then update then things started to work.

Thanks for the help

Slav

Archived

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

×
×
  • Create New...