Guest Posted February 10, 2003 Share Posted February 10, 2003 When I add a price to a product (for. example 2.80 USD) the price is shown in the store as 3.00 USD. Everytime the amount is rounded not shown exactly as I introduced. I also have another curency ROL (romanian curency) and the price are OK. I always put the price in USD and the store make the convertion process from USD to ROL ( 1 USD = 33000 ROL). Thx Paul Link to comment Share on other sites More sharing options...
agtlewis Posted February 10, 2003 Share Posted February 10, 2003 Your store is probably adding tax to the item. There is a way to disable this but I can't remember how. There might be a way to change it in admin. Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 there is no tax activated!!! I'm sure Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 1- make sure in your application_top.php that tax is desable define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) 2- in your admin side of the store admin/localization/currencies make sure in your USD currencies that you have 2 at decimal places HTH Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 Decimal places are 2, and I erase the only tax I had (19%) wich wasn't activated. The problem is the same :oops: Even with this tax activated, (for. example: the price 2.6 USD + 19% = 3.10 USD, not 3.00 USD - wich is shown in the store) the price is not calculated corectly. Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 Now It's OK!!! The default curencies in ADMIN area should be USD, instead ROL (romanian curency). Thx Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.