Files
woonoow-docs/docs/marketing/affiliates.mdx
Dwindi Ramadhana 4086f413c1 fix: resolve search dropdown clickability and add new documentation pages
- Fix: resolve search dropdown clickability by increasing z-index. The DocSearch button and dropdown were not clickable due to z-index conflict with sticky sidebar elements. Added position: relative and z-index: 501 to .docsearch .DocSearch-Button, and z-index: 500 to .docsearch wrapper to ensure proper stacking context.

- Docs: add UI Standards documentation for developer guidelines
- Docs: add Routing documentation for developer reference
- Docs: add Affiliates documentation for marketing section
2026-05-30 23:02:11 +07:00

31 lines
1.4 KiB
Plaintext

---
title: Affiliate Program
description: Manage referral tracking and commissions for your store.
---
> [!NOTE]
> **Status:** Planning / Upcoming Feature
> The Affiliate Program module is currently in development and will be available in a future release.
The WooNooW Affiliate Program allows you to build a network of partners who earn commissions by referring customers to your store. This feature is fully integrated into the WooNooW Admin SPA and Customer Dashboard.
## Overview
The affiliate system will handle referral tracking, commission calculation, and payout management without needing external plugins.
### Planned Features
1. **Referral Tracking**: Cookie-based tracking (e.g., 30 days) to accurately attribute sales to affiliates.
2. **Commission Management**: Set flexible commission rates for successful referrals.
3. **Admin Management UI**:
* Review and approve affiliate applications.
* Monitor referral history and earnings.
* Process payouts directly from the admin dashboard.
4. **Customer Dashboard Integration**:
* Affiliates can access their unique referral links and codes from their account page.
* View real-time statistics (clicks, conversions, pending earnings).
* Submit payout requests.
5. **Automated Notifications**: Trigger emails or notifications when a referral is completed or a payout is processed.
*More details will be provided once the module is officially released.*