Sale!

E-commerce Multi vendor System

Original price was: $125.00.Current price is: $65.00.

E-commerce Multi vendor System. It helps to setup your own marketplace fast, easy & reliable.

Category:

Overview:

Multi vendor E-commerce system helps you to create any marketplace and allow vendors/store owners to sell products to your site. It helps to set up your own marketplace fast, easy and reliable.

Features:

  • Admin Panel
  • Customer panel
  • Vendor panel
  • Add Product/Manage Product
  • Add category/Manage category
  • Add Brand/Manage Brand
  • Slider Manage
  • Coupon system
  • Social login
  • Order Management. (Online)
  • Stock Management
  • Customer Management
  • Vendor Management
  • Payment gateway
  • Shipping Charge Options
  • Pre-order system
  • Order Tracking
  • General Setting
  • Email setup
  • Dynamic content
  • Order Notification (Email)
  • Dynamic blog system
  • Role permission
  • Wishlist
  • Social Sharing
  • Quick Buy
  • Campaign
  • Language-English
  • Push Notification
  • Advance Product Search
  • Advance Product Load
  • High Security
  • Responsive & User Friendly

Requirements:

  • PHP Version 8.0
  • Shared hosting Minimum 5 GB/VPS hosting

Instructions:

First open your project on sublime text or any other but i will prefer sublime. current theme color and replace new.

  • open .env file and change APP_URL its very very important
  • open .env file and config with your database and mail server
  • if you want to integrate login with facebook and google, then open .env and 53 line set your FACEBOOK_CLIENT_ID=”yourcliendid” & FACEBOOK_CLIENT_SECRET=”yourseret id” and for goole GOOGLE_CLIENT_ID=”your_id” and GOOGLE_CLIENT_SECRET=”your secret id”
  • Integration Sms OTP api,

goto app/http/contoreller/auth/RegisterController.php
$url = “your_api_url;”;
$number=$request->number;–no need to change
$rand=rand(99999,999999);;–no need to change
$text=”Your Company  OTP Is “.$rand; replace your company name
$data= array(
‘username’=>”01718996269″,–sms login user
‘password’=>”01718996269@AB”,”,–sms login password
‘number’=>”$number”,)–no need to change
‘message’=>”$text”)–no need to change
);

  • would you like to connect firebase push notification. it’s already connect with demo account if you like to connect with your firebase than flow the instruction-firebase have 3 file

appHttpControllersHomeController.php–line no 118
appHttpControllersAdminEcommerceOrderController.php–line no 425
appHttpControllersVendorProductController.php–line no 801
change  $SERVER_API_KEY=”your_firbase_key”

  • Note: migrate command does not work properly you need to import the database manually. migration file have missing some column
  • top header and footer contact details change instruction goto resource/views/layouts/frontend/partials/header.blade.php and resource/views/layouts/frontend/partials/footer.blade.php

Header Section Edit:
GOTO
resource/views/layout/frontend/partials/header.blade.php
Footer Section Edit:
GOTO
resource/views/layout/frontend/partials/footer.blade.php
Order Invoice + mail format Edit:
resources/views/frontend/invoice-mail.blade.php
resources/views/frontend/invoice.blade.php
resources/views/admin/e-commerce/order/invoice.blade.php

Reviews

There are no reviews yet.

Be the first to review “E-commerce Multi vendor System”

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