FoodMonkey
NatadTech
  • πŸ‘‹Introduction
  • Installation
    • βš™οΈInstallation - Shared Hosting
    • πŸ”ƒUpdating - Shared Hosting
    • πŸ’»Installation - Local Machine
  • DEFINE BASICS
    • πŸ“‚Database
    • πŸ“©Mail Server
    • βŒ›Localization and Time Format
    • πŸ’²Payments
    • πŸ’±Pricing Plans
    • πŸ’°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
    • ✏️Site Set-up
    • πŸͺRestaurant Subdomain
    • 🍴Single Restaurant
    • πŸ—£οΈTranslations
    • πŸ–ŒοΈCustom CSS
    • ⬆️Import from CSV
    • πŸ“Custom Fields on Order
  • Modules
    • πŸ’‘Project Modules
    • 🧩Module Installation
    • ➑️ShareThis
    • πŸͺCookie Consent
    • πŸ–¨οΈThermal Printer Module
    • πŸͺWebHooks
  • API
    • 🀝Client API
    • πŸ›΅Driver API
  • Information
    • ❓Frequently Asked Questions
    • πŸ“œChangelog
    • πŸ–₯️Developer Information
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 1 year ago

Was this helpful?

Enable Importing Restaurants from Excel

This platform offers the typical method of manually adding restaurants, but it also provides the option to add restaurants from Excel files.

To enable this option, you simply need to add the ENABLE_IMPORT_CSV variable to the .env file and set its value to true.

To disable this option, set the value of ENABLE_IMPORT_CSV to false in the .env file.

ENABLE_IMPORT_CSV=true

Note Access to this option is restricted to admin users only.

Excel File Data Format

The option follows a predefined format for the Excel file to import the data correctly. Using any other format may result in unintended import of the data.

name

description

address

restaurant phone

logo

owner email

owner name

owner password

owner phone

Enable Importing Restaurant Items from Excel

The platform provides an option to add restaurant items from Excel files, similar to the usual method of manually adding restaurant items.

To activate this feature, you simply need to set the ENABLE_IMPORT_CSV variable in the env file to true.

To deactivate this option, set the ENABLE_IMPORT_CSV variable to false in the .env file.

ENABLE_IMPORT_CSV=true

Note Only admin and restaurant owner have access to this option.

Excel File Data Format

The import function requires a specific format for Excel files to ensure accurate data transfer. Using any other format may result in unintended import outcomes.

name

description

price

category

image

⬆️
450B
restaurants.csv
535B
items.csv