Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with price of product


Arciuch

Recommended Posts

Hi!

I have problem with price as i wrote in topic title. I have products which costs for example 5,50zl (zl its currencie in Poland) but in Product lists shows 5,00. I searched everywhere and i cant find where to switch to show cost with noumber after commas. How to solve this problem?

 

Kind regard.

 

P.S. Sorry for my english

Link to comment
Share on other sites

to how many decimal places do you set this to? (i am only guessing here myself ) but i think the default number od decimal places is 2 this should control the out of how the price appears for the product

Link to comment
Share on other sites

2 decimal places

but it doesnt matter how much i have places cuz its not connected with my price i think bcuz i dont know how to show decimal price i rly need for example 5,50 its very important ill be thankful if some1 wise who know how to solve will reply

Link to comment
Share on other sites

In admin>>modules>>currencies>>your currency - make sure that you have 'decimal point', thousand point' and 'decimal places' set correctly - I am guessing that perhaps your decimal place setting is null.

 

Matti

Link to comment
Share on other sites

I had decimal places set on 2 thousand point and decimal point set on "," and it didnt helped still not showing whole price just b4 comma :(

 

ehh now i screw up smth cuz my price is now 0 all products have this price :| o fu** :(

Link to comment
Share on other sites

Make sure that your 'Value:' field has a setting of '1.00'

 

When you enter your product price, use a '.' and not a ',' - it will still display the comma in the catalog (although to me its confusing)

 

Matti

Link to comment
Share on other sites

can you post what the details of what you have for the currency

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.

Link to comment
Share on other sites

sure its:

 

Name: pln

Code:

 

Symbol on left:

Symbol on right:

 

Decimal point: .

Thousand point: .

Decimal place: 2

 

Last update:

Value: 1.00000000

 

Example:

30.00 = 30.00

 

 

 

but dont know why my prices set to 0 ... :(

Link to comment
Share on other sites

sure its:

 

Name: pln

Code:

 

Symbol on left:

Symbol on right:

 

Decimal point: .

Thousand point: .

Decimal place: 2

 

Last update:

Value: 1.00000000

 

Example:

30.00 = 30.00

but dont know why my prices set to 0 ... :(

 

Try this...

 

in

catalog/includes/languages/english.php

 

find

 

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

 

change to

 

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

 

F5

Link to comment
Share on other sites

Yor code must be Code:pln

 

Then you put that in it will work i hope :)

 

 

sure its:

 

Name: pln

Code:

 

Symbol on left:

Symbol on right:

 

Decimal point: .

Thousand point: .

Decimal place: 2

 

Last update:

Value: 1.00000000

 

Example:

30.00 = 30.00

but dont know why my prices set to 0 ... :(

Link to comment
Share on other sites

Set your currency up as follows

 

Name: Zlotych
Code: PLN

Symbol on left:
Symbol on right: zl

Decimal point: .
Thousand point: ,
Decimal place: 2

Last update:
Value: 1.00000000

Example:
30.00 = 30.00

 

set currency as default then in admin set switch to default currency to false

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...