Code

Discussion on Food Delivery App - A Complete Ready to Use MultiStore Mobile App(Android, ios) + Website

Discussion on Food Delivery App - A Complete Ready to Use MultiStore Mobile App(Android, ios) + Website

Cart 97 sales
Recently Updated

215 comments found.

Hi,

I am looking to buy your script but I have a some questions that needs clarification

This script it’s included multi-language? Which language is it included?

Can I change or add currency?

Which payment gateway is it included?

Can I Install the script using a subdomain? for example: subdomain.domain.com or domain.com/app?

Do you have an API Rest to import and export data in bulk for products, customers, orders and sales? Is there any documentation about it? Or another alternative to upload / download in bulk?

Can you send me the documentation for the installation to check how easy or difficult this process is?

Is this script multi-language supported? Which languages are included?

Yes, the script supports multiple languages. You can add any language you want from the backend panel.

Can I change or add currency?

Yes, you can change or add currencies.

Which payment gateways are included?

The script includes Stripe, Razorpay, and PayPal payment gateways.

Can I install the script on a subdomain? For example: subdomain.domain.com or domain.com/app

Yes, you can install the script on a subdomain (e.g., subdomain.domain.com) or in a subdirectory (e.g., domain.com/app).

Is import/export functionality available?

No, import/export functionality is not available. Documentation is provided when you purchase the script.

Do I need development experience to install the script?

Basic technical knowledge is recommended. If you have never built or installed an application before, you may find it difficult to set up the script using only the documentation.

Hello, congratulations on your work; you have an interesting portfolio. I have a question about this script, as I don’t speak English and don’t understand everything in the description images. However, I’ve read reviews and have some questions before purchasing.

1 – I need the site in Spanish. Do I need to pay for a separate plugin to have my site in Spanish?

2 – I need customer notifications. Do I need to pay for a separate plugin?

3 – I need to accept card payments. Do I need to pay for a separate plugin?

4 – What technology do you use for the customer app?

Thank you for your time

You can translate into Spanish, its already there

customer notifications already added

for card payment stripe payment gateway is already added

App is built in ionic with angularJs and Backend is in Laravel php

Hello,

I am interested in purchasing your program and would like some clarification before proceeding.

1. Does the $77 price include all three apps, as well as the Admin Panel, Store Panel, POS Demo, and Web App?

2. Is it possible to translate the entire system into my local language?

  • If yes, is this included in the price, or would there be an additional cost?

3. Can multiple restaurants register in the app and manage their own menus and settings?

  • In other words, is this a multi-restaurant (multi-vendor) solution?

4. If you provide assistance with:

  • Translation
  • Publishing to the Apple App Store
  • Publishing to Google Play
What would the total cost be?
  • Could you please provide a breakdown of the costs for each service?

I would appreciate knowing the full total price required to have the complete system ready and published in both app stores.

Thank you in advance.

i have sent you an email.- i wanted to ask also is there a tracking in the admin panel so you can track drivers?

Tracking for driver is in User app

here is our price for installtion and setup

https://fda.ftafat.in/landing_page/?client_id=878260944.1771035414&session_id=1771035414#inst

i donwnloaded the update but i didnt found the new frontend “Website design and code have been updated. It is now built with Laravel” ??? where the files

yes its with laravel only and files are included in the laravel views. do not replace as it is first take backup of yours old file and db

so how is to upgrade in docs. also im in production level with your app and which i need to upgrade the larvel backend also or just the front end

first to run in the new script in the subdomain and try with same DB and when you feel yes its working for you same. then you can replace with your working app

Push Notifications API need doucnments updates beacause the last version of the app is different

the delivery didnt revice the notifcation after the setting the reset api and app id key right i recive it on the user app but the drive app didnt revice the order notification and have to close and reopen or refresh the driver app to view the order

there must be any configration issue… bcz in this update we didnt change anything in the rider and store app

I have concerns on the following?

1. do we have a multi admin account on this? its just one admin account

2. can we set the settings in the user app to instantly cash on delivery via default?

3. why is this not capacitor? i think some of this patch are deprecated can we have a capacitor on this?

Its single admin account with multiple stores account

We are updating it with new design and code

following this up some of the laravel/admin site is bugging whenever we input something puts up to

TypeError Unsupported operand types: string – string

and as for the delivery fee we want it to be static value how can we set it in the admin?

example the admin controls the entire rider and delivery fee only where and how can we do it?

