29726 comments found.
Hi
I am currently using your app and it is amazing. I need some functions not sure it exists:
1. Centralised management for multiple branches. In particular stock, customer database, loyalty etc.
2. Mobile app for customers, restaurants and drivers.In particular options for customers/managers to track the location of delivery or deliverer.
3. Automated customer tracking, if a regular customer we need a system to identify during the order itself.
4. Proper accounting system to manage inflow/outflow and profit.
Please let me know the availability of these functions in case if needed additional customisation, please let me know the costs involved.
sorry but at the moment am not available for this one
its looks like huge changes in kmrs
if i do that i will have to force to stop the update
and creating new addon 
btw your welcome to hire your own developer
Thanks for your reply. Can you help me in recommending a developer experienced in your system? Where I can find good one?
actually most of the person i know is busy as well 
someone here in codecanyon looks familiar with kmrs but i haven’t see him doing a code, so am not sure if is good but maybe you can contact him
email me here so i can send his email
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Thanks for your help. I have contacted him.
cheers
maybe you can provide me a feedback for this guy if he is good 
cheers
Hi, one question, do you know some free software that can help to translate the default.php file?
you can use https://atom.io/
or use dreamwever
Thanks for the reply, i have text editor, but there are like 2600 translations to be made. Do you know software to do it automatic?
ahh sorry i think there is none
you have manually translate those
also google translate its not accurate
Hello basti, please help me with this: I installed the new update and when trying to go to the order summary screen, it remains in a loop and then shows the screen but without summary of the order. I try to go to the box and say “undefine error”
must be missing files or not updated functions
send me your site link and ftp access
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hi Basti, good. I just sent you the mail
sent
I have already answered you again
sent
Hi mate! See your email please!
sent
sent
sent 2 emails please.
sent
Do not leave me, please, I need the answers in the email. Thank you and waiting
mate you need to understand that i have some other customer to support to so please be patient and wait for my email
i always answer your question and its like am providing special support to you since you always ask a question every day
Hi, I am trying to view and test your Braintree payment system but cant add it to the demos or find a restaurant that has it added could you point ,e in the right direction for this?
hi mate
actually it was disabled in demo
try to order to this merchant
http://bastisapp.com/kmrs/menu-mcdonaldsi already enabled braintree
cheers
Hi, would like to make some changes to the system.
Please get in touch. hjmiguel@outlook.pt
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
hi basti How I can use this SMS company? https://www.infobip.com
I need help
unfortunately this is not added in kmrs
if you want i can add this for you but with fee let me know
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
I sent
sent
sent
sent
sent
sent
How to add pickup & Delivery date on SMS?
can you let me know which template is this one?
admin/Notificatin Template/Order Template/RECEIPT_SEND_TO_MERCHANT/edit
—> How to add to SMS for delivery/pickup date?
try this one edit the file components/Functionsv3.php look for function notifyMerchant under /SEND SMS/
on $pattern=array( variable add delivery_date in the array
and your sms template you can use the tag [delivery_date]
$pattern=array(
'customer_name'=>'full_name',
'order_id'=>'order_id',
'restaurant_name'=>'merchant_name',
'total_amount'=>'total_w_tax',
'order_details'=>$sms_data,
'sitename'=>getOptionA('website_title'),
'siteurl'=>websiteUrl(),
'customer_mobile'=>'contact_phone',
'customer_address'=>'client_delivery_address',
'payment_type'=>'payment_type',
'transaction_type'=>'trans_type',
'delivery_time'=>'delivery_time',
'delivery_instruction'=>'delivery_instruction',
'taxable_total'=>'taxable_total',
'cart_tip_value'=>'cart_tip_value',
'delivery_date'=>'delivery_date'
);
http://imbc.ca/show/SMS-01.png
http://imbc.ca/show/SMS-02.png
But not show date on SMS message.
http://imbc.ca/show/SMS-03.png
Please let me know how to fix?
Restaurant have to know pre order date.
mate you need to add a tag [delivery_date] not (delivery_date)
i can see in your template it says [delivery_date]
but on this http://imbc.ca/show/SMS-03.png it says (delivery_date)
how come it change to ()
please verify
cheers
for total amount its because sms cannot read currency code try this
after the line
$data[‘cart_tip_value’] = FunctionsV3::prettyPrice($data[‘cart_tip_value’]);
add this
add this
$data[‘total_order_amount’] = normalPrettyPrice($data[‘total_w_tax’]);
and on the array add this
'delivery_date'=>'delivery_date',
'total_order_amount'=>'total_order_amount'
and use the tag [total_order_amount]
How do I send order address to the restaurant via SMS?
I do it
double post
Hi With the system i have now (not yours), google charges for each character search when looking up addresses. recently the developers changed my system so the api charges are per session and not per character is this how this system works?
Google seem to change their API alot and it was only recently I had a massive bill from google for the google maps api call
sorry but i only answer who actually purchase my item
Hi Basti,
Just wondering when the version 2 of the mobile app will be released? We are waiting for this one. Thanks so much!
actually am doing a survey which one should be priorities first
hi guys
am doing a survey which addon would you like to add in KMRS
kindly vote here https://linkto.run/p/C9R31O2Ocheers
HI Urgent- We want the transaction fee of payumoney and razorpay to be charged /display in invoice. How to do that? also pay on delivery not working on checkout though its enabled from merchant end.
first of all there is no transaction fee added in those payment gateway
so you cannot add fee in invoice you need to add those fee first when paying
i will do take note this on my update list i will add a transaction fee for all payment gateway
Hello basti, i got issue on add products page.
When am adding a product, i can not upload image
Please check the screenshot https://imgur.com/a/DLWFNiF
urgent replay. Thanks
those section is working fine 
kindly check all the files of your kmrs
specially the file in asset/js
the uploading was updated to secure upload ajax
Basti, i have updates those files and still not working mate. Please check that for mi please
send me your admin login and ftp
i will check your serve files
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Basti mail sent
i believe already solved
cheers
PDF generation stopped working I believe after dong some updates as I have not tuched the PDF for a long time. So I will presume it effects others?
The issue is with this Basti
$commission_status=FunctionsV3::getCommissionStatusBased();
if($commission_status){
$and_status = " AND status in ($commission_status) ";
}
As a test I removed $and_status from the where clause and all worked fine again creating the invoice. will look later into what it is, as was just a quick guess and appears I was right.
the invoice pdf is working fine
no changes on this section
and please don’t remove those
its there we based the order status for computing the invoice 
this is settings from admin -> commission settings -> Compute Total Commission base on the following order status
if you remove those condition all order will computed in invoice even the status of the order is pending 
i have this when try to install kmrs ;
Checking requirements.. Connecting to database… Database Successful [OK]
PDO installed [OK]
Session [OK]
mail() is available [OK]
CURL is enabled [OK]
file_get_contents is enabled [OK]
Creating .htaccess file
RewriteEngine On RewriteBase /kmrs/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /kmrs/index.php [L] Unable to open file!/Applications/XAMPP/xamppfiles/htdocs/kmrs/.htaccess
hello ,when enter to http://localhost/kmrs/admin “Admin link” Object not found!
all page link object not found
check your localhost mod_rewrite and allow_overwrite make sure this is enabled after you enabled this you need to restart your apache
http://ask.xmodulo.com/enable-htaccess-apache.htmlyes it working Thank to you
when I install K-Restaurant Mobile App app , not working in android device , after configuration firebase and map api and get apk
kindly post this to single app 
1. how to make first two order delivery free for customers 2. how to show the mobile number of the customer and merchant in the order
hi mate
1. sorry not available at the moment 
2. can you let me know where is this? or provide screenshot?
1. if code need to be added where i need to add the logic
Dashboard Incoming orders 2. http://bastisapp.com/kmrs/admin/dashboard & http://bastisapp.com/kmrs/admin/incomingorders this page in table customer phone number and merchant phone number
1. in components/ajaxadmin.php look for function placeOrder()
this is where in the order was place and insert to database
from this you need to check first if the customer has no order in table _order if you cannot find any that means its there first order and set the delivery fee to zero
2. hmm you mean add a new column for customer phone and merchant?
Hi Basti,
Noticed that although the restaurant details are showing Name & Address No contact telephone numbers for people to call in their orders are showing ? Is that deliberate or have I missed something Thanks.
hmmm i think the contact number of customer is there already
can you verify?
can you give me screenshot?
Have sent email with screenshot of what I am referring to Cheers 
reply sent
i thought i was on the receipt
its on homepage
Yay worked a treat have sent you a screen shot. I think it looks good. Delighted with the support best I have ever received. Thanks
sent
Hi mate, I change my site SSL, after change can’t send sms to customer. Do you have any idea?
Test SMS is working, but get order not sending SMS to restaurant.
Do you have any idea? What is my problem?
It is URGENT!!!
Hi mate, I delete Rewrite info on htcss file, than working.
its must be your cron jobs check the sms logs if the status is pending you need to update your cron jobs link with https
Thanks mate.
cheers
Hello Basti,
I found other MAPBOX BUG.
I sent message with details and credentials, please check asap.
Thanks!
reply sent
660afa6b-7f15-42ba-b52f-7262d7cdb056
http://peditucomida.com.ar/videos/problema.mp4Hello dear Batitiskiang I have updated to the latest version. And the data does not appear in the admin. Neither on the front page. Previously, the view boards were erased, and I can not fix them because it asks for SUPER access, because I’m on a shared server.
Then, the clients’ sites do not appear on the front page.
I also observe that I must translate everything again, or I do not know how to do it. Thank you. regards
the update is fine 
you should have install it in a test server so you can see its working fine
its how you update your files
did you migrate the database from old to new server?