UBOS Community

Cover image for Fondy Admin Panel: A Step-by-Step Guide
Olha
Olha

Posted on

Fondy Admin Panel: A Step-by-Step Guide

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.

Order Management

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.

Dashboard Overview

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.

Admin Entrance
Login

2. Fondy Integration:

  • Ensure you've created a Merchant at Fondy's website.
  • Enter your Merchant ID and Payment key.

Merchant Creation
Merchant ID and Key
Merchant Details

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"
   }
Enter fullscreen mode Exit fullscreen mode

4. User Management:

  • Create different users with various permissions at the Administrative menu section.

Administrative menu

Note:

Before using template, you need to restart Node-Red flows. Please go to your Node-RED environment and restart them.

Node-RED

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!

Discussion (0)