Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price Showing as ?0.00


Guest

Recommended Posts

Posted

Hi,

 

I have installed a new copy of the newest version of OSCommerce but I have a problem.

 

When i enter a price for a product (on product entry page) it goes in ok but in the Preview page and in the main public shop it shows as ?0.00 no matter the price.

 

I am thinking it has something to do with setup of taxes as i changed Zones etc to customise them for my shop. I have searched the forums but nothing useful has come up.

 

I have cut down the Countries List and same for Zones. In Tax Zones i have a folder called "All Countries", In Tax Classes I have "Taxable Goods" and in Tax Rates I have

 

Priority: 1

Class: Taxable Goods

Zone: All Countries

Rate: 0%

 

Any ideas guys and girls? I do not want it to add tax to the products I enter btw as the price i am selling does not have tax in it nor will have tax added.

Posted

you have set GBP as default and therefore require to do the same in the catalog/includes/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', 'GBP');

 

If you are using only one currency then you could just Switch To Default Language Currency false in the admin under mystore.

 

do not use the online filemanager to edit the file but download it using an ftp program such as ws_ftp and edit offline then upload.

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.

Posted

I have "Switch to Default Language Currency" set to False currently and yes im just using GBP for my currency and english as the only language available also.

Posted

catalog/includes/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

 

catalog/includes/languages/english.php

[code]// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'GBP');

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...