Multiple Product Tracking
-
This might be outside of the scope of your plugin but I feel like it’s very close to what you have so it might be an easy addition. I want to be able to set required quantities for a composite product (or maybe a new product type?) based on the total number of individual component products. Specifically:
– I want to sell cupcakes with a minimum quantity of 12 and in subsequent multiples of 6
– Each custom order would be made up of any combination of individual cupcake types (these would all be of category “cupcake” in WooCommerce)So, as customer, I could come in and order 3 of cupcake A, 1 of B, 1 of C, 5 of D, and 2 of E (or any combination of cupcakes as long as the total is >12 and total%6 == 0)
Is this possible? Do you know of a different plugin that might be more of what I’m looking for? I really like your plugins so far and want to stick with them if possible, I also might be able to help with development and debugging but my PHP and WordPress is pretty rusty.
https://wordpress.org/plugins/woocommerce-incremental-product-quantities/
The topic ‘Multiple Product Tracking’ is closed to new replies.