29722 comments found.
Any chance for Wordpress version? I’ve wanted to buy this theme for a while now but I had never even heard of Yii as a CMS until I looked into buying this. In my Godaddy hosting account Yii isn’t even one of the dozens of CMS’ they have available for quick download. I tried researching into installing it anyways, but it’s just too much of a headache to learn a whole new CMS
hi mate
yii is not cms its a framework for php anyways i have a friend who is working for wordpress but am not sure when he will finish
My bad, I tried watching several videos on installing Yii and even in the user dashboard I don’t see any color changing options or where to access the CSS or PHP. I was considering just hiring someone to install it for me, but if a Wordpress version is coming I would be a lot more comfortable working with that. Can you find out if it is close to being done? Thank you! Otherwise I may just have to go ahead with the Yii version.
hi mate if you are worrying about installation the installation is very easy its included on the document
if you cannot install the app i can install it for you
thanks
Would you be able to install Yii on my go daddy host as well? If so I’d buy it today! I was planning on getting all of the add-ons as well like the driver app and mobile etc. That would be awesome, the user dashboard seems plenty easy enough to work with from there.
I can buy all of them right now if you have time to install it today
Hi Basti,
I want the navigation bar (top red header) to be sticky. So that when i scroll down, the header/navigation bar with stay sticky. How do i do that? Attached: https://s16.postimg.org/5tdwlst5x/Screen_Shot_2016_09_15_at_2_42_41_PM.png
Hope you can help. Thank you in advance!
hi mate
you can use this http://stickyjs.com/
Hey Man, First of all i want to thank you for this great product, very well done. So far i loved it. I have a couple questions.
1- in the home page when someone put there address there will be no address suggestions by google. How i can fix that? BTW: I can search AND IT WORKS but google address will not show.
2-is there a way that i can do when a customer purchase something from a merchant the order will get approved automatically and send to the driver app automatically without approving it manually?. I’m pretty sure there is away.
3-When someone buy something from any merchant does the money will go to the company bank or to the merchant bank? I need the money to go to my bank and then i can send the money to the merchants.
again thank you so much for the great work.
Thanks
also is there a way that we can add a customer custom order like the customer can add something that they want that not listed in the merchant menu see below
1- Menu page : https://postimg.org/image/m1qncx397/
2-Shopping cart after they add the custom order : https://postimg.org/image/4pqarh9rv/
hi mate
thanks for your kind words
1. google has something new you will need to enabled Google Places API Web Service in your google project
here is the complete list of api to enabled in your google project
Google Maps Distance Matrix API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Maps Directions API
2. open the file components/ajaxadmin.php and look for the functions placeOrder
at the very end after the line
$this->details=array(
'order_id'=>$order_id,
'payment_type'=>$this->data['payment_opt']
);
add this
if (FunctionsV3::hasModuleAddon("driver")){
Yii::app()->setImport(array(
'application.modules.driver.components.*',
));
Driver::addToTask($this->data['order_id']);
}
3. set your merchant type to commission so that all online payments will go straight to your account
for the custom order sorry no options for that
Thank you for your response mate,
-I have did what you told me and i did put the code in functions placeOrder and still not working still the Merchant have to change the statutes manually so it can show in the driver app.
Please let me know if there is a way to do it automatically.
-Also can you tell me how to change the orders to one email? To be more clear with you, When someone buy something from a Merchant i want the order info comes to the site owner email not to the Merchant email. So in that way i can keep track
-Also is there a way that i can disable the Merchant email input?
Still waiting for your response mate.
hi mate the code i posted is the fixed
make sure in your driver settings the status for adding task is set to pending
for email you can manually add your email on the file views/store/receipt.php at the very bottom you can find the line that sends email to merchant
for disabled yes you can just modify the file and add disabled on the text field
thanks
Basti,
How implement this button http://take.ms/W9y9b to MERCHANT LIST and SUBSCRIBERS LIST?
hi mate
just follow the code for that you can find the file of the merchant on views/merchant
and the js file is assets/js/admin.js
Basti,
When the merchant click on the link, is shown this page http://take.ms/bO8dU Why? How fix?
don’t check Disabled Merchant can add their own status?
on admin -> settings -> Disabled Merchant can add their own status?
BUG REPORT:
1. Go on mobile view. 2. Add something to the basket. 3. Click Checkout. 4. Click “Forgot Password”. 5. Enter email & request new password.
You get this: (url: https://www.domain.com/store/paymentoption/id/mail%20ok)
Something went wrong Either your visiting the page directly or your session has expired.
hi mate
let me check that on my end and get back to you
Any updates? 
hi mate
open the file assets/js/store.js and look for the functions form_submit(formid)
and change this line
if ( action=="forgotPassword"){
if ( $(".checkout-page").exists()){
$(".section-forgotpass").hide();
$("#username-email").val('');
return;
}
}
to
if ( action=="forgotPassword"){
$(".section-forgotpass").hide();
$("#username-email").val('');
return;
}
Thank you! 
cheers
install the system and I can not remember the password to retrieve mail
what should I do?
hi mate
you can change your password via phpmyadmin open the table _admin and change the password make sure you set it to md5
I am trying to translate the email receipt. I opened EmailTPL.php and then changed:
$tr.=”
to
$tr.=”
But that didn’t work. Is there any easy way to modify this?
I managed to get it with this code in EmailTPL.php:
$food_info=Yii::app()>functions>getFoodItem($item[‘item_id’]); $food_name_translation=!empty($food_info[‘item_name_trans’])?json_decode($food_info[‘item_name_trans’],true):’’;
and then print it with $food_name_translation[‘1’]
But the problem is that somehow the encoding is messed up in the email.
Any ideas?
which type of email you using php mail or smtp ?
I have it installed now. but i dnt see how to customize the main website where customers will be searching for restaurants. Is that customizble in the dashboard? I dnt see it.
and I am assuming we would have to translate all this into the mobile platform of our choice? I thought I was buying a grubhub mock up style app. __ bear with a noob coder here plz
hi mate
the code is not encrypted you can change anything its build in yii framework you can find all the template in views/front folder
also there is a mobile app already ready for kmrs
https://codecanyon.net/item/karenderia-mobile-app/13800275Hi Basti,
can u Double check Barclay Settings:
1. can be selected at the same time —> {Sandbox and Live}.
2, live mode can not be saved.
3, when I try phpmyadmin -> admin_mode_barclay -> {option_value = live} live mode is selected️,
but when I was in the payment page of error:
Sorry, this page can not be found.
BACK
Test login
Production login
missing something? ? ? How to fix it
Other payment gateways can work, but not for me,
Looking forward to your reply
thanks!!!
hi mate
your correct there is a bug on Barclay settings
open the file views/admin/Barclay.php
and change the line echo CHtml::radioButton(‘admin_paypal_mode’,
to
echo CHtml::radioButton(‘admin_mode_barclay’,
can u point me how to modify
hi mate
i don’t have a test account for barclay can you send me your website url and ftp so i can do test?
thanks
btw there is already a sha on the code for barclay
Are the language translations stored somewhere in mySQL or only in plain text file?
its on plain php file
I cannot remember but wasnt there a book a table button before in result list? Its not there anymore neither can i click on something in admin to show. Also when disabling ordering in merchant admin, order now button still remains showing
hi mate
your correct it was remove on the latest version 
Can you please give me link to download = 1.0.2 (13 Nov 14) = version. and documents!
please help me asap!
question why do you want the older version?
yes, i need that for understand basic stuff to integrate my module, please give me asap! thank you
sorry mate unfortunately i don’t have that version anymore 
i cannot find it anymore
What do you have older version ? 
i will have to search tru my computer again 
email me here https://codecanyon.net/user/bastikikang#contact
i will email you once i found it
i have emailed you, please check and let me know! Thank you
yes i did receive i will check my computer see if i have the old version 
Hello! hv you remember me ?
i send you the link and let me know after you download i have to delete those file
Hi Basti @Jasonvillage : Re sub menu : will it not be easier to rather include a search bar that displays the results of meals that match the search criteria ? This gives an easier way For customers to find what they are looking for.
sorry ?
Jasonvillage previous comments to add submenu’s to the system, your response was that it would require lots of changes to structure. My suggestion is to add a search for food items so that customers that know what they want can search directly for them…
oh ok mate thanks for your inputs will do take note
is the application available in french?
yes you can translate this to any language you know 
cheers
thanks
cheers
When I run mobile app Watch a message
pleas wait searching for languages loading languager
it means there is something wrong with your app or your api
send me your www/js/config.js so i can check
Hi Basti,
Another bunch of question. Kindly check this attachment https://s18.postimg.org/xldyv5s2x/screen.jpg
1) How do i add ‘min’ in delivery est.
2 and 3) How do i delete delivery distance and delivery fee at customer view?
4) Can this text ‘minimum order..’ smaller?
Thanks basti!
hi mate
1. merchant -> settings -> Delivery Estimation this is a open text field you can put any you want
2. open the file views/front/search-list-1.php and search-list-2.php
and look for the words Delivery Distance and Delivery Fee and remove the code for it
4. you can add inline css or add your css on assets/css/store.css
cheers
Thanks mate! its working 
cheers 
One more question, how should i change different colour; default: dark blue https://s17.postimg.org/yf108hhlr/Screen_Shot_2016_09_14_at_11_05_59_PM.png for for both backend admin and merchant?
I want to change merchant background to maroon colour, and admin stay with default dark blue colour. I know i have to change at admin.css. but can i know the exact coding?
Thank you very much basti! 
open the file assets/css/admin.css and look for .main_wrapper .left_panel
i suggest for changing css use firefox and right click and click inspect element
ok thanks, will try now! Thanks again mate!
cheers 
i added an account for me and verified by sms but login failed for client password etc i asked for forgot password and it didnt send either whats next to do?
hi mate
maybe you forgot what is your password 
remember the username for customer is the email address
and for the email for forgot password make sure your server can send email
you can check that on admin -> Mail & SMTP Settings and try to send a test email
Hello Bastikang,
Need to ask several question. kindly check this attachment: https://s21.postimg.io/40jl7kc93/Screen_Shot_2016_09_13_at_2_12_24_PM.png
- How to make this text bold? in css, where line should i change?
- How to disable the shadow? i want to make it clean. and also how to change background colour.
- I want to do just 3 steps. How to center the content? Thanks! love the template
hi mate
1. open the file assets/css/store-v2.css and look for .search-wraps h1
2. same file look for .sections.section-how-it-works
3. am using boostrap for the theme you can add a class = col-md-offset-2
open the file views/sttore/index.php
on the line <!--HOW IT WORKS SECTIONS-->
you will see this <div class="row">
change it to
<code>
<div class="row col-md-offset-2">
you can adjust it by changing the offset
col-md-offset-3 or 4</div></code></div>
Success!! Tqvm 
cheers 
I really love the script, but im curious about next update? I see poll for new features but, from may until now dont have any for fix or improve? Thanks for your response. Ill buy all, but i need to be sure about updates. Thanks for time to read.
hi mate
oh the poll is already ended
i forgot to remove it
there will be an update am just doing update on all addons for kmrs specially the mobile app
cheers