Fondy Admin Panel: Simplifying Order Management and Enhancing Insights with an Intuitive Dashboard
Welcome to Fondy
Your ultimate solution for effortless order management and insightful data visualization. Crafted with simplicity and efficiency in mind, Fondy's Admin Panel empowers businesses to handle orders seamlessly and gain valuable insights through an intuitive Dashboard page.
Key Features:
1. Effortless Order Management:
- Seamlessly manage and track orders in real-time.
- Intuitive interface for quick order processing and updates.
- Efficiently search, filter, and organize orders.
2. Comprehensive Dashboard:
- Dynamic and visually appealing dashboard for a quick overview of key metrics.
- Instant access to important insights such as sales trends and order status.
3. User-Friendly Interface:
- Intuitive navigation catering to both experienced administrators and newcomers.
4. Security and Permissions:
- Granular permission settings to control access levels for different users.
How to Use:
1. Administrator Entrance:
- Click on the "Create Admin User" button for your initial entrance.
- Your login credentials will be created; use them to log in.
- Remember to keep track of these credentials.
2. Fondy Integration:
- Ensure you've created a Merchant at Fondy's website.
- Enter your Merchant ID and Payment key.
3. Front-End Connection:
- Connect your Front-End by adding a POST API request with the provided link to your make-order button.
- Ensure the JSON response structure includes required fields (items, id, name, price, quantity, payment_method).
{
"customer_name": "Ann",
"customer_address": "3 Khreshchatyk street, Kyiv, 01044",
"items": [
{
"id": 1,
"name": "your product name",
"price": 1600,
"quantity": 4
}
],
"payment_method": "card"
}
4. User Management:
- Create different users with various permissions at the Administrative menu section.
Note:
Before using template, you need to restart Node-Red flows. Please go to your Node-RED environment and restart them.
That's it! Now experience the power of streamlined order management and data-driven decision-making with Fondy's Admin Panel. Simplify your workflow, enhance efficiency, and elevate your business operations today!
Top comments (0)