T-Shirt Forums banner
1 - 9 of 9 Posts

· Registered
Joined
·
335 Posts
Discussion Starter · #1 ·
Looking at making some sites for the schools I deal with. Wanting to use wordpress and WooCommerce. I am new to WooCommerce. Just looking for some advice on how well it works, and if someone has any tips or tricks.

One big question, say a school has a t-shirt we help them sell on the site, and they end up selling 200 of those shirts. What is the best way to figure out how many smalls, mediums, large and X-Larges were ordered? What is the best way to give the info on who ordered what to the booster club or team we are dealing with.

Is there a plug-in that would help with this?
Is there a way to use excel?


Thanks
 

· Registered
Joined
·
335 Posts
Discussion Starter · #3 ·
I know about the product variations and how to set that up. I am mostly looking for the best way to process the orders once they have come in. I want to know I need to print (X)-smalls, (X)-medium, (X)-larges, and so on.
 

· Registered
Joined
·
2,510 Posts
Oh, I see.

Your best bet in this case is to do some custom PHP/MySQL programming. The workflow for it is pretty easy:

1. Query SQL database for (shirt design name usermeta) -- once you have a table entry, query the usermeta for the shirt size and increment the variable for that shirt size by the usermeta quantity field.

2. Repeat for all remaining items.

3. Display the quantities!

If you're not good at programming PHP/MySQL, you should be able to find someone to write this code inexpensively.
 

· Registered
Joined
·
2,510 Posts
I'm a terrible programmer. My in-house devs could probably do it in 30 minutes, but I am leaving for Africa in a few hours and I don't let anyone interact with them directly. What's your time frame? I will probably return home in a few weeks, depending on how much fun I'm having.
 
1 - 9 of 9 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top