Re: Re: unregistered user never receive the gift cert

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: unregistered user never receive the gift cert

It's the same PHP rounding bug... the zero total method should use the method of checking values -.01 < x < .01 for a zero total instead of x == 0. Or it could use number_format() to two decimal places... I wonder if I should be doing that instead, too. Sticking out tongue

Gift Certificate Module By: TCS (91 replies) Sun, 11/11/2007 - 18:58