Replies: 0
We are creating a Woocommerce site for travel bookings with very specific requirements. All is well, except we found the current inventory management system unsuitable for our needs: currently inventory is manager per each product variation, which is obviously fine for physical products but not for travel site.
We would need to be able to set a maximum available limit for
a) a product
b) product option value
The limits must be totally separate.
Example:
We are selling a bus trip. The bus has 52 seats total (the product level limit). For an extra fee, you can purchase front row seat, 4 total (the product option value limit) or regural seat (no specific limit, only the product level amount applies).
This scheme is not supported by Woocommerce, however I don’t think this is any unique problem.
How has this been solved in other cases?