Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

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

29726 comments found.

hello sir, why i am seeing different admin from your demo version? Am i using older version? Just bought and setup as directed in documentation but few links missing from left side menu like “Theme Settings”, “Post Code” etc

edit your admin account and tick the access to theme settings then relogin again

cheers

Which version of CURL used for the browser to identify the location of the customer? The site works perfectly with the version of cURL 7.17.9?

hi mate

it will work in any version of curl my server is using curl 7.42.1

just bought this and the mobile app, don’t know how to run and setup, tried zend studio but gave errors, please provide steps how to make them work, sent you an email couple hours ago.

hi mate

did you read the document on how to install ?

Waiting for 3 months now .. please confirm next update of KRMS and mobile app (customer)

mobile app will be update next week that is final including razor pay :)

URGENT HELP… SITE DOWN…

Hi Basti,

My site is facing login issues. user’s are not able to login, gives “ERROR” while login…

Pls. help urgently…

reply sent

Done… Thank you so much for your prompt response.

Also, I have build apps for iOS & Android, but in iOS its not taking Icon & Splash screen on, either it takes default PhoneGap’s icon or no icon. Pls. chk screenshot for your reference and kindly help me.

and for the ios issue you need to create different icon and splash screen for ios see this link http://wiki.nsbasic.com/Submitting_to_the_iOS_App_Store

Hi mate,

I have set up facebook login for website but it doesn’t work, when click on facebook login button there is nothing happens. Please help.

Thank you Eddie

am still using that but sometimes i cannot recieve email so i switch to gmail

email me here https://codecanyon.net/user/bastikikang#contact

email sent!

reply sent

How do I add msg91.com sms gateway which file need to modified I realy want to add this gate way, I am very apprciate if you guide me how to hack in either one of the existing sms gateway then replace it with msg91. Look like everyone is suggest for the pincode like what markhod comment above, and the truth is that we are waiting for this features to come and make our website go live.. please update soon ..also please mail me at pynman4@gmail.com for the sms gateway support Thank you

hi mate

you can add your own functions for sms on the file components/functions.php and look for the functions sendSMS

thanks

I am trying to generate unique order numbers instead of incremental ones. I’m hoping you can help me here and of course you can use the code in the next update :)

Here’s what I have so far?

public function generateOrderID() { $unique_number = rand(100000000, 999999999); if ($exists=Yii::app()->functions->checkOrderID($unique_number) ){ $results=Yii::app()->functions->generateOrderID(); } else { return $unique_number; } } public function checkOrderID($order_id) { $db_ext=new DbExt; $stmt="SELECT * FROM {{order}} WHERE order_id='$order_id' LIMIT 0,1 "; //dump($stmt); if ( $res=$db_ext->rst($stmt)){ return $res; } return false; }

And in AjaxAdmin.php I changed it to: if ( $this->insertData("{{order}}",$params)){ $order_id=Yii::app()->functions->generateOrderID();

I also changed the database order table from incremental to none but everytime the order is inserted as “0”. What am I missing?

hi mate

i suggest don’t remove the current order_id which is incremental instead add a new column for your unique order numbers

its because the type of field for order_id in the database is integer and 14 char only

thanks

Hi,

Are you able to make some changes for a fee? Like setting up a lunch menu from 11am to 4 pm. Also auto print to a printer without a pc maybe with a tablet?

Thank you

sorry mate but am not available :(

This is 4th time im trying to contact you, i expect a good support. Is there any way to give address search preference to a certain city? which files to edit for that, for now you can focus only on country.

hi mate

sorry for late reply i was away

what do you mean? can you give more info

thanks

When I go to https://www.domain.com/store/profile and click on the order details, it opens in a new popup window, even on mobile. Is there an easy way to have this open on a new separate page instead?

you can but you will have to create a separate action and view for it

Hello, All your demo urls are pointing to HTTP only..I need this to be in https ? will it able to do so? I would like to buy if it could be accomplished in a few steps. Thanks

yes you can add ssl in your server you just need to change something on htaccess for https

Hi Basti, when you enter the merchant menu page directly. There comes a pop up asking for address. But I enabled search on postcode, should it not ask for postcode? https://gyazo.com/7b6cbb34bf259e1a71ddca9be9f41368

your correct i will fixed the web version first then the mobile app

and btw for your first question about the address popup you can disabled that on admin -> settings -> Disabled popup asking customer address?

I disabled it but now everyone outside the postcode can order from restaurant? Will you fix it by asking postcode instead of address

you are correct again mate will do fixed it

My FTP access already sent to :basti@codemywebapps.com

thanks.email has been re sent,,,It is about barclay epdq

hi basti epdq now is working , your code is very powerful, thanks for all

hi mate

did you already fixed the issue? :)

Hello Sir i gone though your work and found it is absolutely amazing . i am going to buy your product but i have some questions which i need to be clear before buying . please help me out in this

1:-I want to buy kmrs restaurant management web and mobile app ,driver app,Merchant app, if i buy will i have to pay anything more except the price , i mean all payment is one time payment or just for some time period and i have to renew this subscription again and again.

2:- If i buy this and if want to change the design and add some more things as per my requirement is it is possible or not . Eg: UI and want to add Mobile number verification at resignation page via sms OTP.

3:- If i face any technical issue in the app how i will contact team to resolve it

4:- I want my user could able to pay by via credit card/debit card and net-banking and also via some wallets like Paytm and payumoney wallet is it possible to receive : if possible which payment gateway i ll use ?

thanks in advance Swadhin Acharya swadhinsoft@gmail.com

hi mate

thanks for your kind words :)

1. one time only the support expire

2. you can change anything cause the code is not encrypted

3. contact me via profile

4. yes you can add your payment gateway but you need to hire a developer to do this for you also payumoney is already added on web but not available on mobile app since payumoney does not support mobile app but razorpay will be available

cheers

Thanks Basti..

razorpay will be available for both mobile and web versions or only for mobile , or its already available.

it will be available on both :)

