Another little simple thing I’ve come across. After developing several online stores, the PHP round() function removes zeroes from the end of it’s round if you round to the second decimal point. This is fine but if you have a shopping cart you generally want to keep 2 zeroes on the end. This is easily done with a another PHP function.
