• Can Someone explain how I can do the following:

    I am selling a food hamper

    9 items in each hamper
    3 kinds of items
    Customer can choose any combination or quantity of items, totalling 9.

    So for example

    Falafel Hamper – comes with 9 packets of Falafel $50.00

    You can choose any combination Spicy | Tradtional | Gourmet

    How do I create this kind of variation on a product page so the customer can set the quantity and flavour?

    For example

    4 Spicy
    1 Traditional
    4 Gourmet

    or

    3 Spicy
    3 Trafitional
    3 Gourmet

    How do I set this up so that the customer can check out with 1 Falafel Hamper totally 9 items with the variations that they want?

    https://ww.wp.xz.cn/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I make that 20,000 variations, so the core WooCommerce plugin will need some help.

    Have a look at this plugin:
    http://codecanyon.net/item/woocommerce-extra-product-options/7908619

    I cannot guarantee that it will be suitable for your circumstances.

    There are other plugins which may do a similar job. Checkout ww.wp.xz.cn, codecanyon and WooThemes, search for “product Add-ons”

    Thread Starter davidtrounce

    (@davidtrounce)

    Lorro,

    Thanks. When I tried using the basic variation tab it came out at 27 variations and warned me that the max was 50.

    But my result only showed 1 flavour. I will take a look at that addon, but basically, what you are saying is that it cannot be done without a plugin – correct?

    I don’t think it can be done as you describe without a plugin.

    The number of variations is 3 x 3 x 3 x 3 x 3 x 3 x 3 x 3 x 3 = 20,000 although some will be duplicates.

    You can have more than 50 variations, its just that the Link-all-variations button will only link up to 50 at a time. However, a much larger number becomes unmanageable unless you have a variations manager plugin. Your max_post_vars setting will create an upper limit to the number of variations.

    If you can modify the problem and you want to work within the core WooCommerce, consider putting together say 20 hampers which you think will be popular, where you choose the mix. You won’t be able to cover all possible combinations but it will be easier for customers to make a choice.

    Thread Starter davidtrounce

    (@davidtrounce)

    Thanks Lorro. Another thought I just had was to have three options listed down the product page:

    Hot ‘n Spicy
    Traditional
    Mediterranean

    …. and then an empty text box beside each for custoemr to put quantaties in. It does not need to be calculated and if they added more than 9 I would simply ignore it.

    Would that be possible? The three categories listed with an empty text box beside each one? How could that be done?

    David

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding Product Variations’ is closed to new replies.