29724 comments found.
I am no longer seeing my questions here. Were they excluded? Please answer my emails.
Besti, I’m having trouble notifying my cell phone. By the site I get the order with sound notification all right, but by the application I do not receive, it does not ring the sound notification. What do I need to do to make the sound notification work? Answer my emails, please.
hi mate
sorry i this in mobile app ?
or in merchant panel ? if yes the sounds will not work in cell phone only in computer
How do I get hit, does the merchant app get no sound notification? What is the beep.wav file in the WWW folder, because it has instructions on how to change the rigtone?
https://image.ibb.co/bH0dsS/print.jpgHow will the merchant know that he has received a new order? Will he have to keep his cell phone in his hand all the time to see new visual notifications or will he have to stay with the browser on his computer open all day to receive sound notification? When I got your system it was just by the sound notification that I tested on your DEMO where the merchant app received sound notification, now it does not get any more. (DISAPPOINTED WITH THE SYSTEM) What’s next for a merchant app that does not notify with sound if it has new orders? Not good for anything. This is no use in the life of any merchant. If it has a beep.wav file and how to use it, I want to use … I await answer
And another question. My merchant app does not even receive notification. How to fix this?
Another question. Your admin does not work http://bastisapp.com/kmrs/admin/login admin / admin
hi mate
first of all you are in kmrs not merchant app or mobile app you need to post your question in correct item
you can simply change the file beep.wav to any ringtone you want just replace this file with yours and make sure the filename is the same
and for notification make sure you run all the cron jobs in your server found in merchant app addon
and go to admin -> merchant app -> New Order Push = set this to pending
and always check the push logs
for the push
cheers
Hi Basti, in mobile web browser, in the cart only line count is updated but not the real quantity of the item. For example, we put 3 qty small pizza in the cart, but when we see on the top, the cart symbol just shows 1 qty. Please help me to fix it because it is confusing to customers. Thanks so much.
hmmm can you verify mate ? it should update the count
The count updated but not correct quantity of the items, it only counts the number of row. For example, I put 2 donuts and 1 cake but the cart only counts 2, it should count 3.
you are correct mate it does count only the row
apply this quick fixed
open the file components/ajax.php and look for functions getCartCount()
change this
$count=count($_SESSION['kr_item']);
to
$count = 0;
if(isset($_SESSION['kr_item']) && count($_SESSION['kr_item']>=1)){
foreach ($_SESSION['kr_item'] as $val) {
$count+= $val['qty'];
}
}
thanks so much Basti, it works perfect now.
cheers 
sorry Basti, one more question. I also want to show subtotal on the cart as well, I did the code that is similar to getCartCount as you provided and also called it in another function similar to showMobileCartNos(). (I named it showMobileCartTotal) , however, I can not make it visible, it seems it is under control of css class “cart_count”. I can only found it in store-v2 but it only shows “display :none”. I tried to use make another class but it shows nothing. If I use class “cart_count” for my new code, it will show the subtotal but not the quantity. I would like to show both quantity and subtotal. Could you please tell me how to get the class “cart_count” so that I can do similar thing to get the subtotal shown in front of the cart icon. Thanks so much.
show the sub total in ?
sorry you need some kind of another functions for that
someone change the password its already reset
try again
cheers
Hi Basti, I sent you my approval to your proposal to do the SMS gateway (local provider). Can you please answer me on the mail what you need from me to start this SMS gateway integration.
reply sent
and mate leave a comment here once you replied so i can be notified
Sorry for all the questions
. Is there a way to:
1) Add the ‘Close Store’ button to the Dashboard or Merchant List rather than having to manually go in to each restaurant.
2) Close multiple Restaurants at once – for example if KFC run out of chicken, can i close all restaurants named KFC
3) On the ‘Ingredients’, is there a way to show the list in alphabetical order on the Menu screen?
Thanks & sorry to be a pain!!
Sorry, another question
. Is there a way i can activate/deactivate States? For example, I have 8 states set-up, but need to either close all restaurants or deactivate the state so it does not show in search results!
double post 
Hi Basti! Commission are not working (for sure our error). 90% of our merchants are commissions subscriptions that are doing sales. However when we check the commissions values it always show 0. We have everything well setup. Can i give you our admin area credentials so you can check whats the mistake we are doing or what are we missing here? Thank you and keep up the good work!
Ok, no need to worry Basti! It’s solved. I had to created an order called “successful” (same name as driver app when a task is completed) and now the commission are working again. Thank you
awesome! cheers mate
I want to buy all your products Let me know Is there a payment program Visa Card and MasterCard For you have not been revealed Paypal Stripe Mercapago Sisow PayuMoney
paypal and stripe and mercapago is already added 
Is there a payment by Visa Card and MasterCard
yes there is
you can use paypal or any other payment gateway available
Can I buy all the products once
Also the iPhone application works well
sorry there is no bundle of all my app you need to purchase it individually
yes it can install or run in iphone
cheers
Best thanks I will purchase all of your products individually We have supported you Thank you very much and appreciation
advance thanks for purchasing 
cordova-plugin-paytm is not integrated in demo. Will you integrate it?
can you provide the link ?
thanks mate will do take note
Have you integrated this?
sorry not yet mate am still working in single app addon after this will do add this one
sir i want mobile view same as foodpanda.in please help me
please reply sir
1. how to add background to the location field on mobile 2.how to remove how it works from mobile using responsive.css how to resize the h1 text on mobile
already replied 
[15-Apr-2018 19:53:33 Asia/Kolkata] PHP Notice: Undefined index: label in /home/nookkardotcom/public_html/yiiframework/zii/widgets/CMenu.php on line 253
[15-Apr-2018 19:53:46 Asia/Kolkata] PHP Fatal error: Uncaught exception 'CHttpException' with message 'The system is unable to find the requested action "addOnCategory".' in /home/nookkardotcom/public_html/yiiframework/web/CController.php:483
Stack trace:
#0 /home/nookkardotcom/public_html/yiiframework/web/CController.php(270): CController->missingAction('addOnCategory')
#1 /home/nookkardotcom/public_html/yiiframework/web/CWebApplication.php(282): CController->run('addOnCategory')
#2 /home/nookkardotcom/public_html/yiiframework/web/CWebApplication.php(141): CWebApplication->runController('merchant/addOnC...')
#3 /home/nookkardotcom/public_html/yiiframework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/nookkardotcom/public_html/index.php(24): CApplication->run()
#5 {main}
thrown in /home/nookkardotcom/public_html/yiiframework/web/CController.php on line 483
can you tell what is the problem
Hey Basti, leave it. I solved it 
awesome! cheers
when you release new update
i have to release a quick update next week or this week
this update contains more on security features
cheers
Hi Basti, Please tell us what is the status of { intial_order } kk_view_order_details table. When does this occur? Because in order status there not such status resides. How could we track of intial_order status? Because those reference numbers are skipped in the dashboard. Please assist us. Thanks in advance.
hi mate
its like this when the customer order place the order it will be saved in database with the status initial_order
after they made the payment the status will be set to paid or pending
so all initial_order status is the order place by customer but did not continue with the payment
Hi Basti We understood, but the order status with “initial_status” is not displayed on dashboard. Some order is missing on our dashboard and incoming orders. But, when checked on table the order persists with status of “initial_status”. We want all orders to displayed whatever may be the status. Please help us. We are missing too many orders because of this issue.
We mean cancelled orders are not displayed on incoming dashboard… We need incoming orders with Ref.No in sequence.Even without missing cancelled orders. Thanks Basti.
its because its not intended to show the cancelled order in the backend
or abandon order
if you really want to show the abandon order just change the file componentts/ajaxadmin.php and look for functions
rptIncomingOrders
change this
WHERE a.status NOT IN (’”.initialStatus().”’)
to
WHERE 1
and do the same with function recentOrder()
Hi mate, I am using search_location3 to Search using PostCode/Zipcode. On the home page, the search box auto shows the 1st 8 postcodes, but not the rest (they do work if manually searching for them). How can I either: A) Stop the Postcode from dropping down or
Extend the amount of postcodes in the drop down.
hi mate
yes they do will show depends on what you type its limit to 8 cause it will not look good to show all
a. top stop open the file assets/js/store-v3.js and look for
for this
$.get( front_ajax + "/PostalCodeList", function(data){
$(".typhead_postalcode").typeahead({
source:data,
autoSelect: true,
showHintOnFocus:true
});
},'json');
change the showHintOnFocus:true to showHintOnFocus:false
to limit or increase
just add
limit : 10
https://github.com/twitter/typeahead.js/blob/master/doc/jquery_typeahead.md#options
cheers
Tried this one:
$.get( front_ajax + ”/PostalCodeList”, function(data){ $(”.typhead_postalcode”).typeahead({ source:data, autoSelect: true, showHintOnFocus:false }); },’json’);
The drop down is still shown.
Tried:
$.get( front_ajax + ”/PostalCodeList”, function(data){ $(”.typhead_postalcode”).typeahead({ source:data, autoSelect: true, showHintOnFocus:true limit : 5 }); },’json’);
But it’s still showing the default 8.
mate
can you verify ? i tried that before i give you the code
so it should work
Location: assets/js/store-v3.js > I have changed the lines to look like this:
function locationLoadPostalCode() { $.get( front_ajax + ”/PostalCodeList” + ”/?”+ addValidationRequest() + “&post_type=get”, function(data){ $(”.typhead_postalcode”).typeahead({ source:data, autoSelect: true, showHintOnFocus:false }); },’json’);
But on the Homepage, the Post code/Zipcode still drops down to show the 1st 8.
try to put a limit in the api
in controller/ajaxcontroller.php and look for function actionPostalCodeList
on the query add the limit
i think someone had the same issue like yours
SELECT rate_id,postal_code
FROM
{{view_location_rate}}
WHERE
state_id IN ($state_ids)
GROUP BY postal_code
add a limit
SELECT rate_id,postal_code
FROM
{{view_location_rate}}
WHERE
state_id IN ($state_ids)
GROUP BY postal_code
LIMIT 0,100
No change.
can you send me your site and ftp access 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
ahhh that is the very first version design of krms version 1
i already remove and change the template
if you want to have a theme like this you will have to modify the templates
OK , Thank You !
cheers 
Basti , i’m trying to delete a district/area that i’ve set but it giving me back this :
YOU CANNOT DELETE THIS RECORD HAS IT HAS RECORD ON OTHER TABLE.
?? How to solve ?
Thank you .
Solved 
sorry for late reply glad to hear that mate
cheers
how do you enter all the order?
if the restaurant has their own platform for ordering this is not for you if you only manage the delivery
might try to check this item instead https://codecanyon.net/item/kartero/17465109
is there a possibility of creating an image compression routine without product registration? for every time you have to register a new product, it has to be the ones that we have to register for the client, he does anything else that is directly in the application! If you write a compression routine, no one else will worry about this.
hmmm sorry mate but am confuse what is image compression routine? can you provide example?
is this where the admin define all the food item?
for example: if we let a customer do his own product registration, he will put a 3 to 5 mb image that is very heavy do you understand? hence it has to be us today that we have to register the entire menu of the client, otherwise the images will weigh heavily in the application and this will be bad for the end users. Today for example I take the image, I have to cut, resize and then still compress the image in tinypng.com from there I can still reduce some images for up to 15 kb.
hi mate
sorry am not sure if i can add this as the compression requires a library that can be installed in dedicated server and it will run in the console background just like tiny png
tinypng offers api but its not free 
what can you do is limit the image size that merchant uploaded
Interested to buy it …
But missing very basic requirement ….
PayTM and CCAVENUE Payment Gateway is missing …
Please let me know … Is this in pipeline …
If yes … Im ready to buy it …
sorry at the moment i cannot add any payment gateway am working on single app
i will add this to my update list
cheers
btw your welcome to hire your own developer to add this type of payment gateway
Hello Sir,
I bought your template Karenderia Multiple Restaurant System few days ago and discovered that there isn’t index file in the zipped folder; got to know this after unzipping in my cpanel for hosting.
Kindly help out as my hosting time is running off. Here is my purchase code and date of purchase:
35605df3-1eaf-44e1-97aa-98f0a8b0805b – 12 Apr 2018
Please I will appreciate quick response.
Thanks
hi mate
sorry what do you mean? can you watch this video on how to install kmrs
How to install KMRS https://youtu.be/WD8QfGYTZb4Hi friend, thanks for instant response. I have followed your video but got stocked after creating new database.
Please, I won’t mind if I can give you my cpanel access and you help me to install the template. My time is running out please.
I will really appreciate this if you can help.
Thanks
hi mate
what is your server php version? at the moment kmrs will not work in php 7
kmrs is stable in php 5.6
cheers
email me here if you still cannot make it work include your ftp access
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified