1447 comments found.
what the last update of october ? I have the version of january 4.0.3
I want to support for location map setting
when search street or address on search bar then could not found address plz help me.
Hi abdula510
Do you refer to the mobile app or web. Please send me more info.
Dear MobiDonia Support Team,
Are you still active on support ?
very bad experience support system
Replied on ticket.
Dear MobiDonia Support Team,
I am writing to express my dissatisfaction with the support I have received regarding the FoodTiger script that I purchased. Unfortunately, my concerns have not been adequately addressed, and I am seeking a resolution to this matter.
Foodtiger script is getting many bugs. My website is suddenly off. website a could not work. Now I want to launch this application for my local businesses services. Can I give this application locally proper service?
While I appreciate your initial response, I feel that my concerns have not been properly acknowledged or resolved. I would appreciate it if you could provide more comprehensive assistance.
Thank you for your attention to this matter. I look forward to your prompt reply.
Sincerely,
Hi Faisal
Replied on ticket.
good evening, currently what is the latest version available and how are the updates going? I had installed version 4 and this tells me that I am now in 4.0.3 without intervention on my part. I have made some interesting modifications, how can I propose them to the developer?
Hi
Yes, that is the latest version. Working on the new update to be released mid Oct. https://mobidonia.helpviser.com/ Send a presale ticket, so we can see the modifications.What is the server requirement? How many CPU and ram is needed to run this system?
Hi
You can use any shared hosting to run this project. If projects go big,you can easily migrate to VPS.
Or, start with Digital Ocean’s lowest plan, and use a tool to manage it
Explained here https://notion.so/mobidonia/VPS-ed52c08cfbb949d6a93aefdabe9afc0ePlease reply my ticket.
Replied on ticket.
I see the following error log in the root folder of the domain: [2024-09-30 12:41:40] local.ERROR: Out of memory (allocated 1243611136 bytes) (tried to allocate 262144 bytes) {exception] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Out of memory (allocated 1243611136 bytes) (tried to allocate 262144 bytes) at /home/saifutyp/tawsilat.app/vendor/phpoption/phpoption/src/PhpOption/Some.php:102) [stacktrace]
Its not run on shared hosting. your system is not optimised and we cant run this system
It’s required to optimize your application, website, and database
Replied on ticket.
Please post the question with the account that has purchased the project.
https://mobidonia.helpviser.com/Just use another database, and click on the install button once.
This system is support guest login?
Users must be loged in before they can make an order.
This one is with guest checkout
dedicated programmer #87221
1 – I intend to have a programmer dedicated to me!
Please
Replied on ticket.
Is table reservation and management system available in this code or as a separate module or plugin ?
We will soon release it, but not here. Please follow me on X https://x.com/dimovdaniel
Hello, I would like to buy the KDS module for my system, my computer technician installed the system but he said that this option exists and I would like to make the purchase. Thanks!
Yes, you can do that from the “Apps” section
Hi,
Hosenara this side.
I want to purchase Foodtiger.
In $89, what will I get, I mean to say what you will provide for Foodtiger Item,
Source code of FoodTiger – Food delivery – Multiple Restaurants ?
Source code of Client Mobile App ?
Source code of Driver Mobile App ?
Source code of Vendor Mobile App ?
how to upload Client Mobile App | Driver Mobile App | Vendor Mobile App from Cpanel ?
will you provide setup support from cpanel ?
The mobile apps are not included. If you are interested in multiple plugins, best option is to get the extended license ( with that you get all plugins and 50% discount on the mobile apps ). The docs for the mobile apps -> https://mobidonia.gitbook.io/mobile-apps
Hi Mobidonia,
I went through the previous message raised from other customers.
so, what I understood that If I pay $269 for extended license, I will get source code of Admin which I have to setup through cpanel and after complete setup I have to logged in as admin and then there would be an “mobile apps” section from where I can check app for client | Driver | Vendor and from there I have to buy all those app. Correct?
https://share.cleanshot.com/cL8zh1DdYes, you get the same with regular also. With extended you get all plugins also, and 50% discount on the mobile apps. POS, Loyalty and Luxe are not includded
On my simple researching. I have one doubt.
If I buy FoodTiger in regular license, can i use it so that Restaurant Owner (other than me) can use it and i charged them by using commission or plan??
Hi
First of all, you get the same code and functions in both license types.
According to Envato rules, you need to have an extended version to charge end clients.
So with an extended version, you are legally covered.
Furthermore, with extended you get access to all the plugins we offer for free.
Dear is it has real time order notification/ring for admin and auto invoice printing?
Yes, it is ring sound in Live Orders. And there is option to auto print with the printnode module ( https://www.youtube.com/watch?v=GIq8W5tbx6M ).
But sir where is print module and how can i install or integrate with it? And is also table qr menu module too? Your demo is not functional, plz give me demo link
The print module https://share.cleanshot.com/36rDFdqT
Qr demo https://zebra-qr.com/
Yes, the printer module works in QR also.
hi, can i add my preferred payment gateway.
Yes, you can. Here is a video, that will help you a lot in the process of making the payment method.
https://www.loom.com/share/64fdab63a924448f89fde92b87793d9dHere is a video, that will help you a lot in the process of making the subscription provider.
https://www.loom.com/share/c20df98f560a4e1ab49ab4efbcf7cab5There will be no change in the source code we sell. So you can do cloud updates later on.
Hi, with glow theme allergens not work on frontend, do you have a quick fix please?
Hi devworks_it
modules/Glow/Resources/views/templates/place-content.blade.php replace with https://gist.github.com/dimovdaniel/06a748f1095c4f59a2804caf98ccf6c5Let me know.
Hi, I try to change with this file but allergens not appears
Clear the cache
If I take regular licence now to test and want to convert to extended later, is this possible to take by paying difference. Please suggest
Yes, you just need to write to CodeCanyon team.
Hi, Can you please check ticket #86217 and #86216 . Thanks
Replied on ticket.
Hi there, can you tell me how to get send notify to staff members?
Thanks
Do you refer to order email notifications, or browser notification?
Email notifications.
Any solutions?
//Find all the staff members and notify them
$staff = $order->restorant->staff()->get();
foreach ($staff as $key => $staffMember) {
$staffMember->notify((new OrderNotification($order))->locale(strtolower(config('settings.app_locale'))));
}
Thanks, its worked.
Supper happy about that. Hope you like the project, and you can rate it.
$order->status()->attach([$status_id_to_attach => ['comment' => '', 'user_id' => auth()->user()->id]]);
// Dispatch event
if ($alias == 'accepted_by_restaurant') {
OrderAcceptedByVendor::dispatch($order);
}
if ($alias == 'accepted_by_admin') {
// Send email notification to restaurant owner
if (config('app.isft')) {
$order->restorant->user->notify((new OrderNotification($order))->locale(strtolower(config('settings.app_locale'))));
}
// Notify staff members of the restaurant
$staff = $order->restorant->staff()->get();
foreach ($staff as $staffMember) {
$staffMember->notify((new OrderNotification($order))->locale(strtolower(config('settings.app_locale'))));
}
OrderAcceptedByAdmin::dispatch($order);
}
UpdateOrder::dispatch(['id' => $order->id], '', $order->restorant->user->id, $order->status()->get()->toArray());
return redirect()->route('orders.index')->withStatus(__('Order status successfully changed.'));
This is your suggestion right? Its dosend work, or do I maybe miss something?
Clear the cache in storage/framework/cache
Dosent work, have deleted every cache on system.
Have you tested self, by me dosend work.