29722 comments found.
Hi mate. Just I would like to remind you because you now working on the new update code for kmrs. In the menu page for merchant it’s good to add ” most purchase item ” or most popular item. With image and the item on the top. I was told you in a few years about this. If you would like to send you an picture I will. Thanks
Here pic https://prnt.sc/oadkn3
already on my update list 
cheers
Hi mate, I am waiting for POS addon.
its on my new addon for kmrs 
cheers
Thank you for good news.
cheers
Hello, ask how a restaurant tells the driver that the order is ready to be picked up?
hi mate
in web version is not yet added
but if you use merchant app there is options there to tell that the order is ready for pickup
cheers
Dear mate,
I have noticed that when a merchant get a new order, he is not getting app notification when I “the admin” was opening the admin back-end, how to stop that and let the merchant get his notification normally even i opening the admin back end
hi mate
can you verify this one?
i have 2 different fields to check if admin and merchant view the order
so if admin view the order it will still show notification in merchant panel
how much to charge for adding custom api payment gateway? i seend to your email the doc, basti
it will depends on the api docs
will check your email
Hi Bastik, during the order placement, upon clicking on submit your order, it takes 4 to 5 seconds to get the order booked. Could you optimize the performance?
hi mate
i think the issue for this is the functions i added to immediately process the cron
and if your server is not capable of this it will be slow
you can remove this functions if you want
to make the ordering faster
in components/functionsv3.php
look for function fastRequest
just add return falsel
example
public static function fastRequest($url)
{
return false;
if (preg_match("/https/i", $url)) {
//@shell_exec("curl $url");
self::consumeUrl($url);
} else {
$parts=parse_url($url);
$fp = fsockopen($parts['host'],isset($parts['port'])?$parts['port']:80,$errno, $errstr, 30);
$out = "GET ".$parts['path']." HTTP/1.1\r\n";
$out.= "Host: ".$parts['host']."\r\n";
$out.= "Content-Length: 0"."\r\n";
$out.= "Connection: Close\r\n\r\n";
fwrite($fp, $out);
fclose($fp);
}
}
this mean it will not execute this functions anymore
if you have driver app addon do the same in driver/components/driver.php in function consumeUrl
it will depends on google results
more info example
https://medium.com/@almestaadmicadiab/how-to-parse-google-maps-address-components-geocoder-response-774d1f3375dHi Basti, I can’t do it from google console. is there a quick solution to get in the address field (street address + house number)?
hi mate
there is none you need to parse the address correctly am doing that now in the code but in some countries the response is different
so its case to case basis
Sent you an email
sent
Did not get an email
sent
HEllo basti will you realse new version of the web ( layout ) and app design new update ? or ill be a totaly diffrent website and new app ? i need to do some custmization on my code can you please help ?
hi mate
i cannot tell yet when , i will announce it once its ready
it will be a totally code and design
for customization sorry not available at the moment need to finish first the version 2
cheers
Hello Basti top bar Total Commission:error,Commission last 30 days: error ,Commission today: error How do i fix this? also Merchant list doesn’t show the list of Merchants after the update in Merchant panel Voucher List and Ingredients doesn’t show the list of Merchants after the update Email sent with login info
there must be missing files or functions in your update
send me your ftp access so i can check
reply on my email
sent
fixed its your file content is not correct
It’s working fine now thank you
cheers
Hi Basti, How are you mate. I have sent 2 emails 3-4 days back, kindly check and resolve. After I have updated 31 files mentioned in update doc, opened Admin, database update done but site stopped (error as http_response_code_failure). Admin is working but showing ‘processing’ when click on any link like all orders etc. I had sent the site admin and ftp details. Thanks a top for help.
reply sent you have missing files in your server
Fatal error: Uncaught Error: Class ‘Price_Formatter’ not found in /home/customer/www/*.com/public_html/protected/components/Item_utility.php:117 Stack
Thanks mate. reply sent on email, please check.
sent
Hello. Mate Can I remove the email exist checker? I can’t place same email.
Hello in the action status on mobile app v2 module there is two Accepted? How can I change it and the message send to customers?
hi mate
1. the email should be unique in database cause if you have different account with same email address once there is new order they will both receive email
where in this section you wanted to remove?
2. sorry can you provide screenshot instead? so i can understand
1. Is good but when placing orders under same name with same email the ordering is not working. In placing orders.
2. Select merchant app v2 on navigation bar. Sorry it was merchant app V2. Action status there is two Accepted.
1. of course mate cause the record already exist
you just need to login to make an order?
2. sorry does not make sense to me?
1. is not possible right. Thanks.
2. Mechant app v2 module on KRMS two accepted status that’s need to be set.
This is the copy paste of the module. 2 accepted status is showed as you can see can I change it?
Actions status select status for each actions
Accepted
Decline order
Cancel order
Food is done
Accepted
Completed order
Approved request to cancel order
Decline request to cancel order
decline
mate , i send you email regarding payment integration . please take a look . thanks
sent
Reply sent
sent
I would love to participate in the kmrs2 beta I have already sent my e-mail in your private, and I am following all the systems, I want to buy them all.
hi mate
thanks for your interest
at the moment am only inviting use who already using kmrs as they are already familiar with all the functionalities of kmrs and they have already been using it for some times
cheers
Hi, the next update will have whatsapp order receive in first release?
hi mate
you mean the order details will be sent tru whats app?
yeah
sure mate
will do add on my list
I mean whatsapp order details send thought whatsapp but merchant has option to turn on or off not be mandatory understand? sorry bad english
noted 
thank you mate
cheers
Currency issues
Hi Basti
It has been 10 days since and I am still waiting for a response with currency issues . I sent you an email.
Please let me know.
Thanks.
sent
Hi Basti, I’m not sure, but is there a mistake here? – If a restaurant has a delivery radius of 10 kilometers, and I enter an address that is 45 kilometers away, I still get the option to place an order for delivery in the menu display with delivery time. I think there should be an info that it is not possible to deliver. Have I possibly overlooked a setting? – I use google map api.
hi mate
please check first your google api if its working or not
i always check distance if can be deliver 
Hi Basti, it shows the correct distance but no warning if the delivery location is outside the delivery area. I guess that Google Maps API is working correctly then. You can check it at https://www.seefutter.de/menu/sitara.
Hallo Basti, it is fixed. It was a Google Problem. Thanks for help 
glad to hear that mate
cheers
How to auto add default price list (menu) to new merchant when create new one?
hmmm sorry am not getting you
you mean when you create a merchant it has already default menu? if yes sorry not available you need to make this new functions
Hi Basti, I assume the next update will include changes to the layout etc? I am happy with how my site looks, I have made changes myself, will I be able to update without changing the look of my site? or can you post the layout changes separately. Thanks
Or at least just make it clear which files affect the look of the site and which ones are for functioning.
hi mate
unfortunately this is a total new codes and layouts
this new version has very easy to change template unlike the old version
ok, thanks
cheers
Hi how can I export products and customers ?
hi mate
sorry not available at the moment
you can use the export addon but right now its not for sale until i updated the said addon