29726 comments found.
hello again, I changed the system to another server and it works fine, but when it comes to saving, it does not … I can not add products or categories, no changes are saved. but the navigation and operation of the site is ok. Could you guide me?
Regards!
must me issue when you export your old database
send me your admin login and ftp access and explain where part on kmrs it has error
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
old server works fine = mysql 5.6 new server dont save = mysql 5.7
so its fine ?
Basti, you need to change to this:
if(useMapbox()){
//navigator.geolocation.getCurrentPosition(mapbox_geo);
navigator.geolocation.watchPosition(mapbox_geo);
} else {
//navigator.geolocation.getCurrentPosition(success_geo);
navigator.geolocation.watchPosition(success_geo);
}
as currently it is a violation what you have set, not to mention this works far quicker and with less hick-ups.
Oops I did not look at what i copied and pasted, my bad and it wont let me edit now hahah.
This is what i meant to paste. this way the violation will be removed as it requires user acton which is required for geolocating on web apps.
if(useMapbox()){
//navigator.geolocation.getCurrentPosition(mapbox_geo);
//navigator.geolocation.getCurrentPosition(success_geo);
$( "#s" ).focus(function() {
navigator.geolocation.watchPosition(mapbox_geo);
});
} else {
//navigator.geolocation.getCurrentPosition(success_geo);
$( "#s" ).focus(function() {
navigator.geolocation.watchPosition(success_geo);
});
}
Actually even better would be this
$( "#s" ).one("focus",function() {
navigator.geolocation.watchPosition(success_geo);
});
thanks mate for the help
i think getposition and watchPosition has different functions
cheers
Hey Mate, I sent you the access data to my server, please see why it does not work, as I told you, I have a lot of urgency. Thank you.
reply sent
Basti pm sent. can you please check. Thanks
sent
Hi Basti, The RTL does not change the theme fully such as “How it works”. Furthermore, it is not changing between RTL and LTR languages by selecting those languages. What to do to make it a friendly RTL and LTR on front end at moment?
hi mate
can you provide screenshot?
for changing using language sorry this is not available 
Hi mate, Please help me in changing the length of “show entries” in merchant/food-item page. The default length is 10 entries. I need to set the default length to 500. Check the image for reference, https://prnt.sc/kth3sy Thanks
in assets/js/admin.js
“iDisplayLength”: 15,
change this value
Hello Basti
When I try to install I see only I have only HTTP ERROR 500. Help me please . i have tried on both local and live server same issue occurs i also enabled the rewrite mode pls help .
send me your site link and ftp access i will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
check your e-mail
reply sent
reply
sent
reply
sent
when i check order history only show date but not time why
is this order history in customer profile section?
we are not able to click on my website http://foodieyos.com/menu-maho
that is solved
glad to hear that mate cheers
One suggestion, add the invoice to the reviews and customer comments made in the same period. This helps to identify problems, many establishment owners are not observing. But the bill yes 
mate sorry what do you mean? sorry i don’t understand your suggestion
Basti, email sent. check
sent
Please, How to turn the site into RTL?
Thank You..
in admin -> theme settings -> Enabled RTL
I looked in admin ->Theme Settings, there is no there anything about RTL
your files is not updated kindly update to latest version
cheers
hello i buy you food script, I need help with language, i want you put spanish. 0034631165905
hi mate
if you are asking for spanish language file i don’t have one 
watch this video on how to translate kmrs
How to translatehttps://youtu.be/FaQFRX9xEJY
How to set default language
https://youtu.be/Ugl2ilxBbhM
Hello Basti
I have a problem with TWO FLAVORS.
I sent you a message, please check it asap. I sent you messages about other problems that you didnt reply me, please reply this one.
Thanks!
please check it
reply sent
I sent you an email last week. I installed it, but / admin gives HTTP 500 errors. How can i fix ? I sent you cpanel user and password. But you can write hear how to i can fix. I can do..
2- I want to custom theme for site und mobile apps. Can you do ?
Thank you
hi mate
sorry i cannot find your email the last email i can find is about apple submittion?
can you send it again in my profile section?
2. sorry at the moment am not available 
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hello, i sent you e-mail now.
reply sent
Thank you Basti, problem solved.
cheers 
Hello Basti, did you receive my message ?, I sent you my host account. Did you get to do something there? I am interested in buying more AdOns, if site works. Thank you.
reply sent
Hey Basti, what about those merchants who accept only COD or Offline payments? How can I get my comission? Is there any reminding or anything like freeze account while the pdf payment status is unpaid (after deposited timeframe) or anything else? Thanks a lot.
what what type is your merchant? membership or commission ?
I’am talking about comission of course. Memberships are fix priced.
if the merchant accept only cod sorry there is nothing we can do to get the money you and merchant should have agreement how to collect the payment
Oh, that’s too bad Basti. I would like to have a “suspending” solution for this cod case..
actually there is a possible solution
but only if your merchant accept online payment and cod
we can deduct the commission from the online payment if the transaction is cod
Yes, mate. Thank you. 
cheers 
Hi Basti,
We integrated our own online payment gateway. We used the files for “razor”. But for the mobile ordering we need to integrate this in another way I assume. I was wondering which of the web payment gateway is the best to replace with our own gateway to also integrate this with the mobile ordering app?
in mobile app its different your payment gateway should have api for mobile app like cordova plugin or rest api
so what do you recommend? do we need to create a cordova plugin custom for our payment gateway?
if you can create that would be great but if they have already have one you can use it also if they offer rest api you can use it as well like an api that will not redirect to the payment gateway website
the idea in mobile app is not to go to any website the form should stay inside the app
I’m not sure how to configure paypal live on the site