Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

29725 comments found.

Set an email please answer as soon as possible. Thanks

Sent, sorry

HI Support Team, How to add Multi Admin for selected Restaurants or selected areas ?

hi mate

unfortunately this is not available in kmrs yet

might available with new kmrs update

Hi,

How can we show value without the “card_fee” in the Merchant Commission details ? At the moment it’s showing total including card fee.

https://prnt.sc/13fuxnd

you miss understood this total price this is the summary total of the order

if you want to change this report you can find this in components/ajax.php under function merchantCommission

When can you answer my questions?

already did :)

cheers

email sent

Hi Mate, Created Google, Facebook login myself. I tried compile the Mobile app V2 but i am getting error. Monoca login detail sent you email. Please check and help. Also tell me how to update Merchant app V2 If you need any charge i will pay you. Please help with KMRS mobile app V2, Merchant app V2

Problem with the paypal schedule and the payment record. Paypal payments are changing the payment time they do not agree with the system

Date/Time Status Remarks
May 25,2021 19:25:50 initial_order
May 25,2021 23:29:42 paid
May 25,2021 19:30:15 preparation estimated food ready in 30 mins
May 25,2021 19:30:49 is ready

May 25,2021 23:29:42 pain “error time”

May 25,2021 19:30:49 is ready “correct”

you mean the time?

if yes please do check your server timezone in admin panel

this is where we set the server timezone

or

you can hard code your server timezone in protected/config/main.php

example

'language'=>'en', 'timeZone'=>"Asia/Calcutta", just select your timezone from php https://www.php.net/manual/en/timezones.php

No Basti in the main this word is not found or a similar configuration
https://ibb.co/dGZ1NQt

there is none you need to add those line :)

example 'timeZone'=>"Asia/Calcutta",

Why is this happening, because the web orders do not have the same order of status as the application. The merchant behaves differently with orders on the web.

single_mob:

May 25,2021 14:20:28 initial_order
May 25,2021 14:21:30 preparation estimated food ready in 30 mins
May 25,2021 15:51:51 is ready

web status:
May 23,2021 17:40:49 preparation estimated food ready in 20 mins
May 23,2021 17:51:41 is ready
May 23,2021 20:41:17 successful

Web They have no initial_order

both are the same only in single app am loging the initial order but not in web

initial_order means = this is the status when the customer place the order

Ok thank

How do I do that once there is a new order and the merchant confirms the order the courier receives an alert for a new shipment?

kindly play on the demo so you can see how this works

basically you need to assign the task to your driver

or you can use the auto assign features which automatically assign the task based on different features

cheers

Is it possible that when there is a new order And the merchant confirms the order Will send all couriers in one group an alert for a new shipment

you can do that using auto assign features of driver app

Hi basti
You said
“sorry cannot promise its still on development

hoping i can finish this before end of june

this will take time mate since

am changing all the codes and design front end and backend

its like new item”. So if I use now karenderia in the future I can update without losting data?

hi mate

during the update there is a lot of changes in terms of tables so the old data might be affected

am trying to make it pattern as the old tables as much as possible but some tables might be affected

this will be the last part of my development might add some kind of script to migrate some old tables to new table

Hi Basti, I hope you and your family are well during these difficult times. Quick question. Is it possible to hide certain packages from certain restaurants for renewal? I ask because I am offering a lifetime discount monthly deal for a short period and then will increase the price so would like to hide the lower price package to some restaurants when they go to renew. Many thanks mate. Clint

hi mate

am good thank you

technically you can by just modifying the code to query only the plan you wanted to appear

during renewal

This product looks so good! I spent all day reviewing your current demo. Most likely will purchase all modules. Just had a few questions. Is there documentation on all the features? I am not sure for example how invoicing is working as it just shows the daily, 15 days or monthty open amount? Also I am reading that you are redoing the admin front and back end, do you have a timeline for this? I am asking since I want to modify certain things and if a new version is coming out soon then I d need to redo those steps again.

Thank you for your time!

hi mate

you mean like a manual? if yes unfortunately i don’t have one but the functions is pretty straight forward

for the new kmrs this might take a while i cannot promise yet any date since kmrs has a lot of functions already

i need to change the code and themes to modern one

Too bad that there is no manual. Still trying to figure out all the functions. There are really sooo many functions. I was planning to ask a team to modify some things. Maybe we can work together? Could you let me know if all the apps are in flutter or something else?

hi mate

let me know what you need to know about the functions in admin or in merchant panel

am using cordova in the apps using onsen ui

I have some questions before purchasing.

1. How does a courier actually work? I created a new store and courier but I do not receive an alert for an order as a courier. How did the courier know when there were orders?

2. Is it possible to edit the apps by editing the name of the app and an image

3. Is there a report on income less commission from a restaurant owner?

4. Are there any courier jobs?

hi mate

thanks for your unterest

1. you mean driver? you need to use the driver app addon https://codecanyon.net/item/karenderia-driver-mobile-app/16460414

and driver can receive alert via email , sms or push notification when the merchant assign the task to the driver or auto assigment features

2. yes

3. yes check the backend

4. https://codecanyon.net/item/karenderia-driver-mobile-app/16460414

cheers

How do I do that when there is a new order it will send a message to all drivers that there is a new delivery and only one will be able to get this job?

please do play on the demo so you can see how it works

you need there is new order in the backend there is notifications or the merchant can receive email or push via merchant app

Hey Basti,

Some merchants of mine they see their orders only from email. I configured it from Notification template (RECEIPT_SEND_TO_MERCHANT) And this is the template of the email that I sent to them. https://ibb.co/Kw8bH2d

Where I can edit the details of the email? I want to change the order of the order details. The only tag that I use is [receipt]

you can find this in components/EmailTPL.php

under function salesReceipt

for all those using paypal you need to update your paypal sdk to latest version

please download this new paypal sdk

http://bastisapp.com/helpfiles/Paypal-SDK.zip

and replace your old paypal sdk in protected/vendor/Paypal-SDK

take note remove first your paypal sdk in protected/vendor/Paypal-SDK and extract this new sdk

Hello Basti,

I have update the prices in some items, some customers order from the reorder and thy pay with the old price. Is the price not updated in the reorder if i update the item price?

Is there any way i can remove the saved orders from a customer so he have to order from the menu and pay with the new price?

Thanks

hi mate

this is already fixed in latest version can you confirm your using the latest version?

when doing re order it will use now the current price

I’m not on the latest version, i will update now. Thank you :-)

Hi mate, is the Cloud Hosting good for kmrs. My site is too slow menu there is no lazy load.

hi mate

lazy load is only available in latest version you can find this in admin -> settings -> menu options -> Enabled lazyload

any hosting should work fine as long its not shared hosting

only reason that some table might be slow is when you manually migrated the database from your old server to new sometimes during this process all primary key is gone and indexes

once this is gone query will all be slow in mysql

Mate, please add Facebook, google login my site. Also compile mobile app V2 which request from one year ago…

reply sent

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