PyroCMS – Restaurant Menu

by Craig on 01/10/2012

One of the add-ons I have written for PyroCMS is a Restaurant Menu. I am planning to put it on the PyroCMS store, but wanted some feedback before I did.

The add-on basically allows you to display a menu on your or your clients website easily, without having to have crazy CSS. It currently has the capability to have different sections (Starters, Mains etc) and uses the default currency from the settings.

If you want to test it out, drop me a tweet (@_Craigy) or leave a comment here and I’ll email you a link.

Plugin Syntax

{{ restaurant_menu:display }}
  {{ name }}
  {{ description }}

    {{ items }}
      {{ name }}
      {{ price }}
      {{ description }}
    {{ /items }}

{{ /restaurant_menu:display }}

The way I have written the plugin, it allows you wrap the entire menu, individual sections, all  the items in each section or  each item in the sections individually.

Screenshots

No comments yet.

Write a comment: