how to get rid of decimal price

browny.m

No avatar

2009-02-16 17:16

I use Quick Cart v3.0 , how to get rid of decimal price.

I try old sugestion of this board but it doesn't work

Thank you

» Quick.Cart v3.x

beholder

Avatar: beholder

2009-02-16 21:48

try this:

1. core/common.js, in changePriceFormat() modify line:
sPrice = sPriceFull+''+sDecimalSeparator+''+aPrice[1];
to:
sPrice = sPriceFull;


2. in core/common.php modify:
function displayPrice( $fPrice){
return number_format( $fPrice,0,'', '' );
} // end function displayPrice


3. in templates/orders_form.tpl change:
<td id="carrierCost">
0
</td>

beholder

Avatar: beholder

2009-02-16 21:49

BTW, it doesn't round, it DELETES the decimal price for customers - although in administration it will be still shown (and the shop owner will still count with it).

reklam

Avatar: reklam

2011-10-20 12:00

I don't want to see it in admin panel too. There is any solution

about us | contact