Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pricing Error


rce

Recommended Posts

Posted

Hi,

I have added GBP (?) to currencies.

 

When I go to add my product. I type in:

 

 

Tax Class: --none--

Products Price (Net): 295.0000

Products Price (Gross):295

 

And in the admin section I can see the price (after I added it) as: ?295.00

 

 

But when I goto the Open section (catalog) All I see it: 0

 

Please help me.

 

I have a screen shot here:

http://vk1.gotdns.com/screen.jpg

 

 

Thanks

Volkan

Posted
Hi,

I have added GBP (?) to currencies.

 

When I go to add my product. I type in:

Tax Class: --none--

Products Price (Net): 295.0000

Products Price (Gross):295

 

And in the admin section I can see the price (after I added it) as: ?295.00

But when I goto the Open section (catalog) All I see it: 0

 

Please help me.

 

I have a screen shot here:

http://vk1.gotdns.com/screen.jpg

Thanks

Volkan

 

try setting this in 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');

Treasurer MFC

Posted
Hi,

I have added GBP (?) to currencies.

 

When I go to add my product. I type in:

Tax Class: --none--

Products Price (Net): 295.0000

Products Price (Gross):295

 

And in the admin section I can see the price (after I added it) as: ?295.00

But when I goto the Open section (catalog) All I see it: 0

 

Please help me.

 

I have a screen shot here:

http://vk1.gotdns.com/screen.jpg

Thanks

Volkan

 

For some reason it sets USD to the default. If u edit the USD setting to the pound sterling dialog then all is good

dave

Posted
For some reason it sets USD to the default. If u edit the USD setting to the pound sterling dialog then all is good

dave

 

well, what is your default currency in admin ?

Treasurer MFC

Posted
well, what is your default currency in admin ?

 

Hi, thanks for the replies.

 

Boxtel, Thanks alot I changed

 

define('LANGUAGE_CURRENCY', 'USD');

 

to

 

define('LANGUAGE_CURRENCY', 'GBP');

 

and it works thanks alot.

 

Volkan

Archived

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

×
×
  • Create New...