# How Website Owners Make Money from Vendors

To make money from vendors, admin will set fee for vendors when they offer their services to the site

## Step 1: Set Vendor Fee

You can set fixed amount per booking or percent amount per booking

<figure><img src="/files/C4h1As0TxhJEIGQlUMw5" alt=""><figcaption></figcaption></figure>

## Step 2: Manage Commission

You can see fields titled: Booking ID, Vendor ID, System Fee, **Vendor Fee,** Tax, Commission, Profit, Total, and Date Created.

Example,  For 48 Booking ID, the commission received by the admin will be calculated as follows:&#x20;

<figure><img src="/files/rUdx0qTMsg5f4bGHwAfW" alt=""><figcaption></figcaption></figure>

### **1. Profit**:&#x20;

$98.00 : Profit after deducting vendor fees ( $2.00 )

### **2. System Fee:**

$2.00 because Fixed Amount per booking is $2

<figure><img src="/files/xZZh9NRXodCFEWTuDXw6" alt=""><figcaption></figcaption></figure>

### 3. Vendor Fee:&#x20;

$2.00 because Fixed Amount per booking is $2

<figure><img src="/files/LI3i8H4gK3ZsMDPwPeRW" alt=""><figcaption></figcaption></figure>

### **4. Tax:**&#x20;

$3.00 because customers are subject to a 3% income tax. ( $100.00 \* 3% = $3.00 )

<figure><img src="/files/Gq7avZ9oUO446zwiVBpN" alt=""><figcaption></figcaption></figure>

### **5. Commission**:&#x20;

* If Website Owners pay tax:&#x20;

**Commission = Tax  + System Fee  + Vendor Fee**

<figure><img src="/files/EnOrwlWRgo2lc9XrV25R" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/13JDjTLOkjcDm77DrFZc" alt=""><figcaption></figcaption></figure>

* If vendors pay tax

**Commission = System Fee  + Vendor Fee**

<figure><img src="/files/ETbFv9WyKvcPbK3QolMa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/N8qJHgHXPnhiY3XXF0pC" alt=""><figcaption></figcaption></figure>

### **6. Total**:

**Total = Profit + Commission**

$105 \[ total ($105.00) = profit ($98.00) + commission ($7.00) ]

**Please, note**: You can also check how much commission you’ve earned over a specific period (1 month, 3 months, etc.).

Suppose that I want to search commission I've earned from 01/04/2025 - 30/04/2025

<figure><img src="/files/7dGdxZFwmxZRm3LjaHv4" alt=""><figcaption></figcaption></figure>

The data obtained after filtering from 01/04/2025 - 30/04/2025

<figure><img src="/files/MXQ4pTEDP4zjnq20EJyt" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ova-themes.gitbook.io/vendor-add-on-for-bookpro-plugin/others/how-website-owners-make-money-from-vendors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
