Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,366 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

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).

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 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.

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 you a mail… :)

nice supper, thank you, now it works :)

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.

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?

add this to your language file

$lang[‘cash_pickup’]=’’;

You can send me a link so that I can download the system. email asbhost.info@gmail.com

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

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/13800275

The 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?

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey