{{#restaurant}}

{{name}}

{{#restaurant_logo}}
{{/restaurant_logo}}

Locations: {{#addresses}}
{{address}} {{/addresses}}

Cuisines: {{restaurant_cuisines}}

Services: {{restaurant_amenities}}

Hours of Operation: {{& working_hours}}

The restaurant is now.

{{/restaurant}} Order Online {{/restaurants}}'; $options = array ( array( "type" => "open", "name" => "Restaurant Options" ), array( "name" => "Channel Slug", "desc" => "Provided by Zuppler Staff. E.g: demorestaurant", "id" => $shortname."_channel_slug", "type" => "text" ), array( "name" => "Restaurant Slug", "desc" => "Provided by Zuppler Staff. E.g: site
If you have more than 1 restaurant location, you can provide the correspondent slug as an attribute to the shortcode. E.g. [zuppler pictures=1 restaurant=\"location2\"]", "id" => $shortname."_restaurant_slug", "type" => "text" ), array("type" => "close"), array( "type" => "open", "name" => "Order Online page appearence" ), array( "name" => "Choose your layout style", "id" => $shortname."_appearence", "type" => "radio", "appearence" => "large", "std" => "1", "options" => array( array("value" => "1", "label" => ""), array("value" => "2", "label" => ""), array("value" => "3", "label" => ""), array("value" => "4", "label" => ""), ) ), array("type" => "close"), array( "type" => "open", "name" => "Channel Options" ), array( "name" => "Zuppler Channel Type", "id" => $shortname."_channel_type", "type" => "radio", "std" => "0", "options" => array( array("value" => "0", "label" => "Regular"), array("value" => "1", "label" => "Network"), ) ), array( "name" => "Restaurants listing template", "id" => $shortname."_listing_template", "type" => "textarea", "std" => $default_listing_template, "desc" => ' Use the following shortcode to display your network restaurants: [zuppler listing=1]
The Restaurant Listing is rendered using the Mustache template engine. Please read the documentation for more details.
Check out the sample JSON for more details about the object passed to our template. ' ), array("type" => "close"), ); // $options if ( 'save' == $_POST['action'] ) { if ( get_magic_quotes_gpc() ) { $_POST = array_map( 'stripslashes_deep', $_POST ); $_REQUEST = array_map( 'stripslashes_deep', $_REQUEST ); } foreach ($options as $value) { if( isset( $_POST[ $value['id'] ] ) ) { update_option( $value['id'], $_POST[ $value['id'] ] ); } else { delete_option( $value['id'] ); } } ?>

Zuppler Online Ordering Options

HELP - Plugin Usage

To display the Zuppler Menu, add the following shortcode to your post or page:

[zuppler menu=1]

If you have more than 1 restaurant location, provide the restaurant slug along with the shortcode:

[zuppler menu=1 restaurant="location2"]

Here is a list of all available shortcodes:

[zuppler menu=1]
[zuppler reviews=1]
[zuppler discounts=1]
[zuppler events=1]
[zuppler pictures=1]
[zuppler welcome=1]
[zuppler locations=1]
[zuppler hours=1]
[zuppler cuisines=1]
[zuppler amenities=1]

You can also combine the attributes to display more information in a sigle place:

[zuppler welcome=1 pictures=1]

For more information about the Zuppler API please visit Zuppler documentation.


" class="regular-text" />
   




/>