29719 comments found.
I’m so confused about the Oops. We’re having trouble finding that address. notification if a user puts their address in. I’m assuming this would be their address and not the address of the restaurant. I mean how would they know the address of the restaurant. They should be able to type their address in and if there is no restaurants, they should receive a message that says “sorry, we could not find a restaurant in your location.” ...NOT… “Oops. We’re having trouble finding that address.” That doesn’t make sense to me. I have enabled my Geocode API and tested it. I have pretty much every API enabled. It passed and it is working. I have not set up a restaurant yet. I don’t want to add a restaurant yet because that is not the message people should be seeing if a restaurant isn’t found. So I need to understand and get to the bottom of that problem first. It makes the user believe they put the wrong info in. And they will keep typing their address in different ways and will keep getting that same message. It shouldn’t matter whether I set up a restaurant or not. What if one of the cities doesn’t have a restaurant yet? Is that the message they will see if they are in that city and they type their address in? Right now, If there are no restaurants in that location, users will still get that Oops. We’re having trouble finding that address message. I never want them to get that message whether I have zero restaurants or a hundred in that area. What does that message mean? Does it mean my google API is misconfigured? (it says it’s working and pulls up an address when I search). Or does that mean my settings are wrong in my back end? But either way, what does that message have to do with the user? They put the right address. It’s not their problem but the message makes it seem like it’s their fault. The message doesn’t make any sense.
The search by location in Admin settings is worse. I only do one county in my state. There are about 20 cities I set up. I only want my customers to choose from a city. But they are forced to input an area or they can’t search. It says this field is required. This is a tourist town. Most people who come here don’t know areas/districts/zip-codes. There should be an option to disable the area field and just have “select city”. But the problem doesn’t stop there. Because even though I have 20+ cities set up, only 6 of them show up on the drop-down and the rest are not there nor can I scroll down to see more. But even if they did select the city, Unless they know the are/zip/district, they can’t perform a search anyway.
As I said, I would Ideally use the search by address feature, but that Oops message is mind boggling. I don’t understand why that is the message a user will see. Can you please explain it to me. I notice dozens of people ask this and you tell them a merchant has to set up their lat long and all of that stuff. That doesn’t solve a problem. It just covers it for one location but other locations will still have that problem. While that solution might work in one city, if they are out of the radius of the search, they will still get the Oops message. As I said, maybe I’m not understanding it. But I’m looking at this as if I was a user and that is confusing the hell out of me.
Will there be an update in the future to add a search by my location button?
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
I really need your help. I have bought all of your plugins. But I’m having a hard time installing the modules. I’ve sent you an email a few days ago but I’m not sure if you got it.
sent
Basti, I am having big trouble on editing or pasting text on custom pages, If you want to write something it gets stuck for 1 or 2 minute then you be able to edit or type, but again after each trying editing its getting stuck and page just not responding. Can you resolve this and make the custom page settings and editing more easy to use and upload more text formats,
did the text coming from ms word? it must not contain any special character
copy a sour code from a clean html format
It’s coming from Apple pages document – https://www.apple.com/pages/
try to paste it first in any editor so it will be a plain text
Ok
Hi Bastikikang.
Pretty impressive what you offer. Thanks for that.
Is it possible, that each merchant uses his own paypal account and takes the money directly? Or do all payments go to one account?
Thanks in advance.
Kind regards, Gökhan
hi mate
there are 3 types of merchant
set the merchant to membership so all online payments will go straight to merchant account
cheers
i can using the script to buy and sell B2B materials with delivery option? because i dont want resturants niche
sorry mate am confuse what do you mean?
Hi Basti…I am really happy to notice that you are offering support at this level via installation service. God bless you… I have set it up but the login url says 404 not found. Can you please install it for me?
sure mate
i replied in your email
Hello Basti, I have a problem with the system. Basically we register our own status of the orders and I have registered a couple of statuses. When the order is completed without going through driver module everything is ok. When the order is accepted and completed from the driver a new unknown status is added (successful) which I have not registered anywhere. The problem is that I cant filter the payments with this status because it is not visible at the status selection for the payments. Can you please tell me how to fix it because I cant filter the payments that I have to take from restaurants. Thank you!
you mean the status successful ? just add this in admin panel -> order status
I dont want it to be in english but in another language. How can I modify it that the driver module set the status I like after the completion? Thanks
you cannot add new status in driver app
what you can do is add status successful in english in admin panel
and just translate this in your language file
Can you please show me where to translate it because I have translated all the “Successful” into my language but still it is not changed neither in admin panel or in clients app
example you add in admin panel -> order status you add Successful
in your language file protected/messages/en/default.php just add this new words
$lang[‘Successful’]= ‘translation here’;
take note its case sensitive Successful is not the same as successful
Thank you very much Basti
cheers
no data is loading in the backend I am using shared a2hosting
did you just update or using latest version?
it means the ajax is being block by csrf token
send me your admin login 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
cheers
item add error “The requested content cannot be loaded. Please try again later.”
where part is this one?
are you using latest version of kmrs?
Hi mate, please don’t forget me, email sent yesterday.
sent
Hi basti in my case stripe is adding 2% and 0.25$ by transaction can i do something to substract this to the merchant comission ? cheers
hmmm i think its better to this when the customer place an order am doing the computation for commission
in components/ajaxadmin.php look for function placeorder
and look for
/*Commission*/
if ( Yii::app()->functions->isMerchantCommission($this->data['merchant_id'])){
this is where i start the code for commission
you can add your own condition here
Bro, awaiting your reply over our mail conversation!
sent
reply sent!
sent
Reply sent!!
sent
I didn’t recieve any :/
Got it, reply sent!!
sent
Hi Basti,
I just notice that the email to inform about merchant status only cannot be send to the merchant with Merchant Type “Commission”. I also cannot update this type of merchant from “Pending For Approval” to “Active”.
After click “Save” when i click “Merchant List” the status still “Pending” currently i’m testing on my local pc.
By the way, when I click view new order from admin menu… the normal price doesn’t have cross on it but when the customer receipt it does show this. How to make it cross too..
1. sorry can you provide screenshot? if the merchant type is set to commission you can save the status
2. can you provide screenshot of this one?
Hi Basti,
I found the solution. Thanks
The system won’t update the status if the “Package” is empty… after I change the merchant type to membership and set the expirey date and click “Save” the system pop up “Merchant Updated” once update I change back the merchant type to “Commission” ....is this a bug or normal?
that will be correct if merchant type is membership you need to select package and date of expiry
that is normal
Hi Mate
Hope you are doing well
How can I enable COD for customer on app and website
I am not able to enable COD option in merchant. I added merchant from admin panel, in merchant list of admin panel, I selected payment option and enabled only cash on delivery.
But when I login to merchant panel I don’t see COD option instead I see other payment options. How can I enable only COD option so customer can place order from customer app using COD
Looking forward to hear from you
double post
How can you make each customer record by Merchart single not related to the central system or to the startup record?
sorry mate am confuse with your question 
can you explain it more?
I need to divide registered customers by restaurants. And a way to send push notification only to customers of those restaurants. Same as text submissions.
you need to query it via in _order table
there is merchant_id there and client_id
in which part or what file does that query have to be able to edit and put a GET by id!
Where is the code of the push query?
actually you need to create one you can modify the current one but you need to add a field to select merchant
it can be found in ajaxcontroller.php where i insert the broadcast and the cron query can be found in croncontroller.php
thank
Where can the Order Status List language be translated? the new states to be created.
you can simply add those new order status in your current language file
example you add status = ready for delivery
open your language file and add it at the end
$lang[‘ready for delivery’] =”YOUR TRANSLATION HERE”;
Grace worked for me,
How do I change the translation of the Driver notification Status?
just add those words in your kmrs language file it should be the same exact words
default.php ?
yes 
thank
I need to insert another field in the mt_clients to identify that the client that registered is from the single restaurant – or change the social_strategy to the id of the restaurant that was registered.
For example, in the area of single Merchant, all clients leave all registers but do not classify them by each client.
This causes the error that if I want to send a Push Broadcast to the customers of a single restaurant it cannot be done because it sends it to everyone
. I think this is badly thought.
Also if the client wants to see how much customer has registered or communicate with any of it, he can not do it either.
This process is sent to all registered customers and there is no way to filter to which restaurant to send?
I understand that the single_app_merchant_id field of the data base is for this filter but it is not working or you are not using it
1. its better to create another field for this actually this is already on my update list for single app this will be available when i release the new update
btw next time post this to single app
cheers
and for the process broadcast remember we already move the settings in admin panel so the broadcast will send to all customer not per customer by merchant
“and for the process broadcast remember we already move the settings in admin panel so the broadcast will send to all customer not per customer by merchant”
The problem that I need is also for customers per restaurant.
Since if I want to send a message to the customers of a restaurant, it cannot be done, it sends it to everything on the list. Do you understand my concern?
this is not available anymore
you need to create this functions
query the records in _order table there is merchant_id and client_id in there
thank
Hi, on the merchant admin panel, paypal tab does not exist. I have allowed all access in the admin panel. Please advice. Thanks
hmmm what do you mean paypal tab?
can you provide screenshot
as the paypal is added long time ago and it should appear
Regards Basti, I am currently testing the installation of karenderia using Mapbox as a map provider, the problem is when looking for the address on the main page, since after typing 2 or 3 characters the search is lost, and when I allow you to access the location, just look for nearby public places (such as shopping centers or sales establishment), the addresses of houses or buildings do not locate them. Do you think this is a mapbox problem? Or do you think that at the code level something should be configured that allows more accurate location? Or why do you think this can happen? PS: I have tried to write the address in multiple ways, so it is not a grammar problem. and another thing I notice is that it only locates the city, the state and the country, ... but not the address.
I appreciate your answer
when doing a search the address you enter in homepage will convert to lat and long
and will do search for restaurant via lat and long so make sure your merchant has lat and long
sometimes the address you enter in homepage does not have equivalent lat and long in the mapbox api
we can confirm this by checking your site
send me the link to your site and what address did you use that has no results
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Information sent … I remain attentive thanks!
sent
How can I change the category table in the dB to be the same for everyone? I.e. same 10 categories? Can I do that without breaking the code what will I have to alter in the PHP files? Same with sizes. ...I’m trying to load in data (merchants & menus ) straight into the database if that helps at all Thanks
sorry you mean display only 10 categories?
can you provide screenshot so i can understand it clearly?
Is there any filter to show all open restaurants at the moment?
sorry this is not available at the moment 
i still creating the algorithm for this
cause we have broken time its hard to query in on the the table 