Limited stock per week, shared accross all products (handmade products)
-
TL;DR: i can produce only 20 products per week, how can i have a stock of 20 shared between all products, or prevent clients that their shipping will be reported to the next week ?
Hello !
I’m selling handmade products, so each time an order is made i need to craft it and then deliver it, but my time and energy are both limited, so i can make a maximum of 20 products per week (during the week-end), how can i manage this on WooCommerce ?
Idea 1: My first idea was to make only one product with variations, set the stock of the main product, and then refill it manually every week, but it causes multiple problems:
- Updating the stock manually doesn’t seems to me a very good idea
- Having only one product in the store can be discouraging for buyers
Idea 2: Is there some way of just having a common stock for all my products ?
Idea 3: I know how to dev, maybe i can make some sort of PHP/Java/Python script that subscribes to the purchase event, then deduct 1 from the stock of all products, and that refills them all to 20 every monday. If it’s possible, how can i do so ?
Idea 4: Is it possible to store the number of orders not shipped, and then notify the customer that he will be shipped in (Orders/20) rounded down weeks ?
Thank you !
- The topic ‘Limited stock per week, shared accross all products (handmade products)’ is closed to new replies.