price field accepting also characters - NEED URGENT HELP!

liture

No avatar

2006-06-29 09:58

Can anyboydy please tell me how can I force the price field to accept also characters instead of only numbers? I just to have a price called: CONSULT US for some articles

Cheers!

wewior (OpenSolution)

Avatar: wewior

2006-06-29 10:25

from file "templates/admin/products_form.tpl" remowe line:
,Array( 'fPrice', 'float' )
and then in file "core/other.php" in function tPrice change line

return sprintf'%01.2f'$fPrice );


to whatever you want, for example

return $fPrice;



but be noticed that will mess up in basket and orders, so it is only for presentation

Back to top
about us | contact