29722 comments found.
Hi Basti,
Can you add an option to the poll for “Public REST API addon” ?
hi mate
what api you need? for front end ?
On guest checkout I notice there is no requirement for the terms and conditions to be accepted, is there a way to turn this on please?
hi mate
at the moment this is not added only during merchant registration and customer registration
No worries, thanks
cheers
Hi, because the bluetooth printing has some bugs with cutting off some items on long orders I am using Thunderbird email client to autoprint the order emails to merchant to thermal printer. Each email receipt whether to merchant or customer has a big blank gap at the top, is there any way to remove this? It would make the email receipts look a bit better too
am assume your printing the email was sent to your email
you need to modify the this template
it will be trial and error since your printing it as normal not as command
you need to debug the code that sends this email
this functions can be found in components/EmailTPL.php
Hi Sent you some questions. Thank you for answer and help
sent
Hi Basti, what is the estimated time for the next update?
sorry cannot tell the exact date 
am redoing all the codes in kmrs
Hi Basti, Sorry to trouble you, I know I’m doing something wrong but I can’t see where. I have created a membership package and set it to publish, when I enter as a restaurant and select the package it returns a 404 and I don’t know why that would be, any idea? Thanks, Clint
Ok, I found it appears to be a bug, if you remove merchant signup from the top menu then a merchant cannot renew their package.
hi mate
this is normal since you remove the signup process in your website
to allow this you need to remove that code that blocking the renewal
in controllers/storecontroller.php
look for actionMerchantSignupSelection
remove this
$act_menu=FunctionsV3::getTopMenuActivated();
if (!in_array('resto_signup',(array)$act_menu)){
$this->render('404-page',array('header'=>true));
return ;
}
you can find 2 of this line
Thanks
welcome
E-mail sent regarding the ‘location’ issue. I sent 1 week ago, please reply faster, because we need to solve it.
sent
Hallo, i have just on e question. Is it possible to integrate GDPR (DSGVO) options into your Restaurant System, because in Germany i need to ask every merchand and every customer to accept privacy policy before they can send a form. For example when they want to register or when the customer wants to order smething. A simple checkbox with a text behind (including a link to a privacy policy page) is need. Regards, Wolfgang Schmitt
hi mate
there is already existing functions for this
go to admin -> settings -> terms and conditions
enabled both merchant signup and customer and put your terms url link
cheers
Please send an urgent email
Basti I need your help.
The promotional theme is very important in this business so that you can attract new users, that is why on my platform I am constantly doing financed promotions for my clients. However, I want to limit these promotions to only being acquired under a limit.
Let me explain a little, let’s suppose that I want to do a big mac promotion at $ 1.99 but I want the user to not be able to buy this item if not a maximum of 2 times.
Do you have any idea how this can be done?
A possible solution is to put the vouchers by SKU but I don’t see that you have anything planned about this.
You can help me create this, or do you know someone who can recommend me, or if you have it in your update list.
hi mate
for now i don’t have this kind of functions but we do have minimum limit per order maybe you can use this
for sku i added this in inventory addon might be added on new kmrs no need for inventory addn
cheers
This would be an update, when would it come?
might be on new kmrs version 2
when do you plan to launch kmrs 2? I would really like to help you fiddle with it and be able to correct bugs in time before launching it
email me here and give me your email address so i can add your email for testing the new kmrs
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi Basti. I just realized a record error that the voucher system has.
I explain. I create a vouche called proof and that the minimum purchase is $ 15. The user applies the voucher and receives a notification that the purchase must be greater than $ 15. So far we are fine.
Now where is the error. If I add more items to the cart and my subtotal goes up to $ 20 and I apply the coupon, it discounts the amount of the coupon. Now if I go back to the cart and delete the items, as the coupon is already applied, it allows it to be applied, the sub total being less than the one that one places. So what users do is that if the vouche is $ 5 with a minimum purchase of $ 15, they add more to the cart, apply the coupon and then delete the item and the sub total becomes negative and the order can be processed. It has happened to me a lot that the orders have entered me in a negative sub total and even negative total. I think it is something that must be corrected urgently since it is a security failure.
Do you have any ideas to correct it?
hi mate
i think this is already old issue it will remove the voucher in your cart if the min is not satisfied if you keep removing some items in your cart
anyways let me double check this on my end
It was not enough.
Indeed the coupon if it is eliminated, but if you process the order, it remains as if the coupon had been applied and the order is processed.
hi mate
you are correct its a bug since in the new update i added new fields for Minimum Order for adding voucher and i forgot to add this checking in loading of cart
i thouht this was on min delivery amount set in merchant settings
will apply the fixed on my end and might post the quick fixed here or release small update for this one
Will you let me know when you have this fixed? To correct it in my code
will do or release small update
Goodnight friend. How do I make the cart not group items. The items in the cart even if it is the same, does it stay below each other?
???
hi mate
hmmm you will have to modify the code for this one
am grouping each same item in
components/ajaxadmin.php under function addToCart
i never tried but looking at this you can just
change this
if ( $found==false){
$_SESSION['kr_item'][]=$item;
} else {
$_SESSION['kr_item'][$found_key]['qty']+=$item['qty'];
}
to
$_SESSION['kr_item'][]=$item;
This function is it only for the web or all applications v1, v2 and single use it?
If I make the change, will it also work for the application carts?
this is only for web
for mobile app 2 they have different api
Would single app be the same thing?
you can find all them in apicontroller.php
just look for similar code
functions are actionaddToCart
Hey Basti, how to change payment names on checkout page … already tried function V3, this changed it only to admins, did in language … nothing. Appreciate your help.
hi mate
you need to change this via language file in protected/messages/en/default.php
example
$lang["Cash On delivery"] = "YOUR NEW WORDS HERE";
Hi mate, is there any problem to delete some “order status” need only 5 or 6.
i
there is none 
just retain the pending and paid
perfect, Many thanks
cheers
hello basti, i would like to charge an additional fee to merchant for every online payment like paypal per order do you have an idea how i can solve it?
double post already answer
Hello msg91 has been updated their api call url, The existing one is not working. we need to attach the PE ID in the api call url. msg91 system is not working. what should we do now ? please let us know.
“msg91 reply:
You are not passing the Template approval id into the API while sending messages and that’s why all your messages are failing. Please refer to our guide for help- https://help.msg91.com/article/373-msg91-api-changes-post-dlt-template-approval"
hi mate i think we cannot use there api anymore
i been studying the new api of msg91
cause every template should be registered in the backend and they nee to approve that
and we have so many different message in kmrs
so every message need to registered and approved by them
so am not sure what is the correct api to use for this one
sent
Set an email please answer as soon as possible. Thanks
Sent, sorry
senr
PWA Please
please vote here https://strawpoll.com/wxkvdocax
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