29725 comments found.
Searching for restaurants is giving the following error. Please help
Oops. We’re having trouble finding that address. Please enter your address in one of the following formats and try again. Please do NOT enter your apartment or floor number here. - Street address, city, state - Street address, city - Street address, zip code
double post 
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
Urgent, send you a email, about Custom stripe card fee.
sent
reply sent..
reply sent
Hello basti,
I’m looking at a few options and your package is one on my list, could you please explain the Regular License and the Extended License, so I understand end users are not charged for vs end users can be charged for, why would you not want to charge end users, does this mean you can’t charge restaurants for using the service. Also are there any savings if you purchase addons with the Mutiple Restaurant System at the time of purchase? Are future releases apart of the support?
better explanation i read from forums
Extended license doesn’t give the rights to install the application in multiple other places, you still need one license for each install you are doing. The difference between extended license and regular license is that, with extended license you can charge money from your customers while using mailwizz as a SAAS platform, while with regular license you are not allowed to do so.
hello basti, here is the link of the screenshot error sorry for the late reply
https://snag.gy/Mu4bAs.jpgmate the error is already on the screenshot it says cdbconnection failed to open the db connection
check your db connection in protected/config/main.php
regards
can you turn on error reporting in index.php ?
ini_set(“display_errors”,true);
also check your php version if your php version is 7 kmrs will not run properly with 7 if you have option to downgrade please do so switch to php 5.6
Hi Buddy, We need place a splash pop up modal window only on the index page. Please help or locate the page in which we have to place out the piece of modal windows code. Thanks, Buddy!!.
add your modal in views/store/index.php
hello basti , is there any chance if you could add recurring billing food subscription , like recurr after x days,week,year and any update about payza payment gateway.
sorry mate at the moment i cannot add this am working in single resto addon
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