I am looking to get a wordpress plugin developed that will allow logged in users to order a service via a form (will just be added to custom page templates for simplicity)
This will be saved to a database linked to the user, so that they can view thier order details (once again should be simple enough with a custom page template that queries the database with their user ID and outputs the data into a table)
This database will be simple and only contain a few fields, eg:
Order ID, user id,…