Is it a one-time payment? Or are there services that require monthly payment?

This is one time payment

Hello, I liked it, but what are the operating requirements? Also, I’d like to try it before buying.

A basic shared hosting is enough to run it

You can check demo in description

/public_html/local/ Illuminate\Database\QueryException SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column `cp`.`store_cate`.`cate_id` at row 1 (SQL: insert into `store_cate` (`store_id`, `cate_id`, `updated_at`, `created_at`) values (55, , 2025-10-26 14:47:19, 2025-10-26 14:47:19)) https://backend.com/store_login/setting Stack trace Request App User Context Debug Share

Expand vendor frames 59 vendor/laravel/framework/src/Illuminate/Database/Connection.php Illuminate\Database\Connection :712 58 Illuminate\Database\Connection :672 57 Illuminate\Database\Connection :490 56 Illuminate\Database\Connection :454

6 vendor frames… 49 app/StoreCate.php App\StoreCate :24 48 App\Store :115 47 App\Http\Controllers\Store\AdminController :121

6 vendor frames… 40 app/Http/Middleware/AuthenticateStore.php App\Http\Middleware\AuthenticateStore :22

1 vendor frame… 38 app/Http/Middleware/Localization.php App\Http\Middleware\Localization :23

36 vendor frames… 1 /home/captaindahab/domains/cp.captaindahab.online/public_html/index.php :51 Illuminate\Database\Connection::runQueryCallback vendor/laravel/framework/src/Illuminate/Database/Connection.php:712

  • @throws \Illuminate\Database\QueryException
/
protected function runQueryCallback($query, $bindings, Closure $callback)
{
// To execute the statement, we'll simply call the callback, which will actually
// run the SQL against the PDO connection. Then we can calculate the time it
// took to execute and log the query SQL, bindings and time in our memory.
try {
return $callback($query, $bindings);
}
// If an exception occurs when attempting to run a query, we'll format the error
// message to include the bindings with SQL, which will make this exception a
// lot more helpful to the developer instead of just the database's errors.
catch (Exception $e) {
throw new QueryException(
$query, $this->prepareBindings($bindings), $e
);
}
}
/
  • Log a query in the connection’s query log.



	
  • @param string $query
  • @param array $bindings
  • @param float|null $time
  • @return void
*/
public function logQuery($query, $bindings, $time = null)
{

only happens when store owner login to his store login link its logging in but once edit any tihhng gives this error

As it’s show you adding wrong format of data

i need respond i face error while migration from the old version of the database

i tryed to transfer the old data base of the app at least with the stores only but i got this error while ording gives error with table seems like the new backend deals with different db tabel name , so the question is is there any safe working way to transfer the data from old system back end to your newer update , its too uregnt !! im dealing with alot of client using ur app ?

i been tryinf to build the new version of the app casue according to google play so i updated it but it seems the installion doc. need to upgrade the node or the angler so can you update the installion document i just dont know which versions is needed to be installed the old versions not working

important question * are the ionic—version and the * node—version is the same as mentioned in the docs. or updated cuz it seems the new admin panel not working ith the old website nor even the old app i sent an email and no replay

if your app is already build then no use of any version of node or anything.

i told you multiple time, check the error in console log you will get to know what exact issue you getting.

its was database error needed migration but u dont use artisian it in the project so i had to handel it manually

how can i upgrade if there is not upgrade docs. shoud i remove all the stores and clients and start all over again , how thats a big falier if ur client is live working company ??

beside after the upgrading the old website and the app not working just keep loading but the admin panel working fine , another important question * are the ionic—version and the * node—version is the same as mentioned in the docs. or updated cuz it seems the new admin panel not working ith the old website nor even the old app

if its keep loading, then check the console log in system, you will get to know what response is comng from server.

for more detail please send us email for batter sushilasaharan9988@gmail.com

i sent an email but no replay

Web all installed and access to admin panel working fine. I didnt test anything yet, but i dont know how to access to the web front ? to get samething like this link in ur demo https://newposweb.7yug.com/home can u explain please ?

check the documention

How are orders assigned to riders? is it automatic assignment or manual?

Both way’s are there

Hello, I was wondering if you are planning to update the script or release a new version in the near future?

Yes we are planning and already working on new updates

is it possible to order without login? Like guest mode, and is it possible to switch only order by whatsapp?

We can modify it as per your request if you need

Please do email at sushilasaharan9988@gmail.com

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey