Hi guys,
I am looking for a plugin.
I have a food database. Each food has its gramms and kcal (example “apple - 1g - 2kcal”).
I need to create a table in which:
- there is add button (example “+”)
- I click it ("+")
- I write food name and quantity (example “apple - 250g”)
- data will be extracted from food database
- in table will be showed food name, quantity, kcal multiplied per quantity (example “apple - 250g - 2kcal/*250g=500kcal”)
There is a plugin that can do that? I have downloaded WPDATATABLE but it is only to add, modify, delete new item in the database.
I hope that I have well explained my issue.
thanks