• Resolved dragosb7

    (@dragosb7)


    I am working on a restaurant site
    They also sell pizza. Pizzas are variable products.
    They have 2 sizes small and big and the price is different.

    I want to create a promotion. Any small pizza + any large pizza = fixed price
    Also the ability to chose a sauce(the possiblity to choose) and a drink(the possiblity to choose)

    the idea is that I would like 4 dropdown menus.
    1 dropdown where you can choose only LARGE pizzas
    1 dropdown where you can choose only SMALL pizzas
    1 dropdown where you can choose only ONE drink
    1 dropdown where you can choose only ONE sauce.

    I would like this as a single product with a fixed price

    I looked at this:

    https://woocommerce.com/products/product-bundles/
    https://woocommerce.com/products/product-add-ons/

    But I don’t know exactly how could I achive what I want…

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hmm, I think the best way to do this depends somewhat on how you have the products set up right now. You mention they are variable, which is good, but not how many attributes customers need to choose.

    For example, are they configured like this?

    Product: Cheese pizza
    Variation: Small and large

    … or like this?

    Product: Small pizza
    Variation: Cheese, pepperoni, deluxe, etc.

    Knowing that might help us determine the best course of action here. Also, this guide should provide some more guidance on which plugin you could use:

    https://docs.woocommerce.com/document/group-bundle-products-woocommerce/

    The most powerful of the “bundling” extensions is probably Composite Products:

    https://woocommerce.com/products/composite-products/

    … which can most likely do what you need.

    Thread Starter dragosb7

    (@dragosb7)

    Product: Cheese pizza
    Variation: Small and large

    That’s pretty much it.

    The sauce and the drinks don’t have variables.

    Plugin Support RK a11n

    (@riaanknoetze)

    Thanks for confirming that – Seeing as this is a promotion that essentially contains other products that have already been configured, the best method to implement that would be through the Composite Products extension.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pizza promotion?’ is closed to new replies.