29735 comments found.
Hello Basti, get this error when I’m in Backend (french) Withdrawals settings and made the text in french. Then when I choose de Back-end in german or englisch the french text is in?
Is this a wrong connection to the database?
And the same happens on the notification templates.The pencils don’t work nor in german nor in french. so i’ve to choose backend englisch then click on the pencil and choose then french or german…. but even when it’s saved some time later the text is gone? Where I don’t know.
am not sure if the fixed is already in latest version can you confirm this one
open the file assets/js/admin.js and look for
$( document ).on( “click”, ”.template_actions”, function() {
this line
var params='key=' + $(this).data("key") +"&label=" + $(this).data("label");
should be
var params='key=' + $(this).data("key") +"&label=" + encodeURIComponent($(this).data("label"));
Quick question, what is the best workaround, we want to have a product for free if the client spends over 45$ (subtotal).
can you give example? so i can give correct changes
When the client cart has a value of 45 >= (subtotal) – a (1 of 3 options) bottle of wine with is normally 20$ will be for free (0$). (we will have this with 3 different products. and client can only add 1 product of this type *bottle of wine.
hmmm this will be tricky i cannot give the correct cause i never done before but i can give a logic, the logic is to have add a new fields for tagging the food item to be free and the functions displayOrderHTML in functions.php you will need to sum up first all the item to check if the subtotal will be come more tnan or equal to 45 if yes then set the price or over write the price during looping of food item
thank you
By the way, when are you planing to laugh the single app (for restaurants)?
about that i don’t want to promise any dates,
as there is always stopping me to finish the single app 
hello there, I’m trying to add food category in other language but after press save, there is no response or not affect … it’s very important for me to solve this issue
can you send me merchant login so i can do a test? and words that you are trying to add?
and provide ftp access
cheers
leave a comment here once you send it so i will be notified
done
reply sent
I sent the answere
sent
sent
sent
sent
mate i already replied?
I sent you the login detail to check what is the issue regarding add the category abd items in other language… The last replay from you was that yoy couldn’t ligin to my ftp…please check again
reply sent
Reply sent
sent
Sent
sent
Thanks… sent
sent
Sent
sent
can we go to live support via skype or other communication chanel?
I don’t know if the problem from using the signning key or not?
I resloved the issue finally, it was in config.xml I missed one line for phongap
awesome
cheers
Is it possible to import restaurants under the same email now? Initially, I need to input all of them myself and the restaurants will claim their listings soon thereafter. I cannot create thousands of emails to import restaurants initially.
mate is this the import functions csv files?
I want to just simply take a csv file and import all of my restaurants
remove the checking of emails in the file views/admin/merchant-bulk.php
change this
if (!Yii::app()->functions->isMerchantExist($data[4]) ){
if ( $db_ext->insertData("{{merchant}}",$params)){
echo "<p class="\"indent" uk-text-primary="">".t("Successful")."...</p>";
} else {
echo "<p class="\"indent" uk-text-danger="">".t("Failed")."...</p>";
}
} else echo "<p class="\"indent" uk-text-danger="">".t("Email address already exist")." <br /></p>";
to
if ( $db_ext->insertData("{{merchant}}",$params)){
echo "<p class="\"indent" uk-text-primary="">".t("Successful")."...</p>";
} else {
echo "<p class="\"indent" uk-text-danger="">".t("Failed")."...</p>";
}
Excellent…. Will I have to assign usernames and passwords to the CSV import rows? Also, will I have to manually do this customization with every update?
you want to add username and password in csv?
yes you will have to do this again if you update your files
Having the same username and password will be fine for import. Can I change them individually CORRECT?
no mate the username should be different
it should be unique the password is ok to be the same
U are right…I will make username unique… I just really needed the email to be the same until they claim their listing. Is there anything else I should be aware of?
i think that it’s the username should be unique
hello basti, have sent you a mail, please help, thank you
sent
reply sent
sent
reply sent
reply sent
reply sent
sent
reply sent
sent
reply sent
mate i already replied in your email
i cannot click any of the menu 
sorry, now it should work
mate still i cannot click any of the menu 
make sure the merchant has pre order so i can click on the menu
sent you a mail… 
nice supper, thank you, now it works 
cheers 
Hi
I bought the Karenderia System
I have 4 questions: 1. Can the Merchant (restaurant) print the invoice in a POS thermal printer? Epson POS printer? 2. Can the merchant print the invoice from the Order Taking app or only from the web app backend? 3. Can an invoice be printed in the POS automatically? This is done by Eat.ch and it works this way: the client orders from the Karanderia Website, and the merchant’s POS printer automatically prints an invoice when the order is confirmed? 4. If none of these are available, can the merchant print the invoice directly from email to the POS thermal printer? If this is not an option, can this customatization be done by you with extra fee?
Thanks.
hi mate
1. at the backend admin and merchant panel you can print using thermal printer view the order and click print
2. at the moment there is no print functions in merchant app
3. invoice is big i think it will need fit in post printer maybe you mean receipt?
at the moment am working on pos printer which has api i will post once i succeeded adding this printer
cheers
yes. when a new order arrives, the merchant gets an email. can he print the email directly to the pos printer as a receipt?
i think you cannot
you need some kind of another software for that
that automatically prints the email you receive from your email
am doing a test in a new printer that has api which can automatically print a receipt once there is new order i will post once this one is done
Also i have translated KMRS for myself into Dutch, if you are interested you can send me a email: info@halalbezorgd.nl (frontend + backend)
Ik heb KMRS vertaald naar het Nederlands, als je geïnteresseerd bent kun je me mailen: info@halalbezorgd.nl (frontend + backend)
thanks mate are you giving it to me? if yes can i include this in the package
Hi Basti,
Is there any date set for the next update? And do you have somekind of feature list?
new features like offers can select what transaction type should be allowed like it should be allowed only in delivery, or pickup , php 7 fixed and RTL support and many more…
Hi Mate
I want to allow merchant to edit delivery_date & delivery_time for customer ? Could you advise me on the line of code that needs to be changed ?
I tried to add insertData for delivery_date & time at updateOrder() & editOrder() – Ajaxadmin.php ? But no luck. Probably I didn’t get it right. Please help
Many thanks
hmmm first of all you need to create a functions that edit the order and when submit you will have to update the tables _order
in ajaxadmin.php look for functions
public function updateOrder()
this is the code that update the fields in _order table
$params=array('status'=>$this->data['status'],'date_modified'=>FunctionsV3::dateNow(),'viewed'=>2);
you need to add another parameters for updating delivery date and delivery time
example add the following
'delivery_date'=>'YOUR DATE HERE SHOULD BE FORMAT TO yyyy-mm-dd',
'delivery_time'=>"
HELLO Basti, We have allmost translated the whole thing but cash_pickup dosn‘t geht translated in german. When we do an Order and geht the Receive it‘s still cash_pickup and Not the translated Text. What‘s wrong?
Herr is a link https://imgur.com/gallery/C36Pn
And here https://imgur.com/gallery/DNXNi
add this to your language file
$lang[‘cash_pickup’]=’’;
you mean the demo ?
http://bastisapp.com/kmrs/Hi Basti, how can I add something like this plugin (link below) to my KMRS? So that by accessing an android or iphone phone, their respective banners will appear with links to their respective google play or app store stores.
This plugin works perfectly in Wordpress, but I do not know how to install it in KMRS. Is there anything like this for me to use in KMRS?
Thank you!
LINK DO PLUGIN: https://wordpress.org/plugins/appbanners/
hmmm sorry mate i don’t have one you cannot use this one cause this is for wordpress
kmrs is not wordpress its stand alone application
i will have to check how this works maybe we can add it as plugin
cheers
1. Once some one orders the order gets sent to the restaurant they picked but the Payment goes to my company account ?
2. I “the owner of this company” can control the menus and all the info of this website from the background ?
3. can the client open a account and then it will remember there address, credit card info & what they ordered ?
4. do i need to know coding to connect this with a wordpress website ?
5. i seen that there its a mobile app too is it for android market and apple app store ?
6. does this work in Israel with Hebrew ?
7. if it does not work in Hebrew is there a way to translate the whole website to Hebrew ?
8. can i offer a x% discount to orders or offer different amount discount for different restaurant ?
hi mate
1. it will depends in your merchant type if you set to commission all payment will be collected by you except for offline payment
2. for menus merchant can control that
3. yes
4. yes, remember this is not wordpress its stand alone application using yii framework
5. yes
6. you mean translation? yes
7. you can use any language
8. yes please check the demo see if this will fit your needs
cheers
Is there the ios Version?
Hi Basti,
When i edit the order status, for example pending to processing, it takes a lot of time.. around 30 seconds, any fix for it?
Thanks
it will depend in your server are you using shared hosting?
hello we want to know how to create integration with payment api for the system, you have something that can help us
at the moment i don’t have docs but its very easy if you are familiar with php
study one of the payment gateway how its added example stripe
cheers
I have sent you question about API details on support page i haven’t received any replies? Please can you tell me information about your API, i need it to use with desktop app too. Thanks
mate i believe i already replied to you ?
Great features Pre sales question: What version of Yii framework is used and is it compatible with php 7.1?
Thanks
am using version 1 of yii
at the moment it has issue with php 7.1 but its only minimal as php 7 is strict with variable declaration in using array
but this will be fixed in next update
Is there an API or webservice to create native apps for Karenderia?
Also anyone have translated the whole system to spanish? Anyone can provide it?
Regards,
Leo.
there is already a mobile app for kmrs and it has api using json rest api
https://codecanyon.net/item/karenderia-mobile-app/13800275The API is included in the mobile app version? I want to develop native android version, not native website. So buying this mobile app, I get the API to develop native android and iOS?
yes the api is there using rest json
but if you are looking for api docs sorry i don’t have one 
Hi. this application can be used only for one restaurant?
For example If I have my own restauratn… when clients go to myrest.com they will only see my menu? to order immediatly ? or that is not possible?
its possible by doing some adjustment by redirecting your homepage to your merchant menu
in controller/storecontroller.php
look for public function actionIndex() simply add this
$this->redirect(Yii::app()>request>baseUrl.”/menu-merchantslug”);
replace the menu-merchantslug with your merchant menu link
SO doing this, Iphone/Android App will work also like this? only for one restaurant ?
you mean in mobile app ? no mate mobile app is different code
you need to modify mobile app to be single resto app