29717 comments found.
Hi bro! How are you!
I sent an important mail to you can you check it? Thanks 
sent
Hi basti 
I will be great to set a max number of order by slot ex :
A partner define the time picker between each order to 30 min but he can realese only 10 by 30 min.
When 10 order is full for 7.30pm the time show 8.00pm to the customer for the next order slot ect…
Cheers
hi mate
i love this idea
let me add on my update list
and thank you for bringing this new idea in kmrs
cheers
Hi Basti 1/ Have some merchant who want to register their grocery shop and deliver items in all the UK, how they can do this without having to add delivery rate for all the region of the country and all the city as this is a lot of work, what should I do for them to be able to be see from all the users of the app wherever the location region and city?
hmm are you using search by location ?
Yes I use search by location When user register they have to select location and all the merchant which deliver in that location show up. I want the local merchants to show up and also other merchants which are in other region and city or country to show up too. HOW TO DO THAT?
ok mate right now there is no way to show unless yo define the delivery location
let me think of a way for this to work
question why do you want it to show like this? how we can check if merchant is delivering to those location
this is How you can make it simple. If the merchant does not define any delivery location where they prefer deliver food then by default they will be considered by the system that they deliver everywhere in the world therefore they can be seen by any user using the app, if they want to deliver to specific location they must define these delivery location.
So what you have to do is every time you show merchants when user search by location you add in your sql query also merchants which did not define delivery location but order the list by the merchants which define location first.(Meaning those which define delivery location will be shown on top of the list first and those which did not will be listed after)
I am asking you this because this is the problem we face: in region West Midlands with Have area like Birmingham( with postcode B1 to B99), Walsall (WS1 to WS99), Wolverhampton (WL1 to WL99) so merchants just deliver in Birmingham only, some merchants (Grocery store) deliver to all the west Midlands. So it to much areas and postcode to enter in the database. Merchant deliver to all Birmingham they don’t need to enter all the postcode in Birmingham, if the deliver to specific postcode in Birmingham then they define these postcode.
No delivery location define then merchant sell worldwide because they is some want to sell worldwide.
hi mate
if this the case i think you will just only need to change the query
i will check on my end if we can have a quick fixed for this one
or you just add a boolean “deliverEverywhere” and when it ticked then in your query you take all merchants that deliver in the customer location and you include merchants that boolean deliverEverywhere = true
Can you tell me where in your code I can find the sql query which deal with the search by location please. Thanks
hi mate
that would work as well
and now for the query
i have so many queries depends on the page 
so you need to follow the code to get that query
Hi Basti, Fantastic the Multi currency addon, I just purchased it. Well-done man. I will always support your work as it is excellent. Quick questions: 1/ have you been able in the recent released update to make a quick fix for the search by location regarding the query when merchant wants to sell deliver everywhere in the country or the world.
2/ If not then which file contain all the queries related to search by location. I am asking that because I need that done ASAP thanks.
3/ In the recent update are yo displaying also Home categories (Tags) on front end KRMS for users to choose groceries or restaurants
thanks mate for the support 
1. oh sorry this is not included on the update
mostly the update is to update the table structure
this is preparation for new backend and front end
2. again i have so many queries and it will depends on the page
if you have existing developer am sure they can find this and make the changes
let me give you example when someone search for merchant the query can be found in components/functionsv3.php and look for function searchByMerchant
under the case "kr_search_location":
for checkout the functions is validateCanDeliverByLocation
3. this is not available this will be add on the new kmrs update
ok thanks
cheers
.
?
1. How to add more top website menu items and connect to specific pages or URL like Home, Contact, Browse restaurant etc. I want to have more, remove some. 2. Can I add sub-menu to menu names i.e. multilevel / hierarchical menu
hi mate
you will have to modify the code
in components/functionsv3.php and look for function
getMenu
Hi Buddy, How to track customer activity once he/she is registered or login or whatever actions he/she does on site or app. Any activity log?
hi mate at the moment for kmrs there is no activity log
When will multi currency add on be released?
hi mate
hopefully cross finger this month
email sent.
Basti, I’ve had a problem since Monday and of the 5 points that it indicates, you only solved one. We have to earn our bread and your late response is causing me to lose money. When are you going to solve the problems? A greeting.
sent
Sent
Sent
sent
Sent
Sent
Sent
Sent
Sent
sent
sent
sent
I have fresh install on two different VPS. Very fast, t3.large on AWS.
For some reason site takes forever to process thing. For example, customer places order and it says “order is processed” but then it hangs when showing confirmation page, and doesnt load at all. Also when updating order status in admin backend it hangs for a long time and doesnt do anything. Other fields are updating no problem.
I have emailed you login details
after updating order status I am getting : ERR_CONNECTION_TIMED_OUT
everything hangs when an action is made. for example, when customer orders I cant do anything in merchant backend. Can you login and check basti
place an order and see what happens
or try to update order status. then place order, and update new order status
it seems that the request is taking a lot of time
Never mind I fixed the issue . Was on my end. Sorry Basti
glad to hear that mate 
cheers
Hi where i can set the navigation of merchant inside settings? I want disable some in the menu like Addons, Social Settings. greets
you can turn it off in
admin -> merchant list -> edit merchant -> go to tab access
Found it finally thank you. I think its better get a ConfigTab where i can configurate this for all new registrations. so i dont have to edit merchant1, merchant2. If merchant need special config i will edit him.
at the moment there is no options for this one 
Hi Basti, if you’re coding a new backend, would is be possible to add an option for using own tile server, the basic L.tileLayer(‘https://abcde.com/tile/{z}/{x}/{y}.png
Ive an osm install with perliedman leaflet routing machine, routing control, autocomplete, nominatim geocoder.
I know your list is long and it maybe a big ask. I’ll understand if the answer is no. Thanks
hi mate
you can do this already but you need to modify the code
open the file assets/js/k_mapbox.js
change this line
L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token='+mapbox_access_token, {
Hi Basti, thanks. more complicated than I thought. ive this working in a simple webpage.
leaflet-routing-machine.js Control.Geocoder.js autocomplete.js
map.locate({setView: true, maxZoom: 20});
L.tileLayer(‘https://my.maps.com/tile/{z}/{x}/{y}.png', {
attribution: ‘© OpenStreetMap contributors’
})
.addTo(map);
<script>
L.Routing.control({
profile: ‘car’,
autoRoute: true,
routeWhileDragging: true,
reverseWaypoints: true,
showAlternatives: true,
autoComplete: true,
serviceUrl: ‘https://driving.my-routing-machine.com/route/v1',
geocoder: L.Control.Geocoder.nominatim()
}).addTo(map);
</script>
hi mate
you can simply change the tile
no need to use the routing cause am not using this
Hello, I can’t login to my application.
Here’s the link : https://marinacorner.ma/admin/
Everything was working fine, and suddenly I can’t login using any credentials.
Can you help me with this please.
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Basti,I have read and read about enabling Cash/Pay on delivery, it just doesn’t do what it is supposed to. I can not get Pay on delivery to work. I have read about Membership, Commission, Commission+Invoice – I tried them all. I tried using my phone to order on the website, both android and iphone, when you go to the cart to check out, there is no Cash/Pay on delivery.I can not place a test order on the website for delivery at all, not with a computer or with a mobile phone. I can place an order for pickup (gets an error after) but it goes thru – not for delivery though. For delivery there is no Cash/Pay on delivery, no matter what settings I use.Thank You.
hi mate
all you mention should work
cause this is in kmrs since version 1 
you are only confuse
check this
1. first enabled the payment will be available in admin -> payment gateway settings
2. if your merchant is membership you need to enabled the payment options in merchant panel
2. if your merchant is commission then enabled it in admin panel
Basti, I am confused – I checked it all, Still doesnt work. I understand it should work since version 1, but it doesn’t. That’s why I have been contacting you for support on this for at least the last 12 days 
ok
send me your admin login and let me know what merchant your doing a test i will explain where is your fault
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi Basti. I bought Karenderia before many years but didnt use. Now wanted to check it if improved. When i click karenderia demo Webseite and select a Restaurant, i get following popup: {code token not valid”,details}
Session token not valid etc.
are you able to login to your admin panel?
if yes that means csrf validation is working
try to hard refresh your browser maybe js file is cache in your browser
Hi mate. i see on google my site “Page is not mobile friendly”! do you have any help for that. Thanks
hi mate
i will redo the main kmrs so bear with me
i will change all the backend and front end with new design
cause kmrs design is very old already 
Hi mate! Will it work fully with php 7.4?
i haven’t tried it but it should work 
i build the kmrs in php 7.2
I started use already for 1 day. It is working fine. I didn’t notice any error yet.
glad to hear that mate 
cheers
Hi Basti, I want to stop notification on merchant panel where on every update by driver app a notification is going “Your order has been updated by delivery agent” from where this thing is disabled or modify.
you need to update your kmrs template with this new push template
see this link
http://bastisapp.com/helpfiles/merchantapp/1.0.6.htmlunder Update KMRS with new templates
this template is called driver_update_to_merchant
hi mate
can you add new update scoring system Speed, Service, Flavour
I showed in the pictures
https://imgur.com/PA0YzJT https://imgur.com/DUviDv0Thank you Basti
added on my update list
Hi Basti, we have created a model of html template, copy the code and inserted it into the kmrs email templates, but the result we get is this: https://imgur.com/gallery/ljxZqwq because? what is missing?
hi mate
better check your html format cause am saving the template as raw
so it means what ever you put in template will be saved
take note someone is using an html format template in there system and it looks great
cheers