10 or more phones order

Pietro "m0nt0" Montorfano monto84 at gmail.com
Mon Apr 28 08:13:04 CEST 2008


Well, may be that i missed the answer but someone asked if  the discount 
and the extra stuff are applied only to the 10 pack or it could also be 
a 12 pack?
So to let you understand the condition is:

if (phones_ordered == 10)
	do_the_10_pack_trick();

or it is something like:

if (phones_ordered >= 10)
	do_the_10_pack_trick();

? :D

Cya

Pietro




More information about the community mailing list