was added to your order.
The item was deleted from your order.

Review your order
Shop Main Menu

HEIGHT= WIDTH=>
",$colors) > ",$sizes) > ",$prints) >
Quantity:
Color:
Size:
Print:

Your Order

"; $msg=$msg+"(if items do not appear as expected, try reloading this page)
"; $field=2; while ($field < $num_fields); $msg=$msg+"\n"; $field++; endwhile; $msg=$msg+"\n"; /* Output results in a table */ ; $row=0; while ($row < $num_rows); $msg=$msg+""; $field=2; /* Output all fields */ ; while ($field < $num_fields); /* Determine field type, and set the alignment */ ; $field_type = msql_fieldtype($result,$field); switch ($field_type); case "char"; $align="left"; /* Characters left-aligned */ break; default; $align="right"; /* Numbers right-aligned */ break; endswitch ; /* Output the data */ $msg=$msg+"\n"; $field++; endwhile; $msg=$msg+"\n"; else; $msg=$msg+"Submitted"; endif; $row++; endwhile; $msg=$msg+"
"+msql_fieldname($result,$field)+"AmountAction
"; $field_name = msql_fieldname($result,$field); $msg=$msg+msql_result($result,$row,$field_name)+" "; $amount=msql_result($result,$row,"quantity")*msql_result($result,$row,"price"); $msg=$msg+strval(sprintf("%5.2f",$amount)); $total=$total+$amount; $msg=$msg+""; if ($PHP_SELF == $list_url); /* Output a delete form, using orderid as the key for deleting */ > \n\n\n
Total of order:" + sprintf("%5.2f",$total)+"
\n"; if($mail); if ($email_to == "order@nowhere" ); >
Your order would have been emailed if an address were entered.
\n"); $msg2="Name: $Name
Address: $Address
City: $City
"; $msg2=$msg2 + "State: $State
Zip: $Zip
Fax: $Fax
Email: $Email"; $msg2=$msg2 + "
Order session id: $sessionid
"; fputs($fp,$msg2); fputs($fp,$msg); fputs($fp,"\n"); pclose($fp); $msg="

Thank you for your order! The following order information has been emailed to "+$email_to+"

"+$msg2+$msg; $to_delete="All"; Delete(); endif; endif; echo $msg; ); >