I have the front end of an order form coded in HTML+CSS: http://orderform77.s3-website-us-east-1.amazonaws.com/
I need this order form to collect orders and store them in a simple admin interface.
A user selects their options, uploads any related files and then applies a discount code if applicable, before checking out via paypal (ideally paypal payments pro).
The admin interface should be used for looking up order details, as well as having the functionality to create and edit coupons (field for coupons will be the coupon code string, number of times that it can be used and $ discount amount).