eCart – Multi Vendor eCommerce System nulled download

Step 1. How to Configure Database & Back-end on Your Server?

  1. First of all find the eCart – Multivendors folder from the PHP code folder from the downloaded package and upload to your server.
  2. Create a new database from cPanel
  3. Create new user for the database & give all the privileges to the user
  4. Import the database file ‘eCart – Multivendors – blank.sql’ to your PHPMYADMIN and follow steps shown here.
  5. Open File Manager or FTP or File Explorer
  6. Go To ‘includes/’ directory and Open ‘crud.php’ file in PHP Code
  7. set ‘DOMAIN_URL’ to your admin panel URL like this >>
    ‘https://myapppanel.com/’ or ‘https://myapppanel.com/admin/’ or ‘https://admin.myapppanel.com/’ on line number – 8
    define(‘DOMAIN_URL’,’https://myapppanel.com/’);

Note : Especially don’t forget to add ‘ forward slash ‘ at the end of the domain URL like this ‘/’

  1. Set database credentials with your credentials on line number – 17,18,19,20

private $db_host = “localhost”; // Change as required
private $db_user = “mydb_user”; // Change as required
private $db_pass = “mydb_user_password”; // Change as required
private $db_name = “myquizpanel_db”; // Change as required

Thats it! Now you are ready to run your eCart Multivendor Panel : https://myapppanel.com/

DOWNLOAD ALSO:  Global - Multi School management system 6.2

How install the eCart Multivendor backend code on your server by using installation wizard?

  1. First of all find the eCart Multivendor folder from the PHP code folder from the downloaded package and upload the code to your server on your desired domain or subdomain. Like for example, You have https://ecartmultivendor.com domain with you
  2. Create a new database from cPanel
  3. After that you can visithttps://ecartmultivendor.com/install

 

Sample image

    1. Database Hostname : Enter the hostname.
    2. Database Username : Enter the username that have access to the database.
    3. Database Password : Enter the password.
    4. Database Name : Enter the name of database.
    5. Admin Username : Enter the username (The username will be used further for user authentication)
    6. Admin Password : Enter the password(The password will be used further for user authentication)
    7. Admin Email : Enter the email(The email will be used further for user authentication)
    8. App Url : Enter the your app / domain url. Make sure you enter the complete URL with the correct protocol say http:// or https://
DOWNLOAD ALSO:  Isshue - Multi Store eCommerce Shopping Cart Solution v5.0 nulled Download

Now click Install. Thats it! Now you are ready to run your eCart Multivendor Panel : https://ecartmultivendor.com/

Step 2:Dealing with the database

  • Go to phpmyadmin : Open url:http://localhost/phpmyadmin for localhost or yourserver.com/phpmyadmin for live server in the browser.

 

Sample image

Step 3:Performing Operations with the database

  • Now, Create database by clicking in the New tab

 

Sample image

  Give the required name in the field and then click on create

  • Well,Database(ecart_multivendors) was created and also listed in the Name field

 

Sample image

  • Select The Database(ecart_multivendors)

 

Sample image

  Now Click On Import

  • Click on Choose File to import the database file which will be provided by us

 

Sample image

  • The file is selected
DOWNLOAD ALSO:  Free E-Learning System Using PHP/MySQLi Nulled Download

 

Sample image

  Now Click On Go and Then database will be imported

 

Sample image

  As you can see all the fields of database are imported successfully

Set your jwt secret key for extra layer of security.

  • JWT secret key is just like password & You can create your own.It should be same in eCart app, delivery boy app,as well as php side
  1. Goto includes/crud.php file.
  2. You can see jwt_secret_key as per image below.
  3. Replace ‘replace_with_your_strong_jwt_secret_key’ with your values.That’s all

 

Sample image

Set your package name for app and product sharing feature.

  1. Goto .htaccess in root directory (if .htaccess file is not visible find and turn on show hidden files in your cPanel).
  2. You can see your.package.name as per image below replace it with your package name that’s all.

Demo: Click here

Click here to download

 

Be the first to comment

Leave a Reply

Your email address will not be published.


*