Food Tiger
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Database
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Payments
    • Stripe Gateway
    • Paystack Gateway
    • Google API
    • Google Analytics
    • Google authentication
    • Facebook authentication
    • One Signal push notifications
    • Twilio SMS notifications
  • Usage
    • Getting Started
    • Register as an admin
    • Multilingual menu
    • Set up your site
    • Restaurant subdomain
    • Single restaurant
    • Translations
    • Custom CSS
    • Import from CSV
    • Custom fields on order
    • Project plugins
  • Plugins
    • How to install plugin
    • ShareThis
    • Cookie Consent
    • Thermal Printer Module
    • WebHooks
  • API
    • Client API
    • Driver API
  • Changelog
    • Changelog
    • FAQ
Powered by GitBook
On this page
  • Enable importing restaurants from Excel
  • Excel file data format
  • Enable importing restaurant items from Excel
  • Excel file data format

Was this helpful?

  1. Usage

Import from CSV

Enable importing data from Excel files.

PreviousCustom CSSNextCustom fields on order

Last updated 5 years ago

Was this helpful?

Enable importing restaurants from Excel

As usual way of adding manually restaurants this platform has option for adding restaurants from excel files.

To enable this option you need to add the ENABLE_IMPORT_CSV variable in env file with true value.

If you want to disable this option you need to add false value.

ENABLE_IMPORT_CSV=true

Only admin users have access to this option.

Excel file data format

This option has predefined format of the excel file for importing the data. Any other format can cause unwanted import of the data.

name

description

address

restaurant phone

logo

owner email

owner name

owner password

owner phone

Enable importing restaurant items from Excel

As usual way of adding manually restaurant items this platform has option for adding restaurant items from excel files.

To enable this option you need to add the ENABLE_IMPORT_CSV variable in env file with true value.

If you want to disable this option you need to add false value.

ENABLE_IMPORT_CSV=true

Only admin and restaurant owner have access to this option.

Excel file data format

This option has predefined format of the excel file for importing the data. Any other format can cause unwanted import of the data.

name

description

price

category

image

617B
restaurants.csv
Example restaurants excel file
531B
items.csv
Example items excel file