• Resolved uppercrust

    (@uppercrust)


    Is it possible to make food/drink sub-categories?

    Ex.
    Food Category: Wine
    Sub-Category: Pinot Noir, Cab, Sav Blanc
    Sub-Category: US, Italy, France, Spain, etc.

    and so forth. I tried setting a parent category and adding to the parent category. It didn’t work. It just doubled the products back to back when shown. Thanks ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Magnigenie

    (@magnigenie)

    @uppercrust are you planning to have different pages for menu?

    Thread Starter uppercrust

    (@uppercrust)

    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.

    Plugin Author Magnigenie

    (@magnigenie)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Food Sub-categories’ is closed to new replies.