Maybe it's just that it's late, but can't seem to figure this out. I
want to show a shipping price depending on the amount of purchase. I
thought about using a lot of if() statements, but I know this is not the
best way to go about this.

Can anybody enlighten me on this one and give me a better approach.

Here is an example of my shipping rates:

Less than $20.00 = $7.45 
$20.01-$35.00 = $8.45 
$35.01- $55.00 = $9.45 
$55.01-$80.00 = $10.45 
$80.01-$100.00 = $11.45 
$100.01-$150.00 = $13.45 
$150.01-$200.00 = $15.55 
$200.01 or more  = $19.45

Thanks.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to