[WordPress] 外掛分享: TELO Affiliates Lite

WordPress 外掛 TELO Affiliates Lite 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「TELO Affiliates Lite」是 2025-12-08 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-12-09,距離現在已有 79 天。
  • 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

miguelqagencia |

外掛標籤

payouts | referral | affiliates | commission | woocommerce |

內容簡介

**總結:**

TELO Affiliates是一個輕量級的附加在WooCommerce頂部的聯盟層,不依賴繁重的依賴關係。適合想要:

- 為每個聯盟創建唯一的連結(可配置的URL參數)並跟踪相關訂單。
- 通過簡碼顯示每個聯盟的銷售、佣金和支付請求的儀表板。
- 管理支付:將佣金標記為已支付(帶有歷史記錄)或批准從聯盟儀表板發送的支付請求。
- 為每個聯盟創建公共頁面(/panel-afiliado/{slug}),具有專用模板,無標題欄/側邊欄,並強制noindex/nofollow。
- 在JSON中導入/導出您的聯盟(僅限slug、name和佣金%)。
- 使用基於WP_List_Table的管理表,具有搜索、排序和分頁功能。

**問題與答案:**

1. TELO Affiliates的主要功能有哪些?
- 創建唯一連結和追蹤訂單
- 提供銷售、佣金和支付請求等信息給每個聯盟
- 管理佣金支付和批准支付請求
- 創建每個聯盟的公共頁面
- 導入/導出聯盟數據
- 使用帶有搜索、排序和分頁功能的管理表

2. TELO Affiliates的管理功能包括哪些?
- 添加/編輯/刪除聯盟
- 導入/導出JSON數據
- 執行搜索、排序和分頁
- 標記已支付的佣金
- 在訂單列表中添加“聯盟”列

3. TELO Affiliates如何處理支付請求?
- 以可折疊的方式顯示與支付請求相關的訂單
- 批准(標記訂單為已支付並創建歷史記錄)或拒絕(帶有備註)
- 顯示狀態通知和控制:待處理、已批准、已拒絕、無訂單

4. TELO Affiliates如何支持SEO和UX?
- 強制設置聯盟頁面為noindex/nofollow
- 在robots.txt中建議不要爬取/panel-afiliado/
- 使用不帶標題欄/側邊欄的專用模板和.wrapper .telo-aff-page包裹樣式

5. TELO Affiliates支持哪些Hooks(鉤子)和Actions(動作)?
- 鉤子:telo_affiliates_min_payout和telo_affiliates_payout_recorded
- 動作:當支付被記錄時觸發的操作

以上提及的內容是關於WordPress外掛TELO Affiliates的摘要和問答,以繁體中文呈現。

原文外掛簡介

TELO Affiliates adds a lightweight affiliate layer on top of WooCommerce without heavy dependencies. Ideal if you want to:

Create a unique link for each affiliate (with configurable URL parameter) and track associated orders.
Show each affiliate their dashboard with sales, commissions and payout request via shortcode.
Manage payouts: mark commissions as paid (with history) or approve payout requests sent from the affiliate dashboard.
Create public pages per affiliate (/panel-afiliado/{slug}) with a dedicated template, no header/sidebars, and forced noindex/nofollow.
Import/Export your affiliates in JSON (slug, name and commission % only).
Use admin tables based on WP_List_Table with search, sorting and pagination.

Features

Shortcode: [telo_affiliate_dashboard slug="juan"]

Unique link with tracking parameter (set it with the TELO_AFF_PARAM constant).
Historical summary: sales, total amount and total commission.
Pending: base and commission still pending payout.
“Request payout” button with minimum threshold (filter).
Payout history.
Accessible and ready for custom styles (wrapper class).

Admin → Affiliates

Add/edit/delete affiliates (name, slug, commission %).
Import/Export JSON (slug, name, rate only; no sales or history).
Table with search/sorting/pagination.
Mark paid (moves affiliate orders to payout history).
“Affiliate” column in the order list (HPOS and classic list).

Admin → Affiliate Pages

List of all affiliates with the status of their public page.
Create page per affiliate (/panel-afiliado/{slug}) with template telo-affiliates/affiliate-page.php.
Copy URL, open, move to trash, restore or permanently delete (plugin-created pages only).
Own “Trash” view + “Empty trash” button.

Admin → Payout Requests

Responsive list with collapsible orders (chips) per request.
Approve (marks orders as paid and creates record in history) or reject (with note).
Notices and status control: pending, approved, rejected, no orders.

SEO & UX

Affiliate pages are forced noindex/nofollow (compatible with Yoast SEO and Rank Math).
Crawling of /panel-afiliado/ is discouraged in robots.txt.
Dedicated template without header/sidebars and wrapper .telo-aff-page for your global styles.

Hooks

Filters

telo_affiliates_min_payout (float, default 20.0): minimum commission required to allow “Request payout”.

Actions

telo_affiliates_payout_recorded( $payout_id, $slug, $order_ids, $amount ): fires when a payout is recorded.

Order Meta Stored

_telo_affiliate — affiliate slug.
_telo_aff_paid — yes if marked as paid.
_telo_aff_payout_id — ID of the recorded payout.
_telo_aff_paid_ts — timestamp of the payout.

Shortcode
[telo_affiliate_dashboard slug=”juan”]
Renders “Juan’s” dashboard with:
– Unique link (use the TELO_AFF_PARAM constant to change the parameter name).
– Historical and pending summary.
– Request payout button (respects the minimum configured via filter).
– Responsive history table (CSS-ready classes).
Privacy
This plugin stores metadata in orders (affiliate association and payout status) and, optionally, affiliate contact data (name, email). Make sure to reflect this in your privacy policy if needed.
External Services
This plugin can optionally connect to the licensing service to activate PRO features:
licencias.qagencia.com — License validation and update checks for the PRO add-on.
Data sent: site URL, WordPress version, plugin version, license key (hashed) and server IP.
Frequency: on manual activation/deactivation and via a periodic check (daily).
Privacy: https://licencias.qagencia.com/privacy
Terms: https://licencias.qagencia.com/terms

各版本下載點

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

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


3.0.1 | trunk |

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

  • Affiliate Super Assistent 》Affiliate Super Assistant (ASA1) 讓您輕鬆地將亞馬遜產品整合到 WordPress 頁面中。, 使用模板功能,您可以在不同的頁面上以不同的風格展示產品,只需使用...。
  • Ni Sales Commission For WooCommerce 》, Sales Commission外掛提供了一個選項,可以根據訂單總額給予銷售代理或經銷商銷售佣金。Sales Commission外掛提供了一個選項,可以根據使用者角色設定佣金...。
  • Smart Affiliate for Dokan 》以下是有關 Smart Affiliate for Dokan WordPress 外掛的總結:, - Smart Affiliate for Dokan 將聯盟行銷功能整合至 WooCommerce 和 Dokan 多商家市場中。該...。
  • Ebook Store Affiliate – affiliate commission and deep backlinks for SEO from 4+ mio ebooks 》### 網絡書店聯盟插件總結:, , - 連接您的網站與 World of Digitals 的龐大數位產品數據庫,您將能夠存取目前超過 4.4 百萬本商業電子書,涵蓋 30 種語言,...。
  • WP Scribe Box 》WP Scribe Box 是一款 WordPress 外掛,可以幫助您創建引人入勝的內容,並將其優化為社交搜索。Scribe 的製造商 Copyblogger Media 的聯盟會員可以獲得每個轉...。
  • WP Genesis Box 》根據 Brian Gardner 的博客文章,可在文章或頁面上顯示 Genesis 框架聯盟方盒子,或使用 PHP 函數在任何地方進行顯示。, Genesis 是一個用於開發與維護現代且...。
  • MultiVendorX Razorpay Split Payment 》盼望已久的 MVX Razorpay Split Payment 現在已經上線。, MVX Razorpay Split Payment 是一個 WC Marketplace 外掛,可讓供應商立即(鏈式或並行)收到付款。...。
  • Virannonces 》透過設置這個外掛,您的博客可以成為一個收入來源,並顯示帶有聯盟鏈接(隱藏的)的廣告。這些廣告將從 http://affiliationtotale.com 網站維護和更新,因此...。
  • Affiliate Platform 》透過這款Referal Program外掛,能夠有效地增加網路購物店的銷售量。, 此外掛讓你的客戶能夠參與聯盟計畫,透過推薦產品來賺取獎勵。具備完整的聯盟模組,讓管...。
  • MarketEngine 》MarketEngine 是由 EngineThemes 開發的免費 WordPress 市場外掛程式,專為想要建立任何領域的多供應商市場平台的人士而設計。此插件將扮演技術助手的角色,...。
  • GamiPress – SliceWP integration 》使用強大的遊戲化外掛程式GamiPress,賦予您的SliceWP網站遊戲化的功能!, 這個外掛程式會自動連接GamiPress與SliceWP,並且新增新的活動事件。, 新的活動事件...。
  • Commission Junction Link Shortcode 》這個外掛可以讓您使用簡單的短代碼,從Commission Junction聯盟計畫自訂並插入文本鏈接到文章或頁面中。這可以避免WordPress所使用的所見即所得編輯器導致鏈...。
  • Infumar Affiliate Tracking 》總結:, Infumar Affiliate Tracking 是一款與 WooCommerce 整合的官方外掛,可將您的商店連接至 Infumar 影響者行銷平台。透過這個外掛,您可以自動追蹤影響...。
  • YesAllofUs – Instant RLUSD Commissions 》總結:, YesAllofUs讓您的WooCommerce商店成為一個強大的聯盟營銷平台,使用XRP Ledger上的RLUSD穩定幣進行佣金支付。它可以讓您自由配置佣金支付方式,包括...。
  • Affiliate Management for Ortiko 》總結:Affiliate Management for Ortiko 是一款強大的 WooCommerce 整合外掛,為您的線上商店提供全面的聯盟營銷解決方案。該外掛與 Ortiko 平台無縫整合,提...。

文章
Filter
Mastodon