29724 comments found.
Hi, I just purchased your script with all addons, I’m about to set up API with google but your video is outdate (2017) could you create a new one its very confusing navigating thru google API for the first time
thank you
I enabled the following
- Directions API - Distance Matrix API - Geocoding API - Maps JavaScript API - Places API
I created a API key and gave me key for Geocoding API Key and Google Maps JavaScript API
but when i save and test it I get this error
Error : You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started REQUEST_DENIED
does this mean that I have to pay even this is a start up and will only have 50 users first ?
thank you
Hi, I’d like to disable all cities and only enable one by one for merchants but allow customers to register from any city or country. how do i do this?
the ideas that customers select the city and look for merchants in that city.
thank you
Hi, hope you don’t mind if I ask more question. on the main page how do I change the search setting to search keywords, e.g iPhone, Greek salat, apple Store?
hi mate
1. its the same process i believe only ui is change but its the same process
google is not free anymore you need to set your billing account for it to work
just use mapbox instead
2. i suggest your search by location where in you will define all the location will post how this works in my next comment
3. you mean this is food categories?
is there a video or tutorial how o set up mapbox ?
hmmm there is none cause its very simple
just signup and when your in mapbox panel you can see your Access Token
that’s it
Friend. When are you going to release the new panel? Has it a trial version?
sorry cannot yet promise any date 
What will be the next one that you will release?
multi currency and single app website addon
Hi Basti, how do I create a sales report by city in the admin?
sorry not available 
Hi Basti, how do I create a sales report by city in the admin?
sorry not available 
you can make your own report by querying the table _order
and connect it with table order_delivery_address
you can find there the city field name
Can you give me a hint on how to get started, if I can copy from any page I already have. Thanks
the idea is to replicate some reports and change the query to what ever report you wanted
if you know how yii works you can do this easily
let me give you an example
example reports in admin -> Merchant Registration
1. this has controller action in controllers/admincontroller.php
the link is admin/rpt-merchant-reg
rpt-merchant-reg is the action name
and if you look at the file you will see this function
public function actionRptMerchantReg()
{
$this->crumbsTitle=Yii::t("default","Merchant Registration");
$this->render('rpt-merchant-reg');
}
and this function is rendering a file rpt-merchant-reg.php
and can be found in views/admin/rpt-merchant-reg.php
and this file is calling an ajax function to load all the list
<input type="hidden" name="action" id="action" value="rptSalesMerchant">
rptSalesMerchant
and this can be found in components/ajaxadmin.php
function rptSalesMerchant
Where do I configure the query to the suggested tables?
i think you need to hire a php developer
adding this for non developer will be hard
OK. Thank you very much for the tips. Hugs !!
no worries mate 
Hello Basti, on last update, i can not get short code as link, it shows on mail like this : [change_pass_link] what is the correct one on latest verstion
thank you
i check my code that is what am using
$resp = FunctionsV3::getNotificationTemplate('customer_forgot_password',$lang);
$email_content = $resp['email_content'];
$email_subject = $resp['email_subject'];
$data = array(
'firstname'=>$res['first_name'],
'lastname'=>$res['last_name'],
'change_pass_link'=>$link,
'sitename'=>getOptionA('website_title'),
'siteurl'=>websiteUrl()
);
on this line
'change_pass_link'=>$link,
Hello sorry, it is my mistake because i put wrong details on template, all fine now thank you
cheers
Email send
sent
This page isn’t workingzizodev.net is currently unable to handle this request. HTTP ERROR 500
usually if the site has error
you need to turn on error reporting in index.php
so you can see what are the error that causing this
in index.php
ini_set(“display_errors”,true);
Hello Basti, have sent you mail. Please reply
sent
Hello Basti, i want to set auto order cancell if in 5 minute order not eccepted, how i will set it for 5 min ? do we have extra cron for this ?
hi mate
i think i have no options for this in kmrs
only in merchant app
hi king , this not fixed yet i need to delete this Fax Credits: 0. i dont wanna show it on merchat page
just delete this in your file
if you don’t wan this to show
in views/layouts/merchant_tpl.php
remove this
<?php Widgets::FaxBalance();?>
Español Inglés Hola amigo,
Espero que pasaras una navidad en familia y que tu y los tuyos esten bien.
Te pido ayuda por lo siguiente:
Me dado cuenta que las distancias que marca KMRS entre el comercio y el cliente no coinciden. En la web o App siempre aparecen menos de ll que en realodad es. ¿Que puedo hacer? Hi friend,
I hope you have a family Christmas and that you and yours are well.
I ask for your help for the following:
I realize that the distances that KMRS marks between the store and the customer do not match. On the web or App there are always less than ll than in reality. What I can do?
hi mate
are you using google api?
in web and mobile app am using only one function to get the distance
so am sure its the same results in web and mobile app
take note that we are only using google api what results from the api is what we used
this one
https://developers.google.com/maps/documentation/distance-matrix/overviewEspañol Inglés Hola amigo,
Si. Utilizo Google en modo conduccion. Y tengo configurada la API segun tus instrucciones. En ambos sitios (web y app) me marca los mismos resultados, siempre son de menor distancia que si lo realizo desde un PC o mi propio movil buscandolo de Google.
Por otro lado, tambien me dado cuenta,que en la version movil, cuando quiero mover el Pin para colocar la ubicacion exacta no me funciona. Tengo que mover el mapa en vez del pin para que el pin se mueva. Lo que sucede es que nunca se puedo marcar el sitio exacto. Hi friend,
Yes. I use Google in driving mode. And I have the API configured according to your instructions. In both sites (web and app) it marks the same results, they are always shorter than if I do it from a PC or my own mobile by searching for it from Google.
On the other hand, I also noticed that in the mobile version, when I want to move the Pin to place the exact location it doesn’t work for me. I have to move the map instead of the pin for the pin to move. What happens is that I can never bookmark the exact site.
hi mate
i think in google site there difference since its not looking for best route
take a look at distance matrix try the api and you will see the response
and for mobile app that is how it work right now you need to map
not the pin, really forgot to change this as many app is working like this
I do not understand your answer friend. You can clarify the two questions for me a little better.
its very simple we only getting distance results from api
what ever api response is what only we get
you can try it by yourself
take a look at the google distance matrix
https://developers.google.com/maps/documentation/distance-matrix/overview
hi codeking if i custom enter adres then he must click on the search icon. But i need to how and where to fix so that when customer enter adres in the serach form it autmaticly goes to the search result.
Check this site it has it already thuisbezorged.nl
thanks inadvance
hi mate
hmmm we need to wait for customer address before we will submit the form ?
i think its not ideal to do this
cause every time customer goes to your home page it will always redirected to search
Hello mate! First of all, thank you for helping me send e-mails.
Now I have a different problem. I am writing now because it is my last resort.
I have checked and tried the previous comments and I continue to have the same problem.
My problem is When I say http://test.com, the site automatically redirects to https://test.com. but if I put https://test.com manually it’s working fine. So it’s redirection issue. Here is my .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Options -Indexes DirectoryIndex index.php index.html RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
- Set Header Vary: Accept-Encoding <IfModule mod_headers.c> <FilesMatch ”.(js|css|xml|gz|html)$”> Header append Vary: Accept-Encoding </FilesMatch> </IfModule>
Please help me
use this one
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourwebsiteaddress\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourwebsiteaddress.com/$1 [R,L]
</IfModule>
I sent email, please check your email.
sent
Hey Mate “The CODING and CODE SUPPORT ” I just want to say am amazed by the support you provide on here.. it’s a great script.. great work.. also just wanted ppl that have bought this script to share their site address so we can get some ideas on to copy and implement.. one guy that suggested that pizza size situation brought in a good idea..
hi mate
thanks mate really appreciated 
cheers
Hi Basti.
I want the discount of the voucher or coupon to be made directly to the total and not the sub total of the order. Making this not affect the sub total.
Is there a way to do it?
in all my work there is only one function that computes this
and you can find this in components/functions.php
and look for function displayOrderHTML
When user is concluding purchase, this is shown:
Warning: count(): Parameter must be an array or an object that implements Countable in protected/components/FunctionsV3.php on line 5534
any ideas to solve or hide it? thank you basti
hmmm i check this line this has no code for counting
can you check your files and what are this line?
usually this error can be solved by just adding typecast array
example
if (!is_array($list) && count((array)$list)<=1){
as you can see i added (array) before i count the variable
Hi,
I’m looking to make the purchase but have the following questions and/or clarifications
- Karenderia App version 2, K-Restaurant Mobile App, Karenderia driver mobile App. Are those iOS and Androids apps that can be uploaded to Apple Store or just mobile versions that can be accessed thru mobile browser ?
- This maybe a a stupid question but for payment system PayPal, Stripe, do I as Admin need to setup all of the payment options I want and admin commission will be deposited to PayPal, Stripe etc.?
- How does the store owner get paid out? Is it immediate? Is it thru PayPal
- I see on the web version you have 5 different icons that allow users to search. – Is that based on category that is in the Admin sections ? – Is there search that will allows the search for anything on the site without clicking on the icons?
- When I visit the web version I see this evert time even If I just accepted it is this a bug ?We use cookies to improve your experience on our website
- In your demo when I click on restaurant Rajdhanni and other I see this error {code token not valid”,details} Is this a bug and will I see this on my purchase as well ?
- When a customers places an order I see that the restaurant can assign delivery boy, but can all drivers in that city/radios see the now order and just decide to pick it up and deliver using the driver app?
- Can this script run on shared GoDaddy server to start and scale from there ? And Does it require SSL ?
Thank you
hi mate
thanks for purchasing
1. can be upload to google and apple
cannot be use in browser only in actual phone
you can only debug the app in browser but some functiosn will not work like push etc since this will only work in actual phone
2. we have different type of merchant
for commission yes they can get there earnings via paypal
3. based on all the data either from admin or in merchant depends on the seacrh
you need to click on icon to search
4. if you still see this over and over try using different browser cause am setting the key in your browser
5.hmmm can you provide screenshot my demo is working fine?
this error means the csrf toke validation for attacker
6. at the moment the admin or merchant will need to assign the task
or you can use the auto assign options
7. i don’t recommend using shared as the shared hosting is very slow
in one computer there is a lot of website running and time to time your site will be down
specially in peak hours
use atleast VPS hosting
cheers
Hi mate plz update kmrs.
1. DISCOUNT PER SIZE
2. SUBSCRIPTION FOOD MAY BE REPEATED ALTERNATE, TWICE IN A WEEK OR MONTH ETC.
3. FRONTEND
4. TAX PER FOOD ITEMS LIKE IN ECOMMERCE WEBS.
5. BANNERS AT BOTTOM ALSO LIKE BANNERS AT TOP WITH DIFFERENT SIZE IN MOBILEAPPV2.
6. BANNERS AS PER LOCATIONS. Points 1,2, 5 are more important.
hi mate
i have so many update already on my list
so i cannot promise any of this yet
let focus first on updating the backend and front end
cheers
Mate Point-1 is backend 
I m asking this for last 8months.
this is already on my update list
only i cannot promise is the subcategories
1. if the restaurant can deliver to the address user choose in delivery option.
Is there any api for it ?
2. minimum order value changes according to the location, but api doesn’t have that option too
hi mate
1. sorry am not sure what is your question here
there is existing functions that gets the distance between to plot
latitude and longtitude
and this is where i get if the customer address distance is near from merchant distance
2. if your referring to minimum order table this will only work if you enabled it under merchant panel
I’m talking about mobile API
mate your in karenderia
not mobile app
so my answer is for kmrs
Hi,
One of my colleague bought mobile app plugin but now he is left from office so I don’t know which account he is bought
But now I need your help please help us
most of your question can be found in apicontroller.php of mobile app