Hi, i'm looking for a Drupal module that can be used for a Restaurant website (menu, orders, etc.).
Already exist this kind of module?

Thanks

Comments

Use content.module and

Use content.module and create content types for menu, orders, etc.

Then seek other modules that can work with them, like:
views.module
taxonomy.module
and others.

Restaurant Menu Module/Functionality

Hi,

I've had a similar need come up and as I'm still getting used to Drupal and working with the various features and modules - I could use some help as well. I need to come up with a good, flexible way of creating and managing menus for a restaurant site and am not sure what the best way to go is. Can anyone give me some pointers?

Thanks,

Jason

I have a similar requirement

I have a similar requirement . Are there any modules for this.
or can i develop a module or any other way.

regards
Sanjeet

This would be a fantastic idea.

A restaurant module or package of modules would be a very useful creation. Anybody have leads?

Hunk #5 failed
warning: preg_match

what's your exact

what's your exact requirements?

for your own (single) restaurant to post the menu? booking?

OR, for a chain of restaurants?

need daily update? (i.e. today's special)

We go the drupal way. How about you?
http://www.drupalway.com

Single Restaurant

Just for a menu, really. I know that using Views, Event, Image, CCK, etc. this can be achieved.

I was just wondering if anyone coded something neat specifically for this.

Hunk #5 failed
warning: preg_match

I had initially created an

I had initially created an XML document and also XSL stylesheet for a restaurant menu. So when I then looked into integrating the data into a website, I found it to be very easy.

You can see how it looks @ http://tasteofthaiinc.com/drupal/dinner (this is still in development and not made for public use yet and I am working on theming so layout may not appear nicely)

I used the xmlcontent module: http://drupal.org/project/xmlcontent

Site Configuration -> Input Formats -> XML Dinner Menu: XML Content XSLT filter -> Configure -> XSLT Script File Path : http://pastebin.com/f129f3206
Create Content -> Page -> Body: http://pastebin.com/f53f26b09 , Input Format: XML Dinner Menu

Looking into the same thing,

Looking into the same thing, and thinking this might be a great idea for a feature set or install profile.

Here's a thread showcasing a website that pulls off the restaurant style very well:
http://drupal.org/node/303687

Will update if I create anything worth sharing :)