one more > Change Price 1000000 to 1.000.000

syuga

No avatar

2006-04-16 22:09

I want to change format price ex: 1000000 to 1.000.000 how do it ?

thank's for answer

syuga

No avatar

2006-04-17 05:40

treewood can help me .. ?
I have change core/other.php, but not work in fSummary

if( !function_exists( 'tPrice' ) ){
/**
* Return price format
* @return float
* @param float $fPrice
*/
function tPrice( $fPrice ){
return number_format($fPrice,0,',','.');
} // end function tPrice
}

treewood (OpenSolution)

Avatar: treewood

2006-04-17 09:12

syuga - You should change js/ordersCouriers.js and function fix() in js/standard.js

stevo

No avatar

2006-09-08 02:13

please can u tell us treewood exactly what we have to change in OrdersCouriers.js and standard.js.

anyway, thank's 4 all ;)

ts3s_vinh

No avatar

2006-09-13 07:25

change js/ordersCouriers.js and function fix() in js/standard.js ? more! Understand?

robocap.user@gmail.comrob

No avatar

2006-11-25 16:38

what means change js/ordersCouriers.js ????

i`m sorry

please help me
thanks

i want changes 100.00 to 100

thanks
good luck

robocap.user@gmail.comrob

No avatar

2006-11-25 16:51

i underestand

http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=455

vlada83

No avatar

2006-11-25 18:31

i have changed the things in the /other.php
I change return sprintf( '%01.2f', $fPrice );
to return sprintf( '%01.0f', $fPrice );
but nothing happend. Should I change something else too?

Vlada83

5py

No avatar

2006-11-26 00:33

U should change the products price in the stored file db/products.php too
(replace all .00 with nothing after each products price)

Back to top
about us | contact