Hi, we are fazing a problem in login with Facebook in the app, I fill all details in the admin panel as well as in config.js but when I build APK and check on phone there is no response on click and when I check on web browser it will show this message (Not connected You are not logged in Please login before you try again.) please help us how we solve this

Screenshot : 1 (http://prnt.sc/ck7vvc) Screenshot : 2 (http://prnt.sc/ck7wbw) website link : http://kemia-resto.com/store/home Login with Facebook working on website now but not working on application.

hi mate

facebook setup for mobile has different config see this video https://youtu.be/DJkidENSI9Q

nxt time post your comment on correct item also i notice your support has expired

Hi Basti,

Now i am in process of developing GPRS printer interface, there are 2 process (php) that need to be done in server;

GPRS printer already provides the standard printing format, we only get the order from system and provide the data, the rest will be done by GPRS printer.

GPRS printer will use http to call php script and print

So there are 2 php scripts that need to be done in system;

1. Orderrequest.php, this php will retrive the pending order and print on GPRS printer, the format will be printed as predefined format by GPRS printer, the required parameters are restaurant id, user name and password. 2. Confirmation the predefined delivery time by minute such as within 30, 40, 50, 60 etc or manually entry by minute. 3. After confirmation the delivery time or reject order , GPRS printer will execute callback.php to accept and delivery time or reject to update the order status. The required parameters are restaurant id, delivery time and reason.

I need your advice to provide me any standard funtion that i can refer on getting order and update status.

Thanks in advance

hi mate

like i said i suggest hire a developer for you this is not for beginner :( even i explain it to you you will not understand :(

my programmer has experienced more than 10 years in developing web application both java, php and so on. please explain I will ask him to have a look

am sure he can manage :)

I think there’s a bug in the order times. If the restaurant opens at 14:00 for example and I want to pre-order for 14:00, it says the restaurant is closed at 14:00. If I then try to order at 14:01 it works. Is it possible to fix this 1 minute?

open the file components/functions.php and look for the functions checkBetweenTime

change this condition

if ($date1 > $date2 && $date1 < $date3) {

to

if ($date1 >= $date2 && $date1 < $date3) {

Fantastic, thank you :)

Hello

We have been in touch with you and trying to contact you one week ago and you didn’t reply or answer to us

We face lot of issue in your multi restaurant sofftware and one o the problem we didn’t receive verification email at all second issue sometimes the site become down along we didn’t know witch reason

please let us know how we can contact you more easy and fast

hi mate

sorry am away you can contact me here https://codecanyon.net/user/bastikikang#contact

and leave a message here once you send me email

Hi Basti, I have the AddOn for loyalty points, but it does not show how many points I get if I order?

hi mate

did you enabled the points?

thanks it works now

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