Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices not working on the main page


Guest

Recommended Posts

Posted

When i input new products its ok, but when i go to the main page the product is there but no prices at all, there is a "0" where the price is suppose to be and i'm not too sure why

 

i only thing i might think it is, it might be when i install STS4 and started using the sts_template

 

does anyone know how to fix this problem?

Posted
When i input new products its ok, but when i go to the main page the product is there but no prices at all, there is a "0" where the price is suppose to be and i'm not too sure why

 

i only thing i might think it is, it might be when i install STS4 and started using the sts_template

 

does anyone know how to fix this problem?

 

You need to check that the default currency is set in Admin and that the correct code is used in includes/languages/english.php

Posted

Thanks alot Dawn !!

You just save my remaining 2 hair from getting pulled out :)

 

i've added my country currency in admin and i change the includes/languages/english.php for my country currency

for future ref : this is what i done

 

1. When in to admin and added my country currency (NZD)

2. open the includes/languages/english.php

 

=change

 

define('LANGUAGE_CURRENCY', 'USD');

 

=To

 

define('LANGUAGE_CURRENCY', 'NZD');

 

i can't believe it was that simple, thank alot again

Archived

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

×
×
  • Create New...