29720 comments found.
hey basti , 1)i want multi currency on KRMS can you plz tell me where to modify or you will be able to do it as a custom project.
2) i need to create a city admin with access to only limited merchants .say i have 40 merchants and i create a new admin i want to give him access to only 15 merchants .can we do this.is there any files i need to modify to make this happen .
hi mate
1. i never done this before so i cannot guide you what to change but the idea is very simple these will depend in your approach on the code
2. sorry mate again this will depend in your approach on the code
hi mate…. i moved to another server but cant login
please follow these steps for moving to another server
1. first copy all the files to your new server
2. dump the mysql database when dumping mysql database don’t include the view table cause if you do your new server will not work
view tables are the following
driver_order_view
driver_task_view
mobile_registered_view
points_trans
view_merchant
view_order_details
view_ratings
3. import the mysql you dump there should no error when you dump if there an error you will have to import again but this time there should no error
4. run the update database by visiting your website like this http://yourserver.com/update it will create all the view tablesmate where should i change the html of the front page. where “order food online” is written. i want to add some javascript to manipulate text. tell me from where i can edit the html ? the path of file which i should edit
you can find it on views/store/index.php
you can add your own javascript on assets/js/store-v3.js
Hi,
Need help on installation and documentation files
its already included on the document on the zip files
let me know if you cannot install the kmrs
Yes I am facing difficulties Unable to connect to the database on the initial configuration. looks its a port issue. Please guide us to proceed further. Connecting to database..Uncaught exception: SQLSTATEHY000 Can’t connect to MySQL server on ‘139.59.20.51’ (111) Copy the files to you webserver mostly to your www root or htdocs folder – Completed Create database in your server using phpmyadmin or any application to create database in your server – Completed Open up your browser and type in this address http://yourserver.com/install.php – Stuck at while conecting to databases .
hi mate
looks like your mysql host is not correct please verify the host name
Hi Basti, I have sent you an email please check and respond
hi mate reply send sorry for late reply
leave a comment here once you replied
open the file views/layout/merchant_tpl.php
and look for
<script src="//maps.googleapis.com/maps/api/js?v=3.exp&"></script>
change it to
<?php $apikey=getOptionA('google_geo_api_key');?>
<?php if (!empty($apikey)):?>
<script src="//maps.googleapis.com/maps/api/js?v=3.exp&key=<?php echo $apikey?>"></script>
<?php else :?>
<script src="//maps.googleapis.com/maps/api/js?v=3.exp&"></script>
<?php endif;?>
Hi mate.
I configured the admin page Pay On Delivery settings.
Multiple options such as visa, master, debit, elo and sodexo.
Now how do I configure this only certain options for each mechant?
Example MC Donald accept only visa and master but the Subway accept Visa and elo.
hi mate
merchant will tick only the merchant they accept on merchant backend
Hi mate how does the Limit merchant by sell Per month works? Is this the limited order per month what the merchant can receive?
hi mate
example on the package you set 100 if the merchant reach the sales by 100 they cannot sell anymore
Hi Basti how can I get a form to fill in by users on custom page?
sorry mate what do you mean?
i.e. https://gyazo.com/90bbacfd9b868ba25e54595837d22a65
i want this kind of form but on a custom page
ah you need to create a action controller for that on controller/storecontroler.php
and add your own action name and render the view file you can copy the existing view files
that is views/store/merchant-signup-info.php and merchant-signup-step2.php
so i need to copy the form from merchant-signup-info.php and merchant-sign-up-step2.php and paste it into the storecontroller.php with an action?
you need to create action first then create a new view file on views/store
example /views/store/mynewfile.php
and you can called those on the action in storecontroller like this $this->render(‘mynewfile’);
how admin delete Incoming Orders ?
there is no functions for delete
for safe records keeping
you can manually delete the records on the database
i want can admin delete incoming orders how i do ? please help me for this function
sorry but this functions is not added i can add this but with small fee
no problem please contact with me ohamzayev@gmail.com
contact me here https://codecanyon.net/user/bastikikang#contact
please see your contact
Hi, which file or line to edit if want to show only those restaurants who actually deliver to the address mention. Like if admin distance is 10 miles and it scans a restaurant which delivers only 2 miles, it should hide that restaurant
i think the very best way to do it is modify the query
open the file components/functionsv3.php and look for the functions searchByAddress
you can see a query in there you can modify or change the query
go to admin -> manage language -> settings -> Select language that will be added on front end.
Hallo Basti,
Do you offer customization ? I want to add service fee on every order. I have try every features on your system, but i can’t find feature to add service fee. I need it ASAP.
Thank you
email me via profile so we can discuss this

cheers
email me here https://codecanyon.net/user/bastikikang#contact and leave a message here so i can know
cheers
i have sent an email to your inbox, please check . Thank’s
reply sent
Hello Mate, thanks for ur time
I have installed but i realised the section in the front end to put the mobile image and google play store and apple store is not showing…
also adding page, i cant do text formatting and page settings
you can find that on admin -> theme settings if you cannot find this menu edit your admin account and tick the access to theme settings then re login again
you can use html for the custom page
thanks mate got that but where do i edit the account to tick the access theme settings…. is it from PHPadmin
PHPmyadmin
no edit your admin account and tick the access to theme settings then re login again
admin panel -> user list -> edit your admin account
Greetings Basti,
I have installed KMRS, it was working fine till the host in godaddy reached its maximum file limit, so i bought better host in godaddy. I install KMRS on the host now it is installing correct, but when i try to login in admin it shows username and password wrong, later i’ve checked in phpmyadmin the admin user was not created i run some queries there was no admin user created. First i thought it was from ssl but i checked its not that. Any help would be appreciated, also can you tell me if there is a better host which you have worked, or if KMRS can be hosted on heroku and how to deploy it,
Waiting for your prompt reply Thank You
hi mate
it will work on godaddy did you transfer the db to new db?
i suggest use a2hosting, bluehost or hostgator go for vps if you have budget its very fast
cheers
hello sir, why i am seeing different admin from your demo version? Am i using older version? Just bought and setup as directed in documentation but few links missing from left side menu like “Theme Settings”, “Post Code” etc
Here is screen short.
edit your admin account and tick the access to theme settings then relogin again
cheers
Which version of CURL used for the browser to identify the location of the customer? The site works perfectly with the version of cURL 7.17.9?
hi mate
it will work in any version of curl my server is using curl 7.42.1
just bought this and the mobile app, don’t know how to run and setup, tried zend studio but gave errors, please provide steps how to make them work, sent you an email couple hours ago.
hi mate
did you read the document on how to install ?
Waiting for 3 months now .. please confirm next update of KRMS and mobile app (customer)
mobile app will be update next week that is final including razor pay 
URGENT HELP… SITE DOWN…
Hi Basti,
My site is facing login issues. user’s are not able to login, gives “ERROR” while login…
Pls. help urgently…
what is your website address and ftp access? so i can check
i’ll mail u in 2 mins…
pls. chk ur mail…
can you include your website address? and the link for the cpanel
extremely sorry for this… got panicked…
sent u in email
reply sent
Done… Thank you so much for your prompt response.
Also, I have build apps for iOS & Android, but in iOS its not taking Icon & Splash screen on, either it takes default PhoneGap’s icon or no icon. Pls. chk screenshot for your reference and kindly help me.
Hi mate,
I have set up facebook login for website but it doesn’t work, when click on facebook login button there is nothing happens. Please help.
Thank you Eddie
please verify again facebook login works fine there is no issue reported for a long time
I have sent you an email with screen shots. Could you please check?
Thank you
where did you email me? i cannot find your email
email me here https://codecanyon.net/user/bastikikang#contact
Hi Basti,
I sent an email to basti@codemywebapps.com. Are you still using this one? if not, please let me know
Thanks!
am still using that but sometimes i cannot recieve email so i switch to gmail
email me here https://codecanyon.net/user/bastikikang#contact
email sent!
reply sent