29726 comments found.
I need to add the field neighborhood on app and see this data in the Custumer Painel. How can i do that? I developer js you can help me?
sorry what do you mean can you provide screenshot?
At the checkout where the customer enters the address I also need the customer to enter the neighborhood. Because this application is running in Brazil and here we need the neighborhood to help locate.
sorry mate am confuse please provide screenshot?
My app is too slow. And the server application is consuming too much memory 4gb. I would like to know how I solve this problem.
what type of package did you use
shared vps or dedicated?
Dedicated!
Núcleos do Processador 5 Velocidade Total do Procesador 9.6Ghz Memória 4Gb Espaço em disco 80Gb Largura de Banda 4000Gb Plano: Plan 4 Upgrade
what company name of hosting did you set up your server? usually this is issue with the server
you can ask your hosting to look into it why the site is slow there are so many factors for this only your hosting can check
i have some client same issue like yours using dedicated as well the site and the server cannot handle the loads resulting to keeps crashing due to many customer visiting the site i suggest him to move to a2hosting using only vps server and site now is working 100% no down time
Host company: Hostinger – https://www.hostinger.com.br/servidor-vps
I contacted them and they told me that the error is in the application. That she has some memory leak to the unfinalized db, something like that.
What plan do a2 hosting vs indicate?
Is there a special php.ini setting to improve performance?
Plan host – 4 vCPU
well they always tell that its on the application am not surprise
about it same as the old server telling us its on the application 
its the server am sure its the server not the code check php garbage collection and increase memory limit of php
Can you give me a step by step how I do it or at least where I do it?
sorry am not technical person
you will have to ask your hosting about this
try compressing all your images http://tinypng.com/ and apply cache in your htacesss
Hi
Very interested in your system. But curious can admin limit what information is displayed on merchants back-end as well? Did could be overwhelming for some operators that are not so tech savvy.
Hi,
Need to know can the category of dishes be moved above the featured restaurants listings? Do we get the code to modify the layout if we need to or is it encrypted? Can we also add banners as well or not? Thank you.
hi mate
1. yes you can check my demo in admin -> merchant list -> edit any merchant and go to tab access
2. yes you can edit anything you want as the code is not encrypted 
Hi mate,
There is no problem with other restaurants.
Only 1 restaurant shows Pickup Date in Order Details when customers order, but Pickup Time is not shown.
I checked to see if there were any problems with setup compared to other restaurants, but did not find it. Please help me.
I found few more restaurant, why some restaurant show pickup time on order details, and why some restaurant not show pickup time on order detail.
Hi it is urgent, some restaurant can’t get pickup time!
is this on the receipt?
can you provide screenshot
login merchant/Sales Report/View
You can see Order Details
On the Order Details, some restaurant can see pickup time, some restaurant can not see pickup time.
http://kqt.ca/images/pickup-date.png—> this restaurant can see pickup time
There are all on same website.
Please let me know what is the problem.
hmmm mate that receipt has only 1 functions
in admin and merchant panel am using same viewing of receipt can you verify that order has set pickup time?
1) If the customer does not enter the pickup time, the order itself will not be. Thus, the customer would have put a Pickup time.
2) The same restaurant showed pickup time until November 22, 2019, but not after that time.
3) I didn’t research all the restaurants on my site, but the result is a survey of some restaurants.
better provide me your access so i can check myself
as the receipt in backend has only 1 file and that is models/view-receipt.php
Is it possible to make an order impossible if the customer does not choose a Pickup time?
i think you cannot continue with the order without transaction type
I am waiting for your answer.
Some customer no choose a Pickup Time and come to restaurant only 15 min after order time.
i think you cannot proceed with the order if transaction type is pickup it requires pick up time
can you verify in your end?
First, click here https://isol.ca/ask/2020-05-14.jpg to see the picture.
1) Select List Date Picker from Admin, and select List time picker and set Time picker list interval for 35 minutes.
2) The Restaurant Current Time is 11:57.
3) If a customer chooses food and does not choose time, time is showing the restaurant’s current time. At this time, if the customer proceeds with the order, the interval will be ignored for 35 minutes, and the order will be made at the current time. Why doesn’t 35 minutes work?
2. the start time will start from the current time
3. do this quick fixed so it will remove the current time on the list in functionsv3.php look for function getTimeList
after this line
$website_time_picker_format = getOptionA('website_time_picker_format');
if(!empty($website_time_picker_format)){
$time_format = $website_time_picker_format;
}
add
$time_start = date("G:i",strtotime($time_start." +$time_interval mins"));
Thank you so much for your help, it’s work. I think to add this script for the next update. And if you can make a set Time picker list interval on the merchant page will be better, every restaurant is a different situation.
you mean move the time interval in merchant settings?
instead in admin panel
Yes, every restaurant is a different situation, some restaurant wants 20 min interval, some restaurant wants 40 min.
And could you give me a quick fix for a dating show for + 1 more day? This is for a catering site, the dating show + 1 more day, but restaurant open date. If the restaurant closed Sunday, it has to show Monday. Catering order at least 1-day advance.
noted mate
i think the date will depends in your merchant opening hours so it will only show monday date not sunday if merhcant is close on sunday
Sorry, it’s not time interval, it’s waiting time, time interval is ok, every restaurant is different waiting time. If busy than need 40 minutes, if not 20 minutes etc. Restaurant want to change in merchant page.
this is already on my update list 
Very good, thanks.
welcome 
Hi mate, https://isol.ca/ask/ask-2020-05-18.jpg please see this link.
If use web version on mobile, than interval not working. Please let me know quick fix.
you are correct mate i haven’t fixed this
this will be fixed on this coming update this week
cheers
OK, I am waiting next update. Thank you.
Hello, I always have problem with merchant dont get notifications on tablette, so i wanted to put the merchant email in Alert Notification, by going autologin in his merchant account, but the problem is when i do that, he receive emails off all orders of other restaurants too , please how to fix, how to let him get emails about New orders only for his restaurant ?!!
is this the sounds in merchant panel if there is new order?
The email, that we put there, that email need to receive only new orders of that merchant, but the merchant receive emails of all orders of other merchant too
that is not possible 
check your settings
what you put in email to receive new order that is only the email will be sent
Oky, what do u think about the tablette down run sound or refleche when there is a new order, before it give sound sometimes and sometimes no, but now all my merchant don’t receive notification
you need to use chrome browser in your table to hear the sounds
as for other browser its not supported 
On the order taking app where there is no notification no sound
kindly post to merchant app
will reply there
Hello good afternoon,
Could you tell me how I can change the export function to add more options to the reports such as discount points, coupons or the driver that took the order.
You could also tell me how to change the organization of the report, I mean instead of having everything in a row, divide it into each thing in its corresponding column but in the same row.
Your platform is great, we just have to adapt certain things so that it fits perfectly with our requirements.
Thanks Basti
hi mate
can you provide screenshot where is this?
We want to do something like this.
https://ibb.co/ws97KMJThanks for your replay
sorry i mean where report is this can be found in admin panel or merchant panel
anyways you can find all the export in components/ajaxadmin.php look for function export()
Hello do you have any info on how to follow and setup the website like add menu etc its very difficult to understand it.
if you have a pdf or something for us to follow thanks. Ricardo De La Cerda rvirtualworld@gmail.comhi mate
very sorry at the moment i don’t have any user manual
what is the thing you need to understand? if adding menu the app is very straight forward
to add menu
1. create merchant first in admin -> restaurant list
2. login to merchant panel
3. first create category in merchant panel-> food category
4. then create food item merchant panel -> Food Item
that’s it
cheers
Hi I need to get Karenderia Multiple Restaurant System but I need to know what is the other modules are important to get completely full solution to have an application can manage a lot of restaurants, from another side I need to add a local payment method so the use can pay with the local currency and I need the application in the Arabic language last thing what is the best recommended config for hosting to be ready for the big traffic, and what about the security issue. waiting for your response ASAP. regards
hi mate
it will depends in what you need basically only this kmrs will be fine it have all the functionalities for restaurant
if you want to offer mobile app to your customer
then you need this
https://codecanyon.net/item/karenderia-app-version-2/24402087
https://codecanyon.net/item/karenderia-driver-mobile-app/16460414
etc
Hi I tried the mobile app but I did not find search option there?
what do you mean search options?
search the restaurants like what we have in the website I could not find it in the mobile app? and one more issue, how can I integrate with a local payment method?
we have a local payment here I need to integrate with them so the user can pay with the local currency, can you do this for me or I do it from my side?
ah ok
in the app you will need to enter your location when you run the app
it will ask you for your location on the map
this is the same as web
and for adding local payment you can hire your own developer to do this
cheers
there are three kind of apps would you please tell which one i am going to need, Karenderia Order Taking App and K-Restaurant Mobile App both for taking order
and this one Karenderia Mobile App
again mate it will depend if you need them
Karenderia Order Taking App = this is merchant app for merchant to manage the order
K-Restaurant Mobile = this is single restaurant app if you wanted your restaurant to have there branded app for kmrs that customer can order via app don’t use the old Karenderia Mobile App use mobile app 2 instead
Karenderia App Version 2 = this is the mobile app
sorry if I am asking a lot but I need to make sure I am not wrong, OK I added to cart now these apps Karenderia Multiple Restaurant System Karenderia Loyalty Points Program Karenderia Driver Mobile App Karenderia Printer modules Karenderia Order Taking App 2
or let me tell in another words I need each one to have his own app the merchant and the driver and the admin, is that OK or I need to replace any from these apps which I have added?
hi mate
ok better to answer this question
what do you need?
do you need those modules? if yes you can proceed with your purchase
only purchase addons that you need
take note kmrs (Karenderia Multiple Restaurant System Karenderia) will run without those modules
you only need them if you want it
will I get mobile apps when I get Karenderia Multiple Restaurant System Karenderia only?
I need app for every one of the users merchant, customer, driver and admin
you mean every merchant will have there own branded app? if yes you need k-restaurant app
and kmrs
hi mate , i am having problem with the customers not receiving the signup verification code . i enable the verification code for signup . its working fine before and the last few days i figure out its not working . i use the smtp setting. i check the emailogs and every status is sent . i check on sender email account and i see email delivery failed:returning message to sender with error message – domain has exceeded the max defers and failures per hour (30/30 (32%)) allowed. Message discarded. is it a problem from the email hosting provider since i am using shared hosting or is it an error from codes modification / adjustment . if codes modification , please let me know which files should i take a look and which line to change for me to retrace back what i put wrong for the code changes . 2. i send you personal message yesterday regds autoassign not working and i also send you the credential for you to take a look .
1. for email ask your hosting why email does not send maybe its in spam folder?
usually in some server email does not send 100% that is why i added a 3rd party email provider like sendgrid etc
2. reply sent
Hi Basti got this email from google maps, is there we need to change for places api
Hello Google Maps Platform Customer,
We are writing to let you know that on November 20, 2019, the PlaceResult.opening_hours.open_now and PlaceResult.utc_offset properties in the Google Maps JavaScript API’s Places Library are being deprecated and replaced by new properties and methods. You are receiving this email because your projects may be reading these properties from PlaceResult objects returned in response to Place Details, Find Place, Nearby Search and Text Search requests.
You have until November 20, 2020, to perform the changes in your code as described below.
What do I need to know? Currently, the Maps JavaScript API’s Places Library exposes in its PlaceResult object the properties:
utc_offset, which is returned on Place Details requests and opening_hours.open_now, which is returned on Place Details, Find Place, Nearby Search and Text Search requests. On November 20, 2019, we are deprecating these properties to bring consistency across Places API clients on different platforms (the Maps JavaScript API, the Places SDK for Android, the Places SDK for iOS).
These properties have been replaced as follows:
utc_offset, by utc_offset_minutes opening_hours.open_now, by the isOpen() method in Place Details requests only. Additionally, for Find Place, Nearby Search and Text Search requests, we provide alternative solutions for determining whether a place is open.
As a result, starting November 20, 2020, the Maps JavaScript API’s Places Library will stop accepting the properties in the fields parameter and stop returning them in response to such requests. Instead, developers will receive the ‘Unsupported field name’ error when using these properties in the fields parameter and the value `undefined` when reading these properties from the PlaceResult object in the response.
What do I need to do? Before November 20, 2020, follow the Place Field Migration guide to make the necessary property and method substitutions and to see the alternative options for obtaining opening_hours data to prevent user experience degradation.
If you are not already doing so, using the fields parameter in Place Details requests will save you money in case you don’t need all the fields for returned places. If you do not specify at least one field with a request, or if you omit the fields parameter from a request, all possible fields will be returned, and you will be billed accordingly, for all data SKUs.
We have identified that your project(s) listed below are using Place Details and/or Find Place and/or Nearby Search and/or Text Search requests from the Maps JavaScript API’s Places Library. These requests are returning utc_offset and/or opening_hours.open_now properties in the PlaceResult object and you may be reading these properties.
hmmm this might be on the library that we use for the maps
i will check if they have new updates
mail send
hi i am doing some customization in kmrs.
i am facing caching issue.
can you tell me how to stop caching?
i have no cache in my code it must be your server
check your server cache in your cpanel
Hi mate! See your email please!
sent
sent
sent
sent
sent
sent
sent
sent
sent
sent
sent
sent
Hi mate is it possible track the buey IP address because i hade some one made an order and then i couldn’t find him Thanks
you can find the i.p address of that person in order_table and client look for column ip_address
where i can find these mate
i already mention in your database in table _order_table and _client
sent a message for you
i really appreciate all your hard support
regards
thanks mate reply sent
Hello Basti,
Is it possible to disable the promo codes?
Regards.
sorry what do you mean?
if you mean voucher code this is disabled by default merchant will need to enabled it in there settings
I want to disable it temporarily without the possibility to the merchant to enable it.
you can remove the settings so no merchant can enabled it in views/merchant/settings.php
Mail sent some days ago forgot to ping here
sent
Sent
sent
sent
sent
DISREGARD: I figured it out to have to use functionsV3.php
Hello, per my question which others have asked about “browse restaurants” I do remove this in topMenu() but it does not take it away:
just remove this line array(‘tag’=>”home”,’label’=>’’.Yii::t(“default”,”Browse Restaurant”), ‘url’=>array(’/store/browse’)),
What can I be doing wrong?
no need to touch any of the code you can remove that in admin -> theme settings -> Top menu
Hello, per my question which others have asked about “browse restaurants” I do remove this in topMenu() but it does not take it away:
just remove this line array(‘tag’=>”home”,’label’=>’’.Yii::t(“default”,”Browse Restaurant”), ‘url’=>array(’/store/browse’)),
What can I be doing wrong?
no need to touch any of the code you can remove that in admin -> theme settings -> Top menu
SOME MERCHANTS NOT APPEAR IN RESULTS.
https://rangoapp.com.br/sp_mogi/ 1) First, I enter the city name (https://cl.ly/9f481cd2ff0e) 2) All results are shown – Total of 58 (https://cl.ly/11b88f0ebcbb) 3) I notice there are some merchants that were not in the results. Example: CACTUS AÇAÍ BURGER, NOEL LANCHES, MARMITARIA DU CHEFF, CAVERNA LANCHES. 4) These merchants can be found when I search for merchant name.Question is: Why they do not appear in the first result? In the firt result I understand all the merchants of the city must be in the result, correct? Could you please check and clarify this issue? Thanks.
sorry screenshot does not work
upload it here instead
https://imgur.com/uploadquestion did you migrate from another server?
I´ll place the direct link, it should open now:
https://rangoapp.com.br/sp_mogi/1) First, I enter the city name (https://cl.ly/9f481cd2ff0e/Image%202019-11-21%20at%2011.19.11%20AM.png)
2) All results are shown – Total of 58 (https://cl.ly/11b88f0ebcbb/Image%202019-11-21%20at%2011.20.42%20AM.png)
3) I notice there are some merchants that were not in the results. Example: CACTUS AÇAÍ BURGER, NOEL LANCHES, MARMITARIA DU CHEFF, CAVERNA LANCHES. 4) These merchants can be found when I search for merchant name.
All merchants listed (including the one´s that are not showing in the general search – by location) were added manually. Only these one´s mentioned had problems.
ok kindly check those merchant if they have lat and long and the status should be active and publish
Did not work. Only 6 merchants. The only thing I know that they were probably created in a sequence…
did you scroll on the page? it will load all the merchants