29719 comments found.
Hi Basti..can you add a feature where we can add packaging charge separately for each item as some of the items may not have packaging charge..please add this feature..thanks
features noted, i might add a checkbox in add food item to not apply packaging and value for packaging
sorry mate but what is this ?
i cant able to run install script
i seen in error_log
please watch this video
How to install KMRS https://youtu.be/WD8QfGYTZb4also check your server php version kmrs is not in php 7 if you have option to change the php version 5.6 that would be great as kmrs is fully working in stable in version 5.6
i didnt got install.php
is this when you visit your website? did you install it already ?
How to install KMRS https://youtu.be/WD8QfGYTZb4Hi Basti, what system requirements are necessary to run this template? Is there an admin demo I can install locally and do I have to use the Karenderia, can this be changed within the admin panel?
you need a server running with php 5.6 and mysql
here is the demo bastisapp.com/kmrs
Hello,
I have some question. there’s some features i need but didn’t found in admin panel or don’t know how to do it. hope you can help me out 
1. need sticky cart or button in mobile that will take customer to checkout page. because in mobile after long scroll down customer has to scroll up again. a sticky cart icon or button will be perfect
2. One restaurant got different cuisine. like Chinese, Thai, Mexican and have same categories like fish, rice, soup etc. So, customer need to filter by cuisine in menu
3. I need to change some fields in guest checkout form. like change place holder, required field and remove some filed. how to do that?
4. Need to show menu left side category filter option in mobile. so customer can easily chose which item they are looking for
5. in browse restaurant navigation need restaurants whole section or title clickable that takes to menu page instead of view menu button
6. is there any option to write custom CSS from backend?
Plz let me know how to sort this thing out
hi mate
1. you can use this library http://stickyjs.com/2. hmmm actually you cannot do this there is no connect of the food item with the cuisine your the first one who mention this one, i think we should connect it to food item?
3. edit the file views/store/payment-option.php
4. sorry i cannot give any code for this since this is not available and i never tried it
5. edit the file views/front/browse-list.php
6. you can try to put this in admin -> custom code
cheers
Thanks for your quick response 
1. I am not that much familiar with codes, can you plz give some instruction , like where & how to put the code for sticky cart in mobile?
2. If you can connect, it would be better for so many restaurants. specially for indian restaurants. because most of them have different cuisine in different state like bengali, punjabi, southindian etc but comes in same category like fish, meat, rice etc. so, it will be easier for customers to choose directly which state food they want to eat also without this option it will get confusing to understand and prepare the food without knowing which state cuisine customer ordered. plz consider this option. and it also need to be mentioned in order receipt
4. about the food category viewing in mobile device. I think you should consider this seriously. because most of customer will order from mobile and if they cant see and chose category from mobile then they will not interest to make the order to scroll down and check one by one all items. you can put it at top of search box in mobile with horizontal scroll like other popular food delivery company. for example food panda
Thanks 
hi mate
1. in assets/js/store-v3.js just add this
$("#sticker").sticky({topSpacing:0});
change the id to class example
$(".top-menu-wrapper").sticky({topSpacing:0});
2. actually this is the cuisine offers by merchant i think you can do that by using food category?
4. noted
cheers
Sent you an email
sent
after the ordered product merchant havnt recieved sms and email. what is the problem?
i have checked the email logs and sms logs also
On notification template RECEIPT_SEND_TO_MERCHANT sms/email/push are ticked but msg/email not sent to merchant
Message are sent only if number mentioned in sms setting – >Notify Mobile Number Email are sent only if email mentioned in Alert Notification -> Email address
hi mate
please check the following
admin -> notification template -> RECEIPT_SEND_TO_MERCHANT if you have multiple language make sure you have template in your different language
merchant panel -> alert notification -> Email address make sure there are email here who will receive the new order email
and always check the email logs and sms logs see if there is any send email/sms
Not receiving mail or msg for the mobile no and email id specified in merchant info….
can you send me your admin login so i can check your settings ? and let me know what merchant you are doing a test so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hi Basti! Is there a way to eliminate the +XXX before the phone number? I want the local customers to put our local number straight away.
open the file assets/js/store.js and look for
nationalMode:false,
change this
nationalMode:true,
you can find 2 of this
Ok now something for real: First of all it took me ages to figure out not to restrict the API by domain/ip
I want to use ‘Search by Location’ > State/City. I’ve set both under ‘Manage Locations > Define Locations’ and set the same State/City for a Merchant. When I type in the first letters of the state on the frontend it does show the state (like an autocomplete), same with city but everytime when I click on search it says ‘Oops. We’re having trouble finding that address.’. Somehow it doesn’t find the merchant. It’s probably just a checkbox or something that I forgot but I don’t know where to look. I can provide access to my dev site if you need it.
search by location works like this
1. in admin -> manage location define all the locations
2. merchant panel -> Delivery Charges Rates define where the merchant delivers
cheers
Thank you!
cheers
When I set ‘Search by Location’ and the search bar changes on the front page, the content of the input fields (City/Area) is removed when not on focus. It always asks the user to fill out the fields. This also happens with State/City and PostalCode/ZipCode
Any idea what’s causing this?
Found out why, ignore my question 
glad to hear that mate
cheers
Hello sir,
as well my site was working fine but yesterday it suddenly working down , getting 500 error please check it and resolve soon . it’s soo need full.
Thanks
try to turn on error reporting in index.php it will show what causing the error
ini_set(“display_errors”,true);
Hello Sir, as well turn on error reporting get error:
Fatal error: Uncaught exception ‘CDbException’ with message ‘CDbConnection failed to open the DB connection.’ in /home/hungrjfk/public_html/yiiframework/db/CDbConnection.php:405 Stack trace: #0 /home/hungrjfk/public_html/yiiframework/db/CDbConnection.php(347): CDbConnection->open() #1 /home/hungrjfk/public_html/yiiframework/db/CDbConnection.php(325): CDbConnection->setActive(true) #2 /home/hungrjfk/public_html/yiiframework/base/CModule.php(394): CDbConnection->init() #3 /home/hungrjfk/public_html/yiiframework/base/CModule.php(103): CModule->getComponent(‘db’) #4 /home/hungrjfk/public_html/protected/components/Functions.php(2113): CModule->__get(‘db’) #5 /home/hungrjfk/public_html/protected/controllers/StoreController.php(68): Functions->getOptionAdmin(‘website_title’) #6 /home/hungrjfk/public_html/yiiframework/web/CWebApplication.php(281): StoreController->init() #7 /home/hungrjfk/public_html/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘store/index’) #8 /home/hungrjfk/public_html/yiiframework in /home/hungrjfk/public_html/yiiframework/db/CDbConnection.php on line 405
Please resolve soon very need full.
Thank you sir. it is resolved
glad to hear that mate
cheers
hello basti,
i added this thing in search list .php but it repeats, how to stop repeat
please help me
don’t put it on the loop
rather put it on views/store/search-results.php
On the Admin Panel
Whenever we update the status of the task. The task status is changed in the background but it’s not auto shown. I have to refresh the page to see the updated status.
Example: Current status of the order is: pending. I click on edit and change the status to accepted.
But status is still shown as pending. I refresh the page then the new status (accepted) is shown.
Can you please provide a fix so that new status is auto shown when we edit the order without refreshing the page.
I am attaching image for your reference: https://imgur.com/a/AP5xE
NOTE: This problem is only when admin updates the status of the order.
When merchant updates the status, the new status of the order is instantly shown
open the file assets/js/admin.js and look for
if (action=="updateOrderAdmin"){
table_reload();
close_fb();
}
replace table_reload(); with epp_table3.fnReloadAjax();
btw mate next time i will be requiring any support question to renew there support
Hello,
I have a few fundamental questions.
1) How do the payments and commission work? Payments directly go to the merchant and they pay a commission to the admin or admin collects payments and release them to the restaurant after taking the commission? If they go to merchant directly, how do the payments to admin work exactly?
2) Does this application support the signing up of independent drivers not owned by the restaurant (similar to grubhub) or the driver must belong to the restaurant?
3) What does offline credit card mean? Taking credit card details via this app and charging them offline?
hi mate
1. commission all online payments will go directly to admin and merchant will need to request payout in order to get there earnings and admin will approved those payout request
2. driver must belong to restaurant or admin
3. its only recording credit card information some merchant has a facilities to charge credit card
cheers
On the Admin Panel
Whenever we update the status of the task. The task status is changed in the background but it’s not auto shown. I have to refresh the page to see the updated status.
Example: Current status of the order is: pending. I click on edit and change the status to accepted.
But status is still shown as pending. I refresh the page then the new status (accepted) is shown.
Can you please provide a fix so that new status is auto shown when we edit the order without refreshing the page.
I am attaching image for your reference: https://imgur.com/a/AP5xE
NOTE: This problem is only when admin updates the status of the order.
When merchant updates the status, the new status of the order is instantly shown.
How can I change email verification code format
I received email verification code as: V5SNM44WG2
I want to change it to something like: 123456
No one likes to type so many characters. Please help me change it. Thanks
double post
Is there a demo template I can install locally to test, can’t add restaurants here
check my demo bastisapp.com/kmrs
I am facing 2 issues.
1) When searched for restaurants near an address, its not able to find any restaurants although I created 2 restaurants in that city 2) Browse restaurants option works. I am able to place an order. However when i tried to continue as guest, in the payment information step, its asking me to enter payment information, but there is no way for me to enter payment information.
hi mate
check the following
1. make sure you have google api key set on admin settings -> google api key
2. make sure your merchant has lat and long
3. make sure your merchant status is active
4. make sure your merchant is published
5.make sure your google api is not restricted to your domain or i.p address
thanks
for payment not available
it will depends in your merchant type if your merchant is commission all payment settings will be use is in merchant panel if commission all payments will be use in admin panel
also you can enabled what payment gateway to appear in merchant panel
in admin -> Payment Gateway Settings
All 5 points suggested for number 1 have been checked, but still no luck. Payment issue has been resolved – thank you
send me your site link so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Is there an option to add a restaurant to favourites list?
at the moment favourites list is not available
I think this would be a priority, people have to search again for same restaurant, would be more efficient to just click on favourites
added on my update list 
Karenderia Custom Services
Know some our products:
- Full app layout custom on demmand;
- Exclusive Arabic Skin (RTL and modified layout);
- Live chat feature (for mobile app, order taking app, driver app and web);
- OneSignal integration for all platforms (a massive push notification service);
- Facebook Pixel integration (all apps and web);
- Website layout custom on demmand;
- AppStore app submission (Don’t have apple dev account? Host your app on mine!);
- All Karenderia products Installation;
- Admin mobile app;
- Any kind of modification;
- You’ll never lose your customs! FREE updates FOREVER!
Didn’t find what you want? Contact me at gurgelramiro@gmail.com or https://fiverr.com/ramirogn and I’ll send you my complete portfolio!
..
Hello basi, I have a litle issue. I am installing a version on localhost but it shows me the following error on install page at level of prerequisite check. “There seems to be errior in checking your server. Please fixed the following issues and try again”. But after no issues below. I will inbox you with screen
can you post the installation screenshot?
maybe its your database connection?