docs: add missing configuration pages and remove redundant H1 headers
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Coupons
|
||||
description: Smart discounts and promotions.
|
||||
---
|
||||
|
||||
# Coupons
|
||||
|
||||
Go beyond standard WooCommerce coupons.
|
||||
|
||||
## Smart Features
|
||||
* **Auto-Apply**: Apply coupons automatically when cart conditions are met.
|
||||
* **Bulk Generation**: Generate thousands of unique codes for partners.
|
||||
* **URL Coupons**: Create links that automatically apply a discount when clicked.
|
||||
60
contents/docs/marketing/coupons/index.mdx
Normal file
60
contents/docs/marketing/coupons/index.mdx
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: Coupons
|
||||
description: Create discount codes to boost sales and reward customers.
|
||||
---
|
||||
|
||||
|
||||
|
||||
Coupons are a powerful way to run sales, recover abandoned carts, and reward loyalty. WooNooW provides a flexible coupon system compatible with standard WooCommerce logic.
|
||||
|
||||

|
||||
|
||||
## Managing Coupons
|
||||
|
||||
Navigate to **Marketing > Coupons** to see all active and expired discount codes.
|
||||
The list view shows:
|
||||
* **Code**: The text customers enter at checkout.
|
||||
* **Type**: e.g., Percentage or Fixed Amount.
|
||||
* **Amount**: The value of the discount.
|
||||
* **Usage**: How many times the coupon has been used compared to its limit.
|
||||
|
||||
## Applying Coupons
|
||||
|
||||
### 1. Manual Entry
|
||||
Customers can enter the code in the "Coupon Code" field on the Cart or Checkout page.
|
||||
|
||||
### 2. Via URL (Auto-Apply)
|
||||
You can send customers a direct link that automatically applies the coupon and adds it to their session.
|
||||
Format: `https://yourstore.com/shop?coupon=CODE` (or `?apply_coupon=CODE`)
|
||||
|
||||
Example: `https://example.com/shop?coupon=SUMMER2026`
|
||||
|
||||
> [!TIP]
|
||||
> This is perfect for [Newsletter Campaigns](/docs/marketing/newsletter). Use this link in your email buttons (e.g., "Shop Now & Save 20%") to boost conversion rates.
|
||||
|
||||
## Creating a Coupon
|
||||
|
||||
Click **New Coupon** to create a promotion.
|
||||
|
||||

|
||||
|
||||
### General Settings
|
||||
1. **Code**: (Required) Make it memorable (e.g., `SUMMER2026`).
|
||||
2. **Description**: Internal note about the campaign.
|
||||
3. **Discount Type**:
|
||||
* **Percentage**: Takes a % off the total cart (e.g., 20%).
|
||||
* **Fixed Cart Discount**: Removes a specific amount from the whole cart (e.g., $10 off).
|
||||
* **Fixed Product Discount**: Disounts specific items only.
|
||||
4. **Expiry Date**: Automatically disable the coupon after this date.
|
||||
|
||||
|
||||
### Restrictions & Limits
|
||||
Use the tabs on the left to add rules:
|
||||
* **Usage Limits**:
|
||||
* **Per Coupon**: Total number of times this code can be used.
|
||||
* **Per User**: Limit how many times a single customer can use it.
|
||||
* **Minimum/Maximum Spend**: Define the order value range for the coupon to be valid.
|
||||
* **Conditions**:
|
||||
* **Individual Use**: Prevent using this coupon with other offers.
|
||||
* **Exclude Sale Items**: Do not apply discount if items are already on sale.
|
||||
* **Product/Category Restrictions**: Whitelist or blacklist specific items or categories.
|
||||
@@ -3,7 +3,7 @@ title: Marketing Suite
|
||||
description: Grow your business with built-in tools.
|
||||
---
|
||||
|
||||
# Marketing Suite
|
||||
|
||||
|
||||
WooNooW comes with a powerful suite of marketing tools to help you retain customers and increase sales.
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Newsletter
|
||||
description: Manage subscribers and campaigns.
|
||||
---
|
||||
|
||||
# Newsletter
|
||||
|
||||
A complete email marketing solution built into your store.
|
||||
|
||||
## Subscribers
|
||||
Automatically capture emails at checkout or via the footer form.
|
||||
* **GDPR**: Includes double opt-in support.
|
||||
* **Segmentation**: Tag subscribers based on purchase history.
|
||||
|
||||
## Campaigns
|
||||
Send beautiful HTML emails to your list.
|
||||
1. Go to **Marketing > Newsletter**.
|
||||
2. Click **New Campaign**.
|
||||
3. Use the Template Builder to design your email.
|
||||
4. Schedule or send immediately.
|
||||
49
contents/docs/marketing/newsletter/index.mdx
Normal file
49
contents/docs/marketing/newsletter/index.mdx
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: Newsletter
|
||||
description: Manage subscribers and send email campaigns directly from your store.
|
||||
---
|
||||
|
||||
|
||||
|
||||
WooNooW includes a built-in newsletter system, allowing you to build your audience and engage customers without third-party services.
|
||||
|
||||

|
||||
|
||||
## Managing Subscribers
|
||||
|
||||
The **Subscribers** tab displays your entire audience list.
|
||||
|
||||
* **Status**: Quickly see if a user is `active` or `unsubscribed`.
|
||||
* **Source**: Identify if the subscriber is a registered WordPress user or a guest.
|
||||
* **Actions**: Use the menu to manually unsubscribe or delete users.
|
||||
|
||||
### Collecting Emails
|
||||
Subscribers are automatically added via:
|
||||
1. **Checkout Opt-in**: Customers can subscribe while placing an order.
|
||||
2. **[Footer Form](/docs/builder/header-footer#newsletter-integration)**: Use the built-in newsletter block in your store footer.
|
||||
3. **Popups**: (If enabled) Capture emails via exit-intent popups.
|
||||
|
||||
## Creating Campaigns
|
||||
|
||||
Navigate to the **Campaigns** tab or click **New Campaign** to start composing an email.
|
||||
|
||||

|
||||
|
||||
### Campaign Settings
|
||||
1. **Title**: Internal name for your reference (e.g., "Holiday Sale 2026").
|
||||
2. **Subject**: The subject line appearing in customers' inboxes. Use emojis to boost open rates! 🎄
|
||||
|
||||
### Email Builder
|
||||
The visual editor allows you to format your message with rich text, links, and images.
|
||||
|
||||
> [!TIP]
|
||||
> **Use Variables**
|
||||
> Personalize your emails using shortcodes like `{customer_name}` to automatically insert the recipient's first name.
|
||||
|
||||
## Sending Process
|
||||
Once your campaign is ready, you can:
|
||||
* **Send Test**: Send a preview to your admin email address.
|
||||
* **Schedule**: Pick a future date and time for delivery.
|
||||
* **Send Now**: Immediately blast the campaign to all active subscribers.
|
||||
|
||||
WooNooW handles the sending queue in the background to prevent server timeouts.
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Wishlist
|
||||
description: Let customers save products.
|
||||
---
|
||||
|
||||
# Wishlist
|
||||
|
||||
Enable the heart icon on your products.
|
||||
|
||||
## How it works
|
||||
* **Guest Support**: Guests can save items (stored in cookies/local storage).
|
||||
* **Account Sync**: When guests log in, their wishlist is saved to their account.
|
||||
* **Sharing**: Customers can share their wishlist via social media or email.
|
||||
39
contents/docs/marketing/wishlist/index.mdx
Normal file
39
contents/docs/marketing/wishlist/index.mdx
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: Wishlist
|
||||
description: Allow customers to save products for later purchasing.
|
||||
---
|
||||
|
||||
The **Wishlist** module allows customers to save their favorite products to a dedicated list, increasing retention and future purchases.
|
||||
|
||||
## Overview
|
||||
|
||||
A wishlist provides a way for shoppers to create personalized collections of products they want to buy and save them for future reference.
|
||||
|
||||
### Key Features
|
||||
* **Guest Wishlists**: Allow non-logged-in users to save items (stored in their browser).
|
||||
* **User Integration**: Logged-in users' wishlists are saved to their account.
|
||||
* **One-Click Add**: Customers can move items from wishlist to cart instantly.
|
||||
|
||||
## Configuration
|
||||
|
||||
To access Wishlist settings, go to **Settings > Modules > Wishlist**.
|
||||
|
||||

|
||||
|
||||
### General Settings
|
||||
* **Enable Guest Wishlists**: If enabled, guests can add items to a wishlist which is stored in their browser's local storage. If disabled, users must log in to use the wishlist.
|
||||
* **Show Icon in Header**: displays a heart icon with a counter in the site header.
|
||||
* **Max Items Per Wishlist**: Set a limit on how many items can be saved (Set to `0` for unlimited).
|
||||
* **Show "Add to Cart"**: Display a direct add-to-cart button next to each item in the wishlist view.
|
||||
|
||||
## Usage
|
||||
|
||||
### For Customers
|
||||
1. **Adding Items**: Click the Heart icon on any product card or product page.
|
||||
2. **Viewing Wishlist**: Click the Heart icon in the header or visit `/wishlist`.
|
||||
3. **Managing**: Removing items is done by clicking the Heart icon again or the "Remove" button in the list.
|
||||
|
||||
### Future Features (Coming Soon)
|
||||
* **Sharing**: Ability to share public wishlist links.
|
||||
* **Back in Stock**: Auto-notifications for saved items.
|
||||
* **Multiple Lists**: Create detailed lists (e.g., "Birthday", "Holiday").
|
||||
Reference in New Issue
Block a user