Welcome Guest, Not a member yet? Register   Sign In
Shopping cart library and input field formating
#2

[eluser]jmadsen[/eluser]
At first glance, lines 161 & 332 use a preg_replace to strip non-numerics, including decimals.

If you extend & change those to:

Code:
$items['qty'] = trim(preg_replace('/([^0-9\.])/i', '', $items['qty']));

I think it should work for you.


Messages In This Thread
Shopping cart library and input field formating - by El Forum - 05-11-2012, 12:47 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 01:14 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 01:18 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 01:18 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 01:19 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 09:41 AM
Shopping cart library and input field formating - by El Forum - 05-11-2012, 09:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB