Top Quality Products

WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code

$99.00

Added to wishlistRemoved from wishlist 0
Add to compare

12 sales

LIVE PREVIEW

WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code

WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code

In today’s digital age, it’s essential for businesses to have an online presence to stay competitive. With the rise of e-commerce, creating an online store can be a daunting task, especially for small business owners. This is where WhatsApp InstaOrderQR comes in – a comprehensive online ordering system that allows multiple vendors to open their stores and start taking orders from customers.

Key Features

As a script owner, you can sell subscription plans to vendors, who can then charge their customers directly for products or services. The system offers a robust super admin panel, easy subscription plan management, and a free plan option. Additionally, it features:

  • Clean and fresh design
  • Stripe subscription system
  • Integrated localization and multi-language support
  • High performance

Key Features for Vendors

Vendors can manage their items and categories, and send orders via WhatsApp to customers. They can also customize their store front colors, add a location map and address, and generate a unique QR code for quick store access. Other features include:

  • SEO and analytics settings
  • Multiple language support
  • QR code generation

Demo

To get a better understanding of the features, I recommend checking out the demo. The demo login details are:

  • Username: demosuperadmin
  • Password: demopass12

Server Requirements

To run WhatsApp InstaOrderQR, you’ll need:

  • PHP 7.4 or higher
  • MySQL 5.7 or higher
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • BCMath PHP Extension
  • Fileinfo PHP Extension
  • GD Library 2.0 or higher
  • Curl

Changelog

The script has undergone minor fixes and improvements in its latest release, #1.1.0.

Conclusion

WhatsApp InstaOrderQR is an excellent solution for businesses looking to create an online ordering system with multiple vendors. With its robust features, easy subscription plan management, and high performance, it’s an ideal choice for entrepreneurs and small business owners. If you’re looking for customization or installation services, the developers are available for freelance projects and can be contacted through their profile page.

Score: 5/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code”

Your email address will not be published. Required fields are marked *

Introduction to WhatsApp InstaOrderQR - Online Ordering System

In today's digital age, online ordering systems have become an essential tool for businesses to streamline their ordering process and improve customer experience. WhatsApp InstaOrderQR is a revolutionary online ordering system that allows customers to place orders directly through WhatsApp using a QR code. This system is perfect for restaurants, cafes, and other food establishments that want to simplify their ordering process and increase sales.

In this tutorial, we will guide you through the step-by-step process of setting up and using the WhatsApp InstaOrderQR online ordering system. By the end of this tutorial, you will be able to create a QR code for your menu, customize your online ordering system, and start receiving orders from customers through WhatsApp.

Step 1: Creating a QR Code for Your Menu

To start using WhatsApp InstaOrderQR, you need to create a QR code for your menu. Here's how to do it:

  1. Go to the WhatsApp InstaOrderQR dashboard and log in to your account.
  2. Click on the "Menu" tab and select the type of menu you want to create (e.g. food menu, drink menu, etc.).
  3. Add your menu items by clicking on the "+" button and entering the item name, price, and description.
  4. You can also add images or videos to your menu items to make them more appealing.
  5. Once you have added all your menu items, click on the "Generate QR Code" button.
  6. A QR code will be generated and displayed on the screen. You can save this QR code or share it with your customers.

Step 2: Customizing Your Online Ordering System

Once you have created your QR code, you can customize your online ordering system to fit your business needs. Here's how to do it:

  1. Go to the WhatsApp InstaOrderQR dashboard and click on the "Settings" tab.
  2. Under the "General" section, you can customize your business name, logo, and contact information.
  3. Under the "Payment" section, you can set up your payment options (e.g. cash, credit card, etc.).
  4. Under the "Delivery" section, you can set up your delivery options (e.g. pickup, delivery, etc.).
  5. You can also customize your order status notifications and cancellation policies.

Step 3: Receiving Orders through WhatsApp

Once you have customized your online ordering system, you can start receiving orders from customers through WhatsApp. Here's how to do it:

  1. Share your QR code with your customers through social media, email, or text message.
  2. When a customer scans the QR code, they will be taken to your online menu.
  3. The customer can then select their menu items and add them to their order.
  4. Once the customer has completed their order, they can submit it to you through WhatsApp.
  5. You will receive the order notification on your WhatsApp account and can respond to the customer to confirm the order.

Step 4: Managing Orders and Fulfilling Deliveries

Once you have received an order, you need to manage it and fulfill the delivery. Here's how to do it:

  1. Go to the WhatsApp InstaOrderQR dashboard and click on the "Orders" tab.
  2. You will see a list of all your received orders, including the customer's name, order details, and order status.
  3. You can update the order status by clicking on the "Update Order Status" button.
  4. You can also cancel an order by clicking on the "Cancel Order" button.
  5. Once you have fulfilled the delivery, you can mark the order as "Delivered" and the customer will receive a notification.

Conclusion

That's it! With these simple steps, you can set up and use the WhatsApp InstaOrderQR online ordering system to streamline your ordering process and improve customer experience. By creating a QR code for your menu, customizing your online ordering system, receiving orders through WhatsApp, and managing orders and fulfilling deliveries, you can increase sales and grow your business.

Configuration Settings

Database Configuration

To configure the database settings, you need to update the database.php file located in the config folder. Here is an example:

<?php

'default' => array(
    'host' => 'localhost',
    'username' => 'root',
    'password' => '',
    'database' => 'instaorderqr',
),

Email Configuration

To configure the email settings, you need to update the email.php file located in the config folder. Here is an example:

<?php

'smtp' => array(
    'transport' => 'smtp',
    'host' => 'smtp.gmail.com',
    'port' => 587,
    'username' => 'your_email@gmail.com',
    'password' => 'your_password',
    'secure' => 'tls',
),

WhatsApp Configuration

To configure the WhatsApp settings, you need to update the whatsapp.php file located in the config folder. Here is an example:

<?php

'bot' => array(
    'token' => 'your_whatsapp_token',
    'phone' => 'your_phone_number',
),

Instagram Configuration

To configure the Instagram settings, you need to update the instagram.php file located in the config folder. Here is an example:

<?php

'client_id' => 'your_client_id',
'client_secret' => 'your_client_secret',
'access_token' => 'your_access_token',

Payment Gateway Configuration

To configure the payment gateway settings, you need to update the payment.php file located in the config folder. Here is an example:

<?php

'paystack' => array(
    'secret_key' => 'your_paystack_secret_key',
    'public_key' => 'your_paystack_public_key',
),

QR Code Configuration

To configure the QR code settings, you need to update the qr_code.php file located in the config folder. Here is an example:

<?php

'qr_code' => array(
    'generator' => 'phpqrcode',
    'output' => 'image/png',
    'level' => 'H',
    'size' => '4',
    'ec_level' => 'L',
),

SASS Configuration

To configure the SASS settings, you need to update the sass.php file located in the config folder. Here is an example:

<?php

'sass' => array(
    'source_path' => 'public/css/',
    'compiled_path' => 'public/css compiled/',
    'indent' => '  ',
),

General Configuration

To configure the general settings, you need to update the general.php file located in the config folder. Here is an example:

<?php

'instaorderqr' => array(
    'title' => 'InstaOrderQR',
    'description' => 'Online Ordering System',
    'logo' => 'public/images/logo.png',
    'currency' => 'USD',
),

Note: Make sure to replace the your_ placeholders with your actual values.

Here are the features mentioned about WhatsApp InstaOrderQR - Online Ordering System - Multi Vendors - Online Menu - SASS - QR Code:

Key Features

  • Clean and Fresh Design
  • Robust Super Admin Panel
  • Stripe Subscription System
  • Easy to manage Subscription Plans
  • Integrated FREE plan
  • Integrated localization/multi-language system for static texts
  • Languages translation with RTL support
  • High Performance

Key Features for Vendor

  • Items and Categories Management
  • Vendor Direct payment gateway keys
  • WhatsApp Orders - User can send orders via WhatsApp to vendors.
  • Store Front Colors - Vendor can Match the colors of their brand by having the option from the admin to choose their colors for the store front.
  • Location Map & Address - The store can display a location map and address on the store page. It can be achieved simply by adding latitude and longitude.
  • QR Code - The store generates a unique QR code for each store, which is downloadable and printable, so quick store access is possible.
  • SEO and Analytics - The SEO and Google Analytics settings are available for the vendor so he can put in the SEO metadata and Google Analytics code.
  • Multiple Languages - Vendor can choose the default language for their store.

Server Requirements

  • PHP >= 7.4|8.0|8.1
  • MySQL 5.7 +
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • BCMath PHP Extension
  • Fileinfo PHP Extension
  • GD Library (>=2.0)
  • Curl

Other Features

  • Demo available
  • Login details provided
  • Change log available
  • Keywords: online ordering system, ordering application, multi store script, ordering script, online ordering software, best online ordering system, multi vender store, food ordering system, restaurant ordering system, e commerce script, ecommerce, advanced ordering system, SASS Script, WhatsApp Ordering System, Multi Vendors Shops
  • Available for freelance projects and customization works
  • Installation and customization services available
  • Supports various technologies such as Flutter, Laravel, Angular, AngularJS, Mobile Apps, PHP, CodeIgniter, jQuery, and WordPress.
WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code
WhatsApp InstaOrderQR – Online Ordering System – Multi Vendors – Online Menu – SASS – QR Code

$99.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0