Title: TELO Affiliates Lite
Author: miguelqagencia
Published: <strong>2025 年 12 月 9 日</strong>
Last modified: 2025 年 12 月 9 日

---

搜尋外掛

![](https://ps.w.org/telo-affiliates-lite/assets/banner-772x250.png?rev=3415056)

![](https://ps.w.org/telo-affiliates-lite/assets/icon-128x128.png?rev=3415056)

# TELO Affiliates Lite

 由 [miguelqagencia](https://profiles.wordpress.org/miguelqagencia/) 開發

[下載](https://downloads.wordpress.org/plugin/telo-affiliates-lite.3.0.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/telo-affiliates-lite/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/telo-affiliates-lite/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/telo-affiliates-lite/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/telo-affiliates-lite/#developers)

 [技術支援](https://wordpress.org/support/plugin/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

## 安裝方式

 1. Upload the plugin to the `/wp-content/plugins/` directory or install it from the
    WordPress.org repository.
 2. Activate it in _Plugins  Installed Plugins_.
 3. (Optional) Define the `TELO_AFF_PARAM` constant if you want to change the tracking
    parameter name (for example `ref`):
     `php define( ‘TELO_AFF_PARAM’, ‘ref’ );
 4. Go to Affiliates to create your affiliates (name, slug, %).
 5. Create public pages from Affiliates  Affiliate Pages (“Create Page” button).
 6. Insert the affiliate dashboard wherever you want with the shortcode:
     [telo_affiliate_dashboard
    slug=”your_slug”]

## 常見問題集

### Which URL parameter is used for tracking?

It is configurable via the TELO_AFF_PARAM constant (define it in wp-config.php or
in the plugin/theme bootstrap). If you do not define it, the plugin’s default is
used.

### Does import affect sales or historical payout data?

No. Import/export only handles slug, name and rate. No orders, commissions or historical
data.

### Do affiliate pages affect my SEO?

No. They are created with a dedicated template without header/sidebars, marked noindex/
nofollow and /panel-afiliado/ is disallowed in robots.txt.

### Can I customize styles?

Yes. The shortcode and template use wrapper classes (.telo-aff-frontend, .telo-aff-
page, etc.). Add your CSS in your theme or in a plugin stylesheet.

### Does it work with WooCommerce HPOS?

Yes. The “Affiliate” column is added to the order list in both classic and HPOS 
views.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ miguelqagencia ](https://profiles.wordpress.org/miguelqagencia/)

[將〈TELO Affiliates Lite〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/telo-affiliates-lite)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/telo-affiliates-lite/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/telo-affiliates-lite/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/telo-affiliates-lite/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/telo-affiliates-lite/)。

## 變更記錄

#### 3.0.1

 * Minor fixes based on the WordPress.org plugin review (security hardening and 
   compatibility tweaks).

#### 3.0.0

 * Initial version.
 * Affiliate dashboard shortcode.
 * Payout requests with approval/rejection.
 * Payout history.
 * “Affiliate Pages” submenu with create/restore/trash.
 * Import/Export affiliates in JSON.
 * “Affiliate” column in orders (classic and HPOS).
 * Noindex/nofollow for affiliate pages and Disallow entry in robots.txt.
 * Responsive tables in front end and admin.

## 中繼資料

 *  版本 **3.0.1**
 *  最後更新 **4 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/telo-affiliates-lite/)
 * 標籤
 * [affiliates](https://tw.wordpress.org/plugins/tags/affiliates/)[commission](https://tw.wordpress.org/plugins/tags/commission/)
   [referral](https://tw.wordpress.org/plugins/tags/referral/)[woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/telo-affiliates-lite/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/telo-affiliates-lite/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/telo-affiliates-lite/reviews/)

## 參與者

 *   [ miguelqagencia ](https://profiles.wordpress.org/miguelqagencia/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/telo-affiliates-lite/)