Easy Joomla Question. Can I Make An Article (a Menu For A Restaurant) That Can Be Edited Using Dropdown Menus?
I just want to create an easy interface for the Chef to quickly be able to select menu items and if possible have the prices auto-fill. All of these things would be editing an article that displays on the site. How can this be done?
Search more about Easy Joomla Question. Can I Make An Article (a Menu For A Restaurant) That Can Be Edited Using Dropdown Menus?:




As far as I know, the short answer is probably not. You would need a custom extension.
The closest off-the-shelf extension that would probably work would be “Mosif” (see source link), which allows you to put {if} {endif} tags in your content.
Just put all the possible menu items in your article, and “if-out” the ones that aren’t needed at any given time. Not exactly a drop-down menu, but not rocket science either.