It is a fairly simple database / web application. The user has the ability to design their own raffle/addmission ticket. First they choose the color they want, then they select the quantity from a drop down menu. From there they choose services such stapling, padding, uploading an image, printing on the back, and shipping.
- Stapling is $0.06 times the selection (StaplingChoice).
- Padding is $0.10 times the selection (PaddingChoice).
- Artwork is $10.
- Back is $15 times how many 1,000 tickets (TicketQty from tbl_ticket)
* This is where I am hung up as the calculation needs to tie in TicketQty from tbl_ticket.
After they choose their services, they enter in their shipping and credit card info and submit the order.
If you need more, please let me know.
Thanks,
Matt