decimals in quantity

Taf1938

No avatar

2006-01-17 19:03

Does anyone know how to put decimals in the quantity? I am developing a site that will sell products per the kilo and would like an option for the user to ask for 0.5 kilo, 1.25 kilo etc.
Thanks

treewood (OpenSolution)

Avatar: treewood

2006-01-18 16:15

In Quick.Cart v1.0 edit file: core/orders-ff.php and function dbSaveOrderProducts( ) and change line 139 where is:
sprintf( '%01.0f', $aElements[$aExp[0]] )
to
$aElements[$aExp[0]]

Back to top
about us | contact