• Resolved Murph

    (@digitalmurph)


    I need to build something similar to what is happening here, in terms of product customization:

    https://www.yumbles.com/adonis-smart-foods/gluten-free-brownies-choice-of-flavours.html

    Basically, customer chooses box of 8 or 12. Just as with this example, each box contains same flavours…but at this point I need a few modifications:

    1) If 12 is maximum number of items allowed in the 12 box for example, the customer can choose any number of flavours to make up the 12. For example, they can choose 8 of flavour 1, 4 of flavour 2 and 0 of flavour 3. Same idea with the 8 box.

    2) Cart will allow customer to choose only exactly 12 – no other quantities will be accepted.

    Ive been looking at Woocommerce Gravity forms extension and custom fields etc – but I can quite get things to work. I’m Also not even sure if I should be using a variable product…?

    • This topic was modified 6 years, 10 months ago by Murph.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there!

    Our Mix ‘n Match plugin would be a perfect fit here – you can set the number of items in the box, and then which items the customer can choose from. The product can’t be added to the cart unless the correct number of items are specified. You’d need to create a separate product for the different box sizes, though.

    Here’s some more information:
    https://www.woocommerce.com/products/woocommerce-mix-and-match-products/

    • This reply was modified 6 years, 10 months ago by Hannah S.L..
    Thread Starter Murph

    (@digitalmurph)

    Looks promising Hannah! – thank you, I’ll take a look at this.

    Do you know if it’s also possible to acheive the option of ‘One time purchase or Subscribe’ within the same area, as in the linked example?

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    The subscription part of it becomes a bit more tricky. Our Subscriptions plugin usually handles subscription products, and not specifically Mix ‘n Match products. If you did want to use the Subscriptions plugin, you’d need the Subscribe All the Things plugin to make it possible to subscribe to anything in the cart. Note that the plugin is not officially supported, so it’s the last thing to get fixed if there are any issues – and it wouldn’t be possible to offer a discount.

    Here’s the Subscriptions plugin:
    https://www.woocommerce.com/products/woocommerce-subscriptions/

    And then Subscribe All The Things:
    https://github.com/Prospress/woocommerce-subscribe-all-the-things

    If you’d like that exact setup, you’ll likely need custom development to make it happen. In that case, I highly recommend contacting one of the services on our customizations page:
    https://woocommerce.com/customizations/

    Thread Starter Murph

    (@digitalmurph)

    Ok Hannah, thats really useful info. Thanks again!

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Happy to help! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I achieve this level of product customization?’ is closed to new replies.