[WordPress] 外掛分享: Crowdfunding for WooCommerce

WordPress 外掛 Crowdfunding for WooCommerce 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Crowdfunding for WooCommerce」是 2015-08-19 上架。
  • 目前有 300 個安裝啟用數。
  • 上一次更新是 2025-03-07,距離現在已有 58 天。
  • 外掛最低要求 WordPress 4.4 以上版本才可以安裝。
  • 有 12 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wpwham |

外掛標籤

woocommerce | crowdfunding |

內容簡介

Crowdfunding for WooCommerce外掛為 WooCommerce 提供完整的群眾募資支援。

在新增或編輯產品時,您可以為每個產品單獨設置以下選項:

- 目標金額(即承諾的金額)
- 開始和結束日期
- 自訂「支持這個項目」(即「加入購物車」)按鈕標籤
- 啟用「開放定價」(即「請自己命名價格」)功能。

此外,您還可以:

- 添加一個表單,讓您的客戶或使用者可以從前端直接添加自定義的活動。
- 設置自定義HTML,以顯示尚未開始或結束的項目。
- 修改並選擇顯示群募資訊的地方,即剩余目標金額,剩余時間,已承諾的金額等。
- 選擇完成群募活動的時間和方式(達到目標金額,時間結束)。
- 選擇要在承諾計算中計算的訂單狀態。
- 為剩余時間、已承諾的金額等樣式進行進度條設置。
- 啟用/禁用關於群募活動結束、添加和/或編輯的電子郵件功能。

縮短程式碼:

在顯示當前產品的群眾募資數據時,您應使用外掛的縮短程式碼:

- 群眾募資總金額: [product_crowdfunding_total_sum]
- 支持者人數: [product_crowdfunding_total_backers]
- 訂單總數: [product_crowdfunding_total_items]
- 群眾募資成功列表: [product_crowdfunding_list_backers]
- 群眾募資終極金額: [product_crowdfunding_goal]
- 還需募資金額: [product_crowdfunding_goal_remaining]
- 還需募資金額進度條: [product_crowdfunding_goal_remaining_progress_bar]
- 群募終極人數: [product_crowdfunding_goal_backers]
- 目標金額人數差值: [product_crowdfunding_goal_backers_remaining]
- 目標金額人數差值進度條: [product_crowdfunding_goal_backers_remaining_progress_bar]
- 目標金額數量: [product_crowdfunding_goal_items]
- 目標金額數量差值: [product_crowdfunding_goal_items_remaining]
- 目標金額數量差值進度條: [product_crowdfunding_goal_items_remaining_progress_bar]
- 群募開始日期: [product_crowdfunding_startdate]
- 群募開始時間: [product_crowdfunding_starttime]
- 群募開始日期和時間: [product_crowdfunding_startdatetime]
- 群募最後期限: [product_crowdfunding_deadline]
- 群募最後期限時間: [product_crowdfunding_deadline_time]
- 群募最後期限日期和時間: [product_crowdfunding_deadline_datetime]
- 距離群募最後期限時間: [product_crowdfunding_time_remaining]
- 距離群募最後期限進度: [product_crowdfunding_time_remaining_progress_bar]

原文外掛簡介

Crowdfunding for WooCommerce plugin adds full crowdfunding support to WooCommerce.
When adding or editing a product, you will have the possibility to set for each product individually:

Goal (i.e. pledged) amount.
Start and end dates.
Custom “Back This Project” (i.e. “Add to Cart”) button labels.
Enable “Open Pricing” (i.e. “Name Your Price”) functionality.

Also you will be able to:

Add a form, so your customers/users could add their custom campaigns directly from frontend.
Set custom HTML to show when project not yet started and/or ended.
Modify and choose where to display crowdfunding info, that is: goal remaining, time remaining, already pledged etc.
Choose when and if to end the campaign (goal reached, time ended).
Choose which order statuses to count in pledged calculations.
Style progress bars for time remaining, already pledged etc.
Enable/disable emails on crowdfunding campaign ended, added and/or edited.

Shortcodes
When displaying crowdfunding data for the product, you should use plugin’s shortcodes:
Backers & Money Shortcodes

[product_crowdfunding_total_sum] – total sum (i.e. funded to date) for current product (formatted as price).
[product_crowdfunding_total_backers] – total number of orders (i.e. backers) for current product.
[product_crowdfunding_total_items] – total number of ordered items for current product.
[product_crowdfunding_list_backers] – list of backers for current product.
[product_crowdfunding_goal] – end goal for current product (formatted as price).
[product_crowdfunding_goal_remaining] – sum remaining to reach the end goal for current product (formatted as price).
[product_crowdfunding_goal_remaining_progress_bar] – goal remaining as graphical progress bar.
[product_crowdfunding_goal_backers] – end goal (backers) for current product.
[product_crowdfunding_goal_backers_remaining] – backers remaining to reach the end goal for current product.
[product_crowdfunding_goal_backers_remaining_progress_bar] – goal (backers) remaining as graphical progress bar.
[product_crowdfunding_goal_items] – end goal (items) for current product.
[product_crowdfunding_goal_items_remaining] – items remaining to reach the end goal for current product.
[product_crowdfunding_goal_items_remaining_progress_bar] – goal (items) remaining as graphical progress bar.

Time Shortcodes

[product_crowdfunding_startdate] – starting date for current product.
[product_crowdfunding_starttime] – starting time for current product.
[product_crowdfunding_startdatetime] – starting date and time for current product.
[product_crowdfunding_deadline] – ending date for current product.
[product_crowdfunding_deadline_time] – ending time for current product.
[product_crowdfunding_deadline_datetime] – ending date and time for current product.
[product_crowdfunding_time_remaining] – time remaining till deadline.
[product_crowdfunding_time_remaining_progress_bar] – time remaining as graphical progress bar.

More Shortcodes

[product_crowdfunding_add_new_campaign] – campaigns by users.
[crowdfunding_totals] – all crowdfunding campaigns (i.e. products) totals.
[product_crowdfunding_add_to_cart_form] – backers (add to cart) HTML form.

Feedback

We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!
Visit the Crowdfunding for WooCommerce plugin page.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Crowdfunding for WooCommerce」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | 1.1.0 | 1.1.1 | 1.2.0 | 2.0.0 | 2.1.0 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.3.0 | 2.3.1 | 2.3.2 | 2.3.3 | 2.3.4 | 2.3.5 | 2.3.6 | 2.4.0 | 2.5.0 | 2.6.0 | 2.6.1 | 2.6.2 | 2.7.0 | 2.8.0 | 2.9.0 | 2.9.1 | 2.9.2 | 2.9.3 | 3.0.0 | 3.0.1 | 3.0.2 | 3.1.0 | 3.1.1 | 3.1.2 | 3.1.3 | 3.1.4 | 3.1.5 | 3.1.6 | 3.1.7 | 3.1.8 | 3.1.9 | trunk | 3.1.10 | 3.1.11 | 3.1.12 | 3.1.13 |

延伸相關外掛(你可能也想知道)

  • Google for WooCommerce 》, Google Listings & Ads可讓您輕鬆地向Google平台上的購物者展示您的產品。無論您是數位廣告的新手還是市場營銷專家,您都可以通過免費和廣告來擴大您的...。
  • WooCommerce Shipping & Tax 》WooCommerce Shipping & Tax 外掛可讓基本的電子商務功能如運送更加可靠,并減輕了您的網站基礎架構壓力。, 使用 WooCommerce Shipping & Tax 外掛,...。
  • WooCommerce PayPal Payments 》PayPal 最新、功能最完備的付款處理解決方案。除了接受 PayPal 獨有的付款方式,也可接受信用卡/借記卡和本地付款方式。開啟 PayPal 付款選項或處理完整的付...。
  • WooCommerce Legacy REST API 》總結:, - 在WooCommerce 9.0版本起,Legacy REST API將不再是WooCommerce的一部分。, - 這款外掛程式在WooCommerce 9.0及以後版本中還原了已移除的Legacy RE...。
  • WP Crontrol 》WP Crontrol 可以讓您查看和控制 WP-Cron 系統中正在發生的事件。從管理界面,您可以:, , 查看所有的 Cron 事件以及它們的參數、循環間隔時間、回撥函數以及...。
  • PDF Invoices & Packing Slips for WooCommerce 》這個 WooCommerce 外掛可以自動為您的客戶在訂單確認電子郵件中添加 PDF 發票。包括一個基本模板(額外的模板可從 WP Overnight 購買),以及修改/建立自己的...。
  • Variation Swatches for WooCommerce 》為 WooCommerce 產品屬性打造美麗的顏色、圖片和按鈕變化的樣式, 如何安裝 WooCommerce 變化樣式外掛程式升級可變產品, , 變化樣式是易於使用的 WooCommerce ...。
  • WooCommerce Cart Abandonment Recovery 》現在是時候停止購物車放棄行為,並找回您失去的收入了!, 研究顯示,約有60%至80%的使用者前往結帳頁面,但沒有完成購買。即使最佳優化的結帳流程也有20%的...。
  • Pinterest for WooCommerce 》Pinterest 提供人們下一個偉大的想法。它部分收藏品,部分市場,是數百萬個分享者獲取靈感、新產品和新可能性的一站式購物平台。它就像一個視覺搜尋引擎,引...。
  • Google Analytics for WooCommerce 》這個外掛提供了 Google Analytics 與 WooCommerce 外掛之間的整合,您可以將推薦連結與購買關聯,並將交易資訊新增到您的 Google Analytics 資料中。它還支援...。
  • User Switching 》這個外掛可讓您輕鬆在 WordPress 中點擊按鈕即可快速切換使用者帳戶。您會立即登出並切換成所需使用者。這對於測試環境、協助 WooCommerce 網站上的客戶或任...。
  • WooCommerce Checkout & Funnel Builder by CartFlows 》#1 WooCommerce 結帳 & 漏斗建置外掛 – CartFlows, ★★★★★, 相較於其他所有的 WooCommerce 結帳選項,更多 WooCommerce 商店店主都選擇了 CartFlows。為什麼呢...。
  • FiboSearch – Ajax Search for WooCommerce 》這是最受歡迎的 WooCommerce 產品搜尋外掛。它為您的用戶提供了一個設計良好的 AJAX 高級搜尋條和即時搜尋建議。, 預設情況下,WooCommerce 提供了一個非常簡...。
  • YITH WooCommerce Quick View 》有時半途而廢是最好的:如果你正在檢視產品列表,但其圖片仍然太小,需要打開該產品頁面,等待載入,最後才能觀察你感興趣的項目。, 因此,為什麼不使用一種...。
  • Custom Product Tabs for WooCommerce 》此外掛擴充了 WooCommerce 功能,允許商店擁有者針對產品添加自訂選項卡。這些選項卡顯示在每個產品頁面上,出現在預設的「描述」選項卡右側。, 個別產品選項...。

文章
Filter
Apply Filters
Mastodon