• Hello,

    I need to create a database of dishes and its allergens. The allergens are not linked to to dishes but to the ingredients, so I need to create the ingredients, add the allergens, and then add the allergens to the dish. Then, it has to be displayed on a page with only the dishes and its allergens and not the ingredients.

    First thing I though is to use WooCommerce, using bundles as dishes; products as ingredients; and attributes as allergens. As we don’t need any other WooCommerce feature, do you is there an easier way to do this?

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Woo is the wrong way to go. this is not an ecommerce site, right?

    I’d code this to have two custom post types, dishes and allergens, linked via custom taxonomies. I’m not sure how you could exclude ingredients on dishes, though, because the ingredients are the ties to the allergens, so maybe if there are ties to allergens, the ingredients link there, and on the allegen side, each would list links to dishes and/or ingredients.

    This seems like custom development.

    Thread Starter jcorbalan

    (@jcorbalan)

    Hello, sorry for the delay.

    No this is not an e-commerce site, we are just looking for a way to do what we need.

    Thanks for your answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allergens list’ is closed to new replies.