
內容簡介
從 3.0.0 版本開始,此外掛有以下需求:
PHP 5.3+
WooCommerce 2.0.0+
如果您曾使用過 eBay 的「向買家提問」系統,您將會知道該外掛的使用方式。
WooCommerce Product FAQs 允許訪客對特定產品發問,取得回答,並查看其他串流。
它還允許您,商店所有人,手動新增特定產品的問題。
點擊此處查看帶有一些常見問題的 WooCommerce 產品頁面範例。
常見問題通知
通知會通知管理員有新的問題,每個問題都有管理連結。
通知會通知發問者其問題已回答,提供連結以查看該產品。
每個通知電子郵件都有突出顯示電子郵件中指定的問題,
因此在多個問題的情況下,使用者不需要尋找自己的問題。
待辦事項:
在使用 ajax 的地方添加 ajax 加載程序,以便使用者知道其請求正在處理中,已完成
考慮添加內圈註冊選項以供FAQ表單使用
不相容性
Disqus - 會干擾comment_form功能。希望能夠儘快解決此問題。
404 Redirected - 從 URL 中刪除 $_GET 參數,從而刪除「查看」和「預覽」功能
開發人員
= 可用的篩選器: =
格式: (filter ; filtered variable ; 可用變數: var1 (解釋 [變數類型]), var2, var3, …)
所有篩選器都以woocommerce_faqs_為前綴或開頭。
admin_faq_highlight_color ; 管理面板中管理問題時的突出顯示顏色。
front_faq_highlight_color ; 前端查看電子郵件連結中的問題時的突出顯示顏色。
antispam_error_message ; 防止垃圾郵件檢測失敗時的錯誤訊息; $result[‘message’] (錯誤訊息 [str]), posted form (整個 $_POST[array])
answerer_email ; 管理問答答案的電子郵件; $post_data (‘question_title’, ‘faq_author_name’, ‘product_title’, ‘question_content’ [array])
asker_email ; 問答發問者的電子郵件, $post_data (‘question_title’, ‘product_title’, ‘post_id’ [array])
answerer_email_subject ; 管理問答答案的電子郵件主旨; 與 answerer_email 變數相同
answerer_email_message ; 最終管理電子郵件訊息; 與 answerer_email 變數相同
asker_email_subject ; 問答發問者的電子郵件主旨; 與 asker_email 變數相同
asker_email_message ; 最終問答發問者的電子郵件訊息; 與 asker_email 變數相同
answer_caps; 回答問題的能力
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
UPDATE As of 3.0.0, this plugin has the following requirements:
PHP 5.3+
WooCommerce 2.0.0+
If you have ever used eBay’s ‘Ask Buyer’ system before, you will know how this plugin behaves.
WooCommerce Product FAQs allows visitors to ask questions about specific products, get answers, and view other threads.
It also allows you, the store owner, to manually add questions to specific products.
Click here for a sample WooCommerce product page with some FAQs.
FAQ Notifications
Notifications are in place that will notify the admin of new questions, with links to administer each question.
Notifications are in place that will notify the asker when their question has been answered, with links to view the product.
Each notification email has a system to highlight the question specified in the email,
so in the case of numerous questions, the user does not have to hunt for his question.
To Do:
Add ajax loaders where ajax is used so the user knows that their request is being processed DONE
Consider adding inline registration option to FAQ form
Incompatibilities
Disqus – interferes with the comment_form function. Will hopefully rectify this soon.
404 Redirected – strips $_GET parameters from URL, removing ‘View’ and ‘Preview’ functionality
Developers
= Available filters: =
Format: (filter ; filtered variable ; available variables: var1 (explanation [var type]), var2, var3, …)
All filters are prefixed/begin with woocommerce_faqs_
admin_faq_highlight_color ; Highlight color in the Dashboard when administering a question from the email link
front_faq_highlight_color ; Highlight color on the front-end when viewing a question from the email link
antispam_error_message ; Error message when the anti-spam check fails ; $result[‘message’] (error message [string]), posted form (full $_POST[array])
answerer_email ; Email for administering FAQs; $post_data (‘question_title’, ‘faq_author_name’, ‘product_title’, ‘question_content’ [array])
asker_email ; Email for the asker; $post_data (‘question_title’, ‘product_title’, ‘post_id’ [array])
answerer_email_subject ; Subject of administer email; same as answerer_email vars
answerer_email_message ; Final adminster message; same as answerer email vars
asker_email_subject; Subject of asker email; same as asker_email vars
asker_email_message; Final asker message; same as asker_email vars
answer_caps; Capability of answering questions
