@uppercrust are you planning to have different pages for menu?
If there is a way to create separate pages that would be ideal,but didn’t think there was a different tag other than [fooditems] to do so. Is there a way to show categories, then display the product/food items? I assume another page or directory would need to be created.
Take a look at this.
SHORTCODE ATTRIBUTES
category( category ids or slug separated by comma(,) )
category_menu(this will show only the child category of the specified category)
cat_orderby( Ordering for category )
fooditem_orderby ( ordering of food items inside the category )
cat_order: asc/desc
fooditem_order: asc/desc
Examples
[fooditems category=”starter,snacks,lunch”]
The above shortcode should display the category sidebar with those 3 categories and the products would only be displayed from those 3 categories.
[fooditems category_menu=”lunch”]
The above shortcode will only display the child categories of lunch on the category sidebar and also display the food items from the child category of lunch.