29721 comments found.
Hello, I want to set the card fee in percentage but it does not, I put 3 in card fee but in the end result it is a flat amout not a percentage, why ?? , Look : https://prnt.sc/qjgm85 , https://prnt.sc/qjgmmk , https://prnt.sc/qjgmxf , https://prnt.sc/qjgner , https://prnt.sc/qjgnt8 , CAN YOU HELP ME , PLEASE?
ah my code for fee is fixed its not percentage
you will have to change the coding for this one 
Hi Basti, How do I put restaurant ratings on the dashboard like the image?
https://i.ytimg.com/vi/3T4mbIBqNYY/maxresdefault.jpgTKS
you will have to create this new functions 
the dashboard file for admin panel is veiws/admin/dashboard.php
Hello basti, I hope all is well. I just purchased your system and also the mobile app for it. So many great features! Thank you.
I imported data to mt_location_cities, but they are not showing up in the system. I made sure all foreign keys match to the country and states tables.
Could you please help?
Thank you in advance for your help.
hi mate
thank you for purchasing
and am glad you like it 
there is view table for this one
in your admin panel run the db update it should create the view table called view_location_rate
cheers
Hello! I have done as you have said and the process displayed this: Creating Table view_location_rate.. (Done)
However, I refreshed my browser, but still not able to see it. Where should I email the cPanel information so you can take a look?
Thank you so much in advance!
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
I just did. Thank you so much again for great support!
sent
I cannot change image on fromt end
Ok i fixed it 
awesome!
HI, can any other Receipt PRinter works for Automatically Print
sorry what do you mean?
print automatically once there is new order?
if yes there is auto print tick button in your printer addon
tick that
you do have Referral System for Karenderia if you have, please let me know.
sorry at the moment i don’t have this addon 
facebook login in web?
screenshot does not help
send me your site so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hello? does this system GPS based project and device control system.? the user can track her order and sit admin?
Then how about payment ? who will collect fees for food? or does system spread this fees to owner of restaurant/
my 3rd question how bout payment gateway does system accept DPO payment gateway?
hi mate
1. yes but you need the driver app addon https://codecanyon.net/item/karenderia-driver-mobile-app/164604142. it will depends in your merchant type
membership = this means all payment will receive by merchant directly and merchant will need to set the payment settings in merchant panel
commission = this means all payments will go to admin/website owner and the payment settings will be use is in admin panel
commission+invoice = same as membership and they will receive invoice that they need to pay to website owner
3. any payment gateway can be added but needed new code
cheers
Hi! Before purchasing I’d like to know if is it possible to apply the commission only as “membership” price? I’d like to have restaurants receive direct payments by customers, and to only charge them at the end of the month in order to renew their membership, depending on the sales they did.
If not, is this a planned feature? I can’t wait to try your awesome software!
Thank you 
hi mate
thanks for your interest
hmm you mean membership but at the same time you will get commission on every orders?
cheers
Thank you for your kind reply!
In every order, I will take 0 commission, but at the end of the month, membership will cost a percentage of the sales.
I will explain better with an example
For example, if restaurant sold 1000$, at the end of the month membership renew will cost 5% of sold amount ($1000×0.05 = $50) but if they sold only $100, membership renew will cost 100×0.05 = $5
ah this will be a new features in kmrs
and it might be a customization
I can fund this feature if needed, can’t wait to buy your script
Please get back to me, I can pay for a quicker service if possible, thank you!
sent
replied
sent
Hi KingBasti! Sorry to hear about your father bro
. Hopefully he can pull through.
Only a quick question – Is there a way to show the Cuisines images on the Filter on the search results page? Current: https://ibb.co/D1MdhKW This is what I want: https://ibb.co/j5RvzfF
Thanks as always
hi mate
thanks mate
do this quick fixed i can show you how to show the image but for layout you will have to do that
in views/store/search-results.php look for
FILTER CUISINE on the loop
add
<img src="<?php echo FunctionsV3::getImage($val['featured_image'],true);?>" />
example
<?php foreach ($cuisine as $val): ?>
<li>
<img src="<?php echo FunctionsV3::getImage($val['featured_image'],true);?>" />
</li>
That’s perfect! Thank you.
cheers
I have a problem with database.
i have added a column in _merchant table which when i make it type GEOMETRY merchant cannot login. It makes success but redirects to login screen again.
same happens with if i try auto login from admin panel. basicaly it returns 302 response on merchant that failed to load response data.
if i alter the column to text all working.
I am thinking that has to do with where fetching the data because geometry column need special handling.
hmm what type of field is GEOMETRY ?
i mean when you add new column GEOMETRY what type is the fields?
Geometry
The column name is polydata and type is geometry
ok mate i haven’t tried to add this kind of fields
but you can see the error when you enabled error reporting in index.php
from there you will have idea what is the error
It does not tell because as of now that was how i was solving the problem. This is the last part to complete the polygon function. It working with manual inserting the coords to db. And i was not able to log with merchant to check with update merchant the values that i send to db are correct.
sorry mate i cannot help
this is not on my code so i cannot answer you correctly
what i know is you need to know the error
so you can apply the fixed
The field value manualy i wrute… SET polydata = ST_PolyFromText(‘POLYGON ((lat1 lng1,lat2 lng2…,latn lngn,lat1 lng1))’)
This on table is showing as (GEOMETRY (“a number”))
sorry mate i need to know the error
The problem happens when trying to read the data from merchant. On ajax call of form submit data is undefined so i want you tell me how is this data are fetched to try and correct them
I mean with what series of function so i can try to debug them. No to mention that when i finish i will document all the change for you to make it an update
Hey i have found an work around. Could you please guide me on how to redirect the result page directly to the result found? The query only returns a single result so i want to redirect the client on merchants menu.
Never mind again i found the solution in an older comment here
sorry for late reply glad to hear that mate
cheers
Email sent bro!
sent
Hi, i have a problem. Why i get an error? Geolocation failed: Origin does not have permission to use geolocation service
can you provide screenshot where is this?
if homepage if your using chrome browser you need to change the settings in your browser to allow access to your location
I just sent the email. Thanks, hope things are getting better
sent
Sending back to you with responses, thanks
Dear Basti,
How is your father now?
I am facing some given issue in the system. I have mailed you all the login details on you mail. Please help to resolve.
1. I am unable to get push notification to Customer/Merchant/admin on change of order status from driver side. 2. Sales summary report is not working in merchant panel. 3. How to manage merchant amount if voucher is issuing by admin? When admin is issuing voucher it is getting debited by merchant’s amount.
I have tried all the setting suggested by you in your past comments for the same issue.
hi mate
he is still in icu 
can you send me your admin login and ftp access i will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Ohh, I wish he will get well soon. I have already mailed you login details.
sent
Hello good day Basti, you can assign a fixed price for the delivery, that is, it does not import the distance, that costs for example 5 cents to any destination, is that possible? And what minimum requirements would you need to make it work? Can I do it? Or do I need a programmer? Thank you.
yes it is possible and its added in kmrs 
cheers
Sorry could you help me set up the installation? I am not a programmer and I am thinking of buying the following: 1.- Kerenderia multiple restaurant, 2.Karenderia Loyalty Points Program 3. Karenderia Order Taking App 4.- Karenderia Driver Mobile App 5.- Karenderia App Version 2.
installation of kmrs and its all addon is free take note only kmrs and addon for compiling the app to android i do charge
just send me your cpanel access after your purchase
btw it might be tomorrow its very late here on my time
i will have to go bed 
Perfecto, por último y para poder realizar la compra, para la traducción a español es posible tenerla por defecto?. Estoy interesado en sus aplicaciones y todos los complementos que mencioné. Amablemente indíqueme si es posible la personalización por su parte en cuanto a la marca, colores y traducción? O como hacerlo? Yo tengo los logos y la paleta de colores, Como indique no soy programador pero estoy aprendiendo. Agradezco su respuesta y quedo atento para concretar la compra. Saludos desde Perú.
hi mate
for translation there is translation file that you need to translate and you can add many languages you know
for changing color logo etc that is easy i can help you with that
cheers
Hi Basti, happy new year, when will be inventory addon ready? best regards
happy new year 
it will be out very soon this is my next project for kmrs
cheers
hi
to all keep posting their own agenda
please can you not keep posting this every day, this is for support area not for advertising.
every message you post keeps adding on my dashboard
Hi Basti, I also hope your father will be fine.
Could you do a fresh new installation on a new server for me please?
hi mate
thank you
sure mate can you remind me your server access?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Sent.
Please install all addons I have bought them all as you may have seen. 
Just bought mobile app 2 also.
Sent.
sent
Looks like you’ve completely forgotten about me…
nope mate 
i reply in your email the reason
Hi,
I hope you are doing well.
We have finalized the Arabic language translations and receipt is printing in Arabic as well. But the issue is that we are receiving order email as empty with no subject. I believe it’s a UTF issue. Could you please let us know how to resolve this issue? Thanks
hi mate
am good thank you
what type of sending you are using php mail?
cheers
Yes We are using php mail. Please have a look at attached image below.
https://prnt.sc/qie48wok try this one
in components/functions.php
on this line
//if (@mail($to, ’=?utf-8?B?’.base64_encode($subject).’?=’, $message, $headers)){
remove
the //
and on this line
if (@mail($to, $subject, $message, $headers)){
change it to
//if (@mail($to, $subject, $message, $headers)){
so full example
if (@mail($to, '=?utf-8?B?'.base64_encode($subject).'?=', $message, $headers)){
//if (@mail($to, $subject, $message, $headers)){
$send_status=true; $send_msg="sent";
} else $send_msg = t("error occurred");
Hi Mate,
Thank you for your email.
We have made the changes that you have informed us to do in Components/Functions.php https://prnt.sc/qixjhhBut we are again getting the same issue the email is coming empty for “Arabic language” along with the subject but for English it is working all perfect, Please see the attached links
Arabic: https://prnt.sc/qixkw2 English: https://prnt.sc/qixll7
can you try the fixed mention here
https://larryullman.com/forums/index.php?/topic/258-problem-with-encoding-email-subject-for-arabic-langauge-using-mail/at the very bottom they provided a code
Hi,
We have tried it but not able to fix it. Could you please look into it, as we need on ASAP. Thanks
Hi, We are looking forward for the reply. Thanks
mate i just tried on my end and its sending as arabic as subject
see screenshot
https://imgur.com/a/Mtbi4LWusing this code
if (@mail($to, ’=?utf-8?B?’.base64_encode($subject).’?=’, $message, $headers)){
Hi,
Thank you for your reply, I recheck it again and put a hard coded text in the function I received the content (arabic) there but why it’s not showing the variable value and the body content of the receipt. Please have a look in below.
Hardcoded value: https://prnt.sc/qkxdpe Email received with the value (manual): https://prnt.sc/qkxffxOne thing I should inform you, my default language of website is arabic that I have changed in the config, from en to ar.
Hi, Looking forward for your reply. Thanks
mate first of all don’t hard code any of the subject and template
this will be based in your template in admin -> Notification template
remember you can change the template based in your language file
the reason for the content is empty is your template in backend must be empty
and make sure in your app the choosen language is ar
Hi Mate,
Yes you are right, we have make hard coded value only for testing purpose, Thanks for the information we are able to receive the email in ARABIC format, only one last thing, which css file we have to customise the template file for RTL layout. Thanks
you can embed your css inside the template