Foodomaa®
  • Introduction
  • The Flow
  • Installation
    • Installation on Server
    • Installation on LocalHost
    • Update From an Older Version
  • Configurations
    • Google Maps API Keys
    • Google Distance Matrix API
    • SMS Gateway Settings
    • Push Notification Keys
    • One Signal Setup for Store Dashboard Notification
    • Changing customer and delivery application name
    • Email Configuration
    • Cache Configuration
    • Promo Sliders
    • Category Slider and Filters
    • Social Login
    • Store Scheduling (Open/Close)
  • FAQs
    • Zones in Foodomaa
    • White Screen Issues
    • Push Notifications & Alerts
    • How are Stores shown to the Customers?
    • Bulk CSV Upload
    • StoreOwner Dashboard Translations
    • How "Add to Homescreen" works?
    • How does Wallet works?
    • When is the next update?
    • Creating and Linking Pages
    • Razorpay Webhooks
  • Advanced Usage
    • Using the Full Source Code
  • Premium Modules
    • SuperCache Module
    • Delivery Area Pro Module
    • Thermal Printer Module
    • Call And Order Module
    • Order Schedule Module
  • Extras
    • Change Log
    • Change Log (old)
    • Requirements for Foodomaa
    • Limitations
    • Scope of Support
    • Refund Policy
    • License
Powered by GitBook
On this page
  • Common Issues during CSV Upload
  • 500 Server Error
  • Solutions
  • Rules for image names

Was this helpful?

  1. FAQs

Bulk CSV Upload

Sample CSV files for Bulk Store Upload can be found in Admin > Stores > Bulk CSV Upload > Download Sample CSV

Sample CSV files for Bulk Items Upload can be found in Admin > Items & Menus > Items > Bulk CSV Upload > Download Sample CSV

Common Issues during CSV Upload

500 Server Error

This error can occur due of multiple reasons. To know the exact reason for this issue, you will need to turn on the Development Mode from Admin Settings (Admin > Settings > General > Development Mode)

After the development mode has been turned on, try uploading the CSV once again and you will get an error message with some definitions for the error.

Common Causes could be:

  • The names of the header column have been changed.

  • Invalid or corrupted data

  • The image is missing from the destination.

Solutions

If you have changed any headers column names, the CSV bulk upload will not work. The names has to be exactly the same as provided in the Sample CSV file.

Image Source Not Readable Issue

The images for the bulk upload go to these folders:

For Stores: assets/img/restaurants/bulk-upload

For Items: assets/img/items/bulk-upload

If you don't want to upload image set it as NULL in the CSV file.

Rules for image names

Make sure your name of the image and the file extension matches the name on the CSV file.

Example: file-name.jpg is not same as File-name.jpg

The file extension should be correct:

Example: myfile.png is not same as myfile.jpg or myfile.jpeg

There should not be any spaces in between the file names:

Example: my image file.png -> WRONG my-image-file.jpg -> CORRECT my_image_file.jpg -> CORRECT myimagefile.jpg -> CORRECT

Also, there should not be any spacial characters like Unicode Symbols, Emojis or foreign language in the file names (Chinese, Arabic characters should not be used for image file names)

PreviousHow are Stores shown to the Customers?NextStoreOwner Dashboard Translations

Last updated 5 years ago

Was this helpful?