Page 1 of 1

Fixed pricing in multiple currencies?

Posted: Wed Mar 31, 2010 2:54 am
by MrCroquet
Our Canadian company does a significant amount of business in USA. So much so, that our primary currency is the US$. Currently, we have our Canadian sales set to be calculated as a percentage of the US$. It doesn't work as well as we'd like.

Ideally, I'd like to have our Canadian pricing fixed so the customers aren't seeing prices like $431.17 It makes more sense that the price would be $429, for example.

Is it possible, in ISC 5.0.6 to set fixed pricing in 2 currencies? Is there a programming work-around if a setting isn't available?

Re: Fixed pricing in multiple currencies?

Posted: Wed Mar 31, 2010 11:18 am
by Painstik
All programing you need is to set round() function on the converted variable...

Re: Fixed pricing in multiple currencies?

Posted: Fri Sep 05, 2014 4:57 pm
by prospektas
Painstik wrote:All programing you need is to set round() function on the converted variable...
Maybe you could describe in more detail how to do it?