Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialdov horwitz
3,177 PointsWordpress Customer Orders
I was wandering if anybody has come across or would know how to code a plugin for WordPress (or to customise something like custom fields and types.) that gives the ability to create customer orders through a simple invoice like form with each order having custom products. The orders should then go in to the database and be retrievable and viewable by customer also. with the ability to repeat past orders and add or remove products. In addition I would require that the customer can login to view their own orders and submit new ones.
Anyone who has an idea or the direction in which to go for a system like this I would greatly appreciate comments.
Thanks in advance.
2 Answers
Andrew Shook
31,709 PointsDov, you should try the woocommerce plugin. I've never used it myself, mostly because I've never done an ecommerce site, but I've heard that it is the way to go for WordPress. Also, treehouse has a course on woocommerce here. Hope this helps.
dov horwitz
3,177 PointsThanks so much I will try it out but I am looking specifically for order forms so we'll see. I thought woo commerce would only allow pre-assigned products for purchase. I'll give it a go and let you know.