29720 comments found.
i have to THANK YOU for your support your customer service is 7 star
thanks mate
cheers
i want to update the new version but its missing install.php how can i install the new version, its a fresh install
installation is change in version 4.0
How to install KMRS https://youtu.be/WD8QfGYTZb4also
there is mistake in installation file 
quick fixed open the file controller/installer.php and look for functions actionfinish()
change the line
if($data[‘username’]==$data[‘cpassword’]){
to
if($data[‘password’]==$data[‘cpassword’]){
In the new update, I’m unable to upload the new language file or select the language file properly. The install.php file is also missing in the archive being downloaded from codecanyon. Please help.
hi mate translation is change in version 4.0
How to translate https://youtu.be/FaQFRX9xEJYi remove the install.php installation is now different see this video
How to install KMRS https://youtu.be/WD8QfGYTZb4How can we add ability to click to use current location rather than type the address for the address popup that appears when visiting a restaurant page that delivers?
hmmm sorry right now those are not available
Mail you
reply sent
reply back
sent
Perfect mate table working now….
glad to hear that cheers
How the invoice work?
first you need to set your merchant type as commission+invoice and you need to set invoice terms like daily or weekly and monthly
and you need to run the cron jobs found in admin -> cronjobs for invoice
Hi Basi, i configured a restaurant with food items, opening hours etc. now when i’m visiting the merchant page via “view menu” it says:
This restaurant has not published their menu yet.
Do you have a solution? I’ve not updated to the current version yet.
Thanks.
hi mate
error This restaurant has not published their menu yet.
that means your merchant has no food entered yet please verify
Hi.
With new version 4.0, Mobile Translation does not appear anymore. Only English, on the APP module backend. And the app does not translate anymore.
hi mate
just copy the language file of mobile app to your new language file
which now is located at protected/message
- Hi,Basti,
- I made a new installation for 4.0version, and in the”admin / manage language” to add a new language “cn”, after finishing the installation of mobile app, in mobileapp’s ” Mobile Translation ” options, I only see english this option tab, i can’t find “cn” option tab, so I can‘t translate this mobileapp, please tell me how to set up? like this:
- https://screenshot.net/zh/nn153hk
- https://screenshot.net/zh/k5ne3cm
you are correct mate in latest version translation has been change sorry about that i made the changes cause the current translation is not working well
i will surely upload a new update to fixed this issue
btw in next update i will have to remove those section as those causing problems for some server which cannot save long post request
cheers
Sorry, I posted it repeat
- Thank you for your reply, please give me a suggestion:
- Should I wait for the mobileapp’s translation update of 4.0 version or firstly use 3.4 version now?
- Now, I am testing the beta 3.4 and 4.0 versions of the app, For me, The mobileapp‘s translation is very important. because I hope to be able to submit the app to google play in early June,.
- as you said, you will submit a new update to fix the app translation problem , If you can, I would like to know how long, if soon, then I wait for the 4.0 version of the update. Otherwise I would use 3.4 version first.
- But in any case, I would like to thank you for such a good system
hi mate
1. if you can wait that would be great i suggest to wait for update for mobile app to compatible with kmrs 4.0
2. i understand that is why am working right now with the updates
sorry i have to introduce the new translation as the current one is not working in some server
3. right now i cannot give a date of release as it will depends in development maybe 2 to 3 weeks just to be safe
4. no worries mate thank you for your patience
btw i just update new updates for kmrs version 4.1 just wait for notification once its approved by cc
Hi Basti, Thanks for the update! Current changes seems great.
Since I made a lot of changes in the code after your last update, I manually updated the code for this release. After update I enabled search by location and fixed all the settings and added the rates, and locations etc.
1. when I search for the merchant using location option, It gives an error GET http://localhost/food/searcharea [HTTP/1.0 500 Internal Server Error 153ms] and displays partial page without CSS.
2. when I simply browse the merchant, It displays nothing at all with the same error GET http://localhost/food/searcharea [HTTP/1.0 500 Internal Server Error 153ms]
I also performed a clean installation and checked but still the same problem.
Kindly help me resolve this error
Regards
try to turn on error reporting in index.php so that you know what is the actual error
Here you go 
CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘karend_fd.kr_view_location_rate’ doesn’t exist
run the update found in your admin panel 
you should see the finish at the very end if you cannot see it then there is error updating your db
Still it’s same. I tried that update option before as well. I currently tried it on both new install and the update but same error on both instances.
did you see the finish words ate the very end when you click update?
also try this one open the file controller/UpdateController.php
and remove this line
$this->addIndex("merchant_user","mobile_session_token");
$this->addIndex("merchant_user","lost_password_code");
$this->addIndex("order_history","task_id");
$this->addIndex("order_history","driver_id");
$this->addIndex("order_history","driver_location_lat");
$this->addIndex("order_history","driver_location_lng");
I can also see the FINISH
But still… 
then it should work fine
the error missing table view_location_rate
it means this table is still missing in your database this is a new table in version 4.0
No Its is still not working. Here is a new thing I found. Now when I run the Update Admin database option. It throws this error
Internal Server Error CDbCommand failed to execute the SQL statement: SQLSTATE42000: Syntax error or access violation: 1072 Key column ‘points_earned’ doesn’t exist in table
open up controller/update controller.php and remove this line and try to run the update again you should see the word finish at the very end if you cannot see it then there is error updating your db
$this->addIndex("item","points_earned");
$this->addIndex("item","points_disabled");
$this->addIndex("merchant_user","mobile_session_token");
$this->addIndex("merchant_user","lost_password_code");
$this->addIndex("order_history","task_id");
$this->addIndex("order_history","driver_id");
$this->addIndex("order_history","driver_location_lat");
$this->addIndex("order_history","driver_location_lng");
I again tried to run a fresh Install with error display enabled and on finish step I am getting this error
Internal Server Error CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘location_countries’ doesn’t exist
I wonder what sorcery is this mate 
mate
fresh installation works fine
those are table missing in your database take a look at config/table_structure.php
you can find that table there
those are new tables 
Hey Mate!
Fresh Installation doesn’t work. I found a tiny bug in your code yayyyyyyyy 
In table_structure.php you used a little shortcut
Installation wasn’t working Since I am using a different table prefix and you used hard coded “mt_” rather then using ”$table_prefix”
$tbl['mt_view_location_rate']="
with
$tbl['view_location_rate']="
and this chunk of code
FROM mt_location_rate a left join mt_location_countries b on a.country_id=b.country_id left join mt_location_states c on a.state_id = c.state_id left join mt_location_cities d on a.city_id = d.city_id left join mt_location_area e on a.area_id = e.area_id ";
with
FROM ".$table_prefix."location_rate a left join ".$table_prefix."location_countries b on a.country_id=b.country_id left join ".$table_prefix."location_states c on a.state_id = c.state_id left join ".$table_prefix."location_cities d on a.city_id = d.city_id left join ".$table_prefix."location_area e on a.area_id = e.area_id ";
Now I am looking into solving this other problem since i really need to add the updates in previous version. can’t afford to lose changes. Mate you seriously need to figure out a mechanism for this. Replacing the whole code is a very bad idea isn’t it?
ah your correct
the view view_location_rate table have issue 
for view_location_rate
i forgot to change the prefix
just replace the mt_ with ”.$table_prefix.”
I found the second bug also. You need to change a little in UpdateController.php
Change this
$new_field=array(
'ingredients'=>"text NOT NULL",
'spicydish'=>"int(2) NOT NULL DEFAULT '1'",
"two_flavors"=>"int(2) NOT NULL",
"two_flavors_position"=>"text NOT NULL",
"require_addon"=>"text NOT NULL",
'dish'=>"text NOT NULL",
'item_name_trans'=>"text NOT NULL",
'item_description_trans'=>"text NOT NULL",
'non_taxable'=>"int(1) NOT NULL DEFAULT '1'",
'not_available'=>"int(1) NOT NULL DEFAULT '1'",
'gallery_photo'=>"text NOT NULL"
);
with
$new_field=array(
'ingredients'=>"text NOT NULL",
'spicydish'=>"int(2) NOT NULL DEFAULT '1'",
"two_flavors"=>"int(2) NOT NULL",
"two_flavors_position"=>"text NOT NULL",
"require_addon"=>"text NOT NULL",
'dish'=>"text NOT NULL",
'item_name_trans'=>"text NOT NULL",
'item_description_trans'=>"text NOT NULL",
'non_taxable'=>"int(1) NOT NULL DEFAULT '1'",
'not_available'=>"int(1) NOT NULL DEFAULT '1'",
'gallery_photo'=>"text NOT NULL",
'points_earned'=> "int(14) NOT NULL DEFAULT '0'",
'points_disabled'=> "int(1) NOT NULL DEFAULT '1'"
);
You didn’t add points_earned and points_disabled fields here that’s why it was throwing exception.
You should send me the code for testing before publishing

sorry but you only need those if you have addon points system
its better to remove the add index
hello basti i want to make recipt number starting from 120150 how to do that please help me
open up your phpmyadmin and run this query
ALTER TABLE mt_order AUTO_INCREMENT = 120150;
take note mt_ will depends in your table prefix
u released a update but how to update with my server please help me
you need to update all your files assets and protected folder
before doing that you need to backup first specially if you change something in the code
after you replace the file assets and protected you need to update your database connection you can find that in config/main.php and edit the db connection string simply copy your old main.php db connection settings
Can I integrate with a POS I am using? I am using this POS http://ezeetechnosys.com/hospitality-solutions.php#ezee-burrp
am not sure mate
i think it will not this one has its own database
Hi Basti, Thanks for the update!
Great work!
I’m having an issue with notifications (it did work once) but now i can’t get the ACTION edit to work.
see video.
Thanks
https://drive.google.com/open?id=0B6zpWqpK9S79Nk9PdVFmV291ekUmate looks like missing files
update all your files
and try again
Hello,
Regarding the Kartero system, I noticed that besides the applications there is a website, this site would only be to promote the apps, or the customers can find services and buy products directly from the web site as well?
Is it possible to translate all these systems into any language?
the website is to offer the service to customer just like bring.com
yes you can translate to any language you know
hi guys
for the translation which many saying it does not work i realize when i check the language file some of the buyer it has missing code
in your language file at the very end it should have return $lang;
example
$lang['Change Location here']='Your translation here';
$lang['Click here to update your merchant info']='Your translation here';
return $lang;
or simply copy the existing language file in en folder
Dear,
Could you clarify me on the integration with payment system MERCAPAGO ??
Would be www.mercadopago.com.br
Can you add another sms outlet to the website?
sorry right now i stop adding sms gateway
i can add sms gateway but it will be a custom work
Using Search by Location, with Delivery Rates Table by Area, when user is placing order, at the Delivery Information/Pament Information page, when user change area/neighborhood, its supposed to change delivery fee at Cart, but it does not change. Only change after, at confirmation page. Please fix this, to user view real delivery fee on Delivery Information/Pament Information page
Also, another error: Merchant statements, merchant total sales calculation, is not working on merchant panel, after some orders, still 0.00 in every counter.
that should supposed to be
that is why i added confirmation page
for statement you need to set the order status to based the calculation in admin -> commission settings
Ok, total sales calculation working, sorry, I forgot to change the cofiguration in this new version. About the delivery fee, I thought there was a way for the cart to update already on the first page, without having to go to the confirmation page for this. But ok, I leave as a suggestion for the future. Cheers.
i already uploaded a new update
version 4.1
next time i will add those
cheers
Ok, thank you. This version ir already available? Still appears only 4.0 for me. Can you tell us the changelog for 4.1?
Cheers!
its a small updates mostly fixed bug and added new gateway its not yet available wait for cc approval you will be notified via email
Ok, thank you. Currently, my biggest hope would be to have the update to work search by location in the mobile app, with delivery rates by area/neighborhood. Looking forward to this will be possible.
Thank you for your support, cheers.
noted mate cheers
i will do my best to add those in coming updates for mobile app 
Using new KMRS 4.0, add a merchant, but when user try to order, at checkout only this message appear on payment: No payment option available Using Cash on Delivery and Pay on Delivery.
Also, on Merchant Admin, a page to choose credit cards allowed does not exist (Choose MasterCard, Visa, the cards added at master admin)
Using Merchant with comission.
Fixed. No worries. Cherrs
glad to hear that mate 
Hi basti I followed the video on youtube about language but its not work. Look, I recorded I doing the configuration on my site where you can see if I doing something wrong . I sent link of video on your e-mail. tcks
i send you email must be missing files in your server i use the standard translation of yii so there is no way that the words would not translate