[WordPress] 外掛分享: TELO Affiliates Lite

首頁外掛目錄 › TELO Affiliates Lite
WordPress 外掛 TELO Affiliates Lite 的封面圖片
全新外掛
安裝啟用
尚無評分
127 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v3.0.1 上架:2025-12-08

內容簡介

**總結:**

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的摘要和問答,以繁體中文呈現。

外掛標籤

開發者團隊

⬇ 下載最新版 (v3.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「TELO Affiliates Lite」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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

延伸相關外掛

文章
Filter
Apply Filters
Mastodon