Change price 15.00 $ to $ 15

jose

No avatar

2005-02-16 15:18

Change price 15.00 $ to $ 15

thanks

:):):):):)

treewood (OpenSolution)

Avatar: treewood

2005-02-16 20:20

edit templates files and change:
$aProducts[price] $config[currency_symbol]
to
$config[currency_symbol] $aProducts[price]

witaj.net

jose

No avatar

2005-02-18 16:40

thanks man... but the 15.00 -----> 15 no $ 15.00

thanks for your help man ;)

treewood (OpenSolution)

Avatar: treewood

2005-02-19 11:55

then go to core/other.php and change in tPrice( ) function and change
return sprintf( '%01.2f', $fPrice );
to
return sprintf( '%01.0f', $fPrice );

witaj.net

Alejandro

No avatar

2005-12-28 03:32

se que mas de alguien entendera español.

Tengo el mismo problema que el amigo jose, y lo solucione de la misma forma, pero ahora necesita cambiarla al modo del peso chileno osea $5.000.000 , si no me equiboco hay que cambiarlo en fix.js , alguien me puede dar una manito?

Martin

No avatar

2006-01-28 17:51

the second part works, but which "template files" for the first part? - stuffed if I can find it!

wizzud

No avatar

2006-01-28 18:40

... Any template that has a price in it!
In your shop, go to a page, if it has a price on it that you want to re-arrange look at the link, if it contains p=productsList, find the products list template (a good guess would be /templates/products_list.tpl!), if it contains p=productsMore try the products_more.tpl template file. Etc. etc. And don't forget the printed pages.
Its really not that difficult.

[Alternatively, get a decent text searcher, like Examine32 - www.examine32.com - and make life easy for yourself]

Martin

No avatar

2006-01-28 18:49

many thanks - it really had me scratching my head!

MnLGmz

No avatar

2006-05-01 17:37

Epale Alejandro yo tambien hablo español viejo, y tengo el mismo problema, quiero poner el format price tal cual como tu, que muestre las milesimas y los decimales, si encuentras la manera de solucionarlo pls, HELP

MnLGmz

MnLGmz

No avatar

2006-05-01 17:47

donde esta ese archivo fix.js ? dime y yo lo intento cambiar...

MnLGmz

~Bali

No avatar

2006-05-10 06:51

I don't understand
Please step by step comment.

Back to top
about us | contact