這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Food Lister

外掛說明

Easy Food Lister Menus from CSV files plugin

Important note: You must have Contact Form 7 and Contact Form 7 Modules – Hidden Fields plugins installed, otherwise the menu system won’t be able to checkout and send an email.

This plugin displays a food menu, with prices from a CSV file. The menu can display prices which can be added up and then sent to a Checkout page and then emailed using a Contact Form 7 form.

The first time you you use this plugin, do the following :
1) Click the ‘Add Food Lister Form to Contact Form 7’ button.
2) Click the ‘Add Food Lister Checkout Page’ button.
3) Choose “Food Order Form” and “Send Your Order Details” in the select boxes below.
4) Click Save Changes.
5) Download, edit and then upload the example Menu CSV file
6) Add the shortcode [food_lister menufile=”example_menu.csv”] to a page of your choice.
7) View that page and your menu will be displayed!

Shortcodes:

You can use shortcodes to add to post/pages :

[food_lister menufile=”CSV FILENAME UPLOADED TO MEDIA”] <no_billing=1>]

the no_billing flag will turn off the cost display parts, so only the menu itself is shown.

to display the canape calculator – [canape_calc]

螢幕擷圖

  • Food Lister admin screen
  • Example menu
  • Example order send

安裝方式

  1. Upzip the plugin files
  2. Upoad files to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Click ‘Food Lister’ on the admin menu

常見問題集

What format should the CSV file be in?

The CSV file should have the following headers:

name = the food item name or text to display

css = CSS tag to use eg.h2 for a header, p for a paragraph.

price = the price of the item, leave blank for no price

extra = any text to add after the price eg. per person

multiple = use if you have to order the food item in multiples eg. if some canapés should be ordered in multiples of 10.

There is an example CSV file included called “example_menu.csv”.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Food Lister〉的開發相關工作。

參與者

將〈Food Lister〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Plugin first version.