Admin Guide Center

Welcome to the Administration Guide Center

This center serves as a comprehensive onboarding resource to help you manage dashboard features, store settings, and inventory operations.

Quick Links:

No Guides Found Matching Your Search

Try using different search terms or browsing the chapters in the sidebar.

1. Dashboard Overview

Tap or hover on the green numbered hotspots to inspect details about each component of the Admin Dashboard.

Admin Dashboard Layout Wireframe
Interactive Schematic
1
STORE NAV
2
3
4
5
Interactive Pro-Tip:

Hover or tap on the numbered green bubbles to toggle descriptive tooltips explaining each main section.

2. Inventory Management Guide

Learn the correct procedures to keep products updated, maintain categories, handle stock thresholds, and execute import/export operations.

A. Product Lifecycle Flow

1. Validate
Category Checks

Ensure Category exists first.

2. Create
Add Product

Enter price (₹), stock & info.

3. Manage
Stock Level

Track limits & alerts.

4. Report
Analytics Audit

Evaluate sales & export CSV.

B. Add Product Form - Wireframe & Annotations

Wireframe: Add Product Form Security: Admin Only
Product Title (Required)
Enter product name...
Category (Required)
Select category
Initial Stock (Qty)
e.g. 50
Regular Price (INR)
₹0.00
Sale Price (INR)
₹0.00
Product Images
Drag & drop image here
Form Validation Annotations
  • Pricing Fields: Must be positive integers/decimals and entered strictly in Indian Rupees (₹).
  • Initial Stock: If set to 0, status transitions to "Out of Stock" automatically.
  • Images: File formats accepted are JPG, JPEG, PNG, and WEBP. Recommended ratio is 1:1 (Square, e.g., 800x800px). Maximum size allowed is 2MB per image.
  • Required Permissions: Requires an Admin role or Store Manager role with inventory edit access.

C. Key Inventory Operations

Operation Required Role Description & Rules Best Practices
Add Product Admin Creating new entries under `dashboard/add-product.html` page. Ensure high resolution images and appropriate meta descriptions for SEO search indices are specified.
Edit Product Admin Modifying details on existing listing, accessed by clicking the edit icon in the Products table. Double check current prices to avoid incorrect calculations on checkout checkouts.
Delete Product Admin Permanent database removal of product data from store dashboard. Avoid deleting high-sales history items. Set status to "Unpublished" or stock to 0 instead.
Categories Management Admin Adding/editing store categorization hierarchies under `dashboard/categories.html`. Use brief names (1-2 words max) and keep icons clean and descriptive.
Bulk Import/Export Admin Download/Upload spreadsheets containing entire catalog rows. Always keep a backup CSV version before uploading changes. Validate columns structure.
Stock Level Alerts System Auto Auto-notifications sent to dashboard when stock drops below 10 units. Setup auto email reports to restock products from suppliers on time.

3. Dashboard Features Guide

A complete reference guide for user management, ordering operations, audit trails, and dashboard settings.

Orders Management

Navigate to `dashboard/order-list.html` to review all sales transactions. Clicking any row opens `order-single.html` where admins can update shipping progress, process refunds, or print order invoices.

Status Badges:
Pending Processing Shipped Cancelled
User & Roles

Create and manage customer profiles under the Customers tab. Role changes require administrator authentication. By default, customer accounts cannot gain dashboard access due to global `admin-guard.js` block rules.

Authentication Guard Activated
Reports & Analytics

The main homepage generates real-time graphs showing Monthly Earnings, sales channels breakdown, and inventory values. Data resets occur automatically each financial year cycle.

Alerts & Audit Logs

Audits are saved automatically upon database transactions. Review product logs, customer updates, and order changes directly from the administration dashboard control panel.

4. Interactive Learning & FAQs

Use these interactive widgets to resolve queries and complete simulated administrative training walkthroughs.

A. Store Audit Walkthrough

Step 1: Check Current Pending Orders
Progress: 20%

Navigate to the Order list page. Look for orders marked with the yellow 'Pending' status. Check if transaction details resolve properly in Rupees.

B. Interactive FAQs Accordion

The ClenzyPlus store is configured to execute transactions and metrics calculations exclusively in Indian Rupees (₹). No manual adjustments are required, as pricing tables, order records, and dashboard metrics read currency fields directly in ₹/INR.

The site checks authorization client-side via `assets/js/admin-guard.js`. Any URL containing `/dashboard/` is automatically guarded. If the check resolves that `isAdminLoggedIn` is not `'true'` in localStorage, the browser intercepts execution and redirects the client to the sign-in page.

Product images are uploaded during product creation or edits inside the product forms. Recommended image ratio is 1:1 (Square, e.g., 800x800px). Images must follow formatting guidelines (.jpg, .jpeg, .png, .webp) and cannot exceed 2MB per upload.

C. Video & Tutorial Guides

5:24 Mins
Managing Store Catalog & Products

Learn how to configure attributes, manage quantities, and publish categories.

3:40 Mins
Processing Transactions & Invoices

Step-by-step video tutorial demonstrating the checkout processing operations.

5. Troubleshooting & Support

Find fast answers to system anomalies and discover how to contact administrative support resources.

Common System Scenarios
Error: Redirected back to login page unexpectedly Your admin login session token has expired or `localStorage` was cleared. Sign in again with admin credentials.
Error: Newly added category does not show in dropdown Check if the category has been marked as 'Published'. Unpublished categories will not appear in product creation forms.
Error: Spreadsheet import fails parsing columns Verify the headers in the CSV match the system format exactly. Blank name cells are automatically rejected.
Support Channels & Contacts
IT Admin Helpdesk
  • Support Email: support@clenzyplus.com
  • Emergency Hotline: 1800-419-HELP (Toll-Free)
  • Operation Hours: 9:00 AM to 6:00 PM IST (Mon - Sat)
  • Escalation SLA: Under 2 hours response for catalog block events.

For developers working on system integrations, access the full operations logs and guides under the System Operations Guides.