feat: restructure docs into store, marketing, builder, and config sections
This commit is contained in:
16
contents/docs/store/customers.md
Normal file
16
contents/docs/store/customers.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Customers
|
||||
description: VIP classification and metrics.
|
||||
---
|
||||
|
||||
# Customer Management
|
||||
|
||||
Know who buys from you.
|
||||
|
||||
## VIP Classification
|
||||
WooNooW automatically tags customers based on their spend.
|
||||
* **VIP**: High spenders.
|
||||
* **Regular**: Frequent buyers.
|
||||
* **New**: First-time buyers.
|
||||
|
||||
You can use these tags to segment your [Newsletter](/docs/marketing/newsletter) campaigns.
|
||||
14
contents/docs/store/index.md
Normal file
14
contents/docs/store/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Store Management
|
||||
description: Manage your daily operations.
|
||||
---
|
||||
|
||||
# Store Management
|
||||
|
||||
The Store Management section allows you to handle day-to-day operations efficiently.
|
||||
|
||||
## Sections
|
||||
|
||||
* **[Orders](/docs/store/orders)**: View and process customer orders with a modern interface.
|
||||
* **[My Customers](/docs/store/customers)**: Manage your customer base and assign VIP statuses.
|
||||
* **[Products](/docs/store/products)**: Quick overview and management of your catalog.
|
||||
18
contents/docs/store/orders.md
Normal file
18
contents/docs/store/orders.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Orders
|
||||
description: Processing transactions.
|
||||
---
|
||||
|
||||
# Order Management
|
||||
|
||||
View and manage orders in **Store Management > Orders**.
|
||||
|
||||
## The Order Table
|
||||
A modern, real-time view of your sales.
|
||||
* **Status Filters**: Quickly see what needs processing.
|
||||
* **Quick Actions**: Print invoices or mark as shipped directly from the list.
|
||||
|
||||
## Order Details
|
||||
Clicking an order reveals the deep dive view:
|
||||
* **Timeline**: See exactly when payment happened and emails were sent.
|
||||
* **Edit Items**: Modify the order contents before fulfillment.
|
||||
17
contents/docs/store/products.md
Normal file
17
contents/docs/store/products.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Products
|
||||
description: Managing your catalog.
|
||||
---
|
||||
|
||||
# Products
|
||||
|
||||
WooNooW enhances the standard WooCommerce product management.
|
||||
|
||||
## Quick Edit
|
||||
Update prices and stock levels directly from the list view without opening each product.
|
||||
|
||||
## Types
|
||||
We support all standard types:
|
||||
* **Simple Product**
|
||||
* **Variable Product**
|
||||
* **Digital/Downloadable**
|
||||
Reference in New Issue
Block a user