Code: Select all
if ($total > 81.75)
{printf ("%01.2f", $total * .11);}
else {echo "8.99 ";}I have a field for '$shipcountry' - the new condition needs to identify whether the order is being shipping with USA or goes to another country... :
something like....
Code: Select all
IF $shipcountry = "USA",
THEN DO USE CODE ABOVE
ELSE $total * .25any help appreciated in advance..
mc