wpfoodmanager / wp-food-manager

WP Food Manager is fully responsive and mobile friendly food menu display plugin for restaurant, cafes, bars, coffee house, fast food. It is a standalone WordPress plugin which allows you to easily create food item with name, description, Excerpt (used as short description), image and price.
https://wpfoodmanager.com
GNU General Public License v3.0
5 stars 2 forks source link

General : Need to add more default value of the Ingredient #396

Closed ashokdudhat closed 1 year ago

ashokdudhat commented 1 year ago

Currently we have the following list of Ingredients

'food_manager_ingredient' => array( 'Vegetables', 'Spices and Herbs', 'Cereals and Pulses', 'Meat', 'Seafood', ),

These are the essential six staples to always have on hand.

Ref:

https://www.allrecipes.com/article/the-perfect-pantry/ https://www.soupersage.com/blog/30-most-popular-recipe-ingredients-2019/ https://www.webstaurantstore.com/article/22/food-allergy-overview.html

vry-kvl commented 1 year ago

@ashokdudhat - I have added :


So, we have a total of 9 default Ingredient :

  1. Salt
  2. Pepper
  3. Olive oil
  4. Vegetable oil
  5. All-purpose flour
  6. Granulated sugar
  7. Vegetables
  8. Spices and Herbs
  9. Cereals and Pulses
patel-nimesh commented 1 year ago

Now below 9 are the default Ingredients when install WPFM Plugin

image