29733 comments found.
Hi Basti, Login & Signup “POP-UP” does not work on your new theme update. it always use a new page login & signup. I need a pop-up style of Login & Signup. Please help. Thanks!
hi mate
sorry but on new theme i have remove the popup login
as its not working so well in terms in mobile device
thanks
Hey how can i enable this when you click on a menu item.I meant when you click on a meun item before adding to card this popup appears in demo how to configure like that! Please it’s very urgent http://i.imgur.com/2Pu2Esp.png
hi mate
that is the default but if your food item has no addon it will auto add to cart but if you want to show the popup without the addon tick admin -> settings -> Disabled single food item auto add to cart
thanks
Hey how can i enable this when you click on a menu item.Please it’s very urgent http://i.imgur.com/2Pu2Esp.png. You are not replying it’s very bad!
already answer 
go to admin -> settings -> Disabled single food item auto add to cart
thanks
Thanks! A Lot great script 
cheers 
Hello, 2 needed updates if you can, on index page Browse by City, and costumize link in address bar, if you can, now i am testing the new version and i will write the bugs.
Another problem, on the index page the section with mobile app is not seen… how to repair?
hi mate
what do you mean customize link?
for the app you will need to enabled that on admin -> theme settings
thanks
Customize link = /store/browse to restaurants browse or my edit, or how i prefer…
2 – I don’t find the theme settings in admin panel.
1. sorry not available
2. edit your admin account and tick the access to theme settings then re login again
Hi Basti,
Brilliant update !!!!!
But one question, how to only registered and authenticated users make TABLE BOOKING ?
thanks mate really appreciate
right now there is no options you will have to add your own checking
you can add your own validation on components/ajaxadmin.php and look for the function bookATable
sorry can you give more info?
Very tank you for your update 
thanks mate cheers 
hi basti i update it but i can see theme setting. i had translated it in greek language before. You haven’t setting to printing in thermal printer yet?
new update is awesome 
thank you in advance.
hi mate
you have to edit your admin account and tick the access to theme settings -> saved -> then re login again you should see now the theme settings
for the thermal printer sorry none
i will post a survey for the buyers to vote
on what new addon that krms most buyers want
i will include the thermal printer
so make sure to vote 
thanks
Hello; I did the update as usual, but the home page of the site is white, also the administrator side, everything is OK. Thanks for your help
you might missed some files to check what is the error causing this just enabled the error reporting on index.php
from ini_set(“display_errors”,false);
to
ini_set(“display_errors”,true);
thanks
Many of my customers are choosing offline credit card payment over Paypal because they don’t have a Paypal account.
I’d like to change the word “Paypal” to “Pay With Credit Card Online” and “Offline Credit Card Payment” to “Call In Order.”
How would I accomplish this?
Also, where do I find the credit card info the customer enters when they choose Offline Credit Card Payment? I can’t find that info and I need it to process the card.
Thanks!
on version 3. you can simple change this on the file components/functionsv3.php and just look for the functions PaymentOptionList
thanks
AWESOME!!! Thanks!!!
cheers
again don’t change the key you can only change the value
thanks
Right. That’s what I did. Thanks for your help.
cheers 
hi basti please solve this
http://imgur.com/0rbth25can you give more info?
like is the merchant is still active? or link to your website
thanks
Hi Basti, after updating theme, I am unable to view customers profile. http://imgur.com/unsyrb4 can you help. I updated everything besides config folder
you might have missed some files please re check again
if you cannot solved this issue pm me your website and ftp access
thanks
No product add in cart , no translate cusine , no translate merchant title, and no have seo url , and try to add search by city/area ( with different minimum order per area) because some cities no have name in roads, every all i think works thnx again for support
hi mate
no product add in cart?
cuisine translation will be on next update
no translate merchant title ? what do you mean
thanks
no translate merchant title i mean must translation title as food item or others , and no have seo url , and try to add search by city/area ( with different minimum order per area) because some cities no have name in roads
i think translation for food item is already in there you just need to enabled on on language settings -> Enabled Multiple Field Translation
which part has no seo ?
thanks
Did not work here.. I uploaded everything and ran update but theme still old looking but without my config.
hi mate
you will need to replace the folder assets and protected
ofcourse you need to backup first your old files
thanks
New bug:
When you add a new restaurant and add it to the Featured Restaurants, on the front-end it shows it has a 3 start rating, but nobody has rated the website yet
hi mate
that would be impossible please check your db as it might have an old data
thanks
I did a clean install, deleted all the tables and deleted all the files. So that is why i think it is strange!
ahh you right
i forgot to add the functions ratings on homepage
$address= $val['street']." ".$val['city'];
$address.=" ".$val['state']." ".$val['post_code'];
add this line
$ratings=Yii::app()->functions->getRatings($val['merchant_id']);
take note you will have to add ; after the $val[‘post_code’]
after that update this line
<div class="rating-stars" data-score="3" />
to
<div class="rating-stars" data-score="<?php echo $ratings['ratings']?>" />
Facebook bug:
When you enable all the settings in the back-end (admin) and then go to facebook.com and then SIGN OUT.
Then the Sign in with facebook button doesn’t work. (only after you manually login on facebook.com and then come back to the website) the login works.
Extra:
I see you use Profile pictures, but can’t you when somebody logs in with facebook automatically download the facebook profile picture? Instead of customer uploading manually?
hi mate
hmm i think you are correct on fb login will do fixed on next update
will do take note of the image on facebook
thanks
On Contact Settings when i want to remove Country, Phone etc. nothing happens on the contact page.
And also if possible please make how to, step by step guide for logging in with facebook and google+
please verify again i just did a test on my end and its working fine
for creating facebook and google you can find many tutorial on web on how to set up this
will do take note and will try to add on next update
thanks
thanks
Thank you for the link, i will watch it and try by myself…
I can confirm that i can’t remove any of the Country, Phone, E-mail etc. from the Contact settings page in admin panel.
hmmm can you pm me your admin panel so i can check
thanks
and let me know once you send me email thanks
I’ve send you email with details
For facebook login are App ID and App Secret enough to function? Or i need to add some code somewhere?
i just login to your admin account and i remove the phone country, and message and you contact form is working fine
see your contact page
I checked my contact page, and nothing happened, phone, country etc. is still showing, please check
Basti, misunderstanding, i wanted to remove country on contact page located on the cover picture
– that’s why it’s better to use screenshot. So can you tell me where i can do that?
ahhhhh 
those are not picture actually is actual map you can remove those by editing the files /assets/js/store-v3.js
and remove this line
if ($("#contact-map").exists()){
dump(website_location);
map = new GMaps({
div: '#contact-map',
lat: website_location.map_latitude ,
lng: website_location.map_longitude ,
scrollwheel: false ,
disableDefaultUI: true,
styles: [ {stylers: [ { "saturation":-100 }, { "lightness": 0 }, { "gamma": 1} ]}]
});
map.addMarker({
lat: website_location.map_latitude,
lng: website_location.map_longitude ,
icon : map_marker
});
}
thanks
Hey Basti!
Great update!
Few issues:
It is showing all the restaurants that are pending/disabled etc in the search result instead of only showing the restaurants that are active. How can we fix this?
hi mate
you are correct i remove some of the code to fixed this open the file componenst/functionsv3.php and look for the functions searchByAddress and before the line$and.=" AND is_ready ='2' ";
add this line
$and.="AND status='active' ";
thanks
and you need to do the same with the functions searchGetFilter thanks
Thanks Basti! Works now.
cheers
i think am getting old i forgot to add basic functions
lol
no problem Basti! you’ve done an amazing job so far anyway.
Found another issue: See screenshot – the redeemed points are not changing the subtotal / total 
hi mate
thanks
i tried on my end its working fine not sure if i already did a fixed on my end
if you open again the docs on loyalty points
this is the line that supposed to deduct the subtotal same file as mention on the document functions.php after the /* packaging incremental/
/*POINTS PROGRAM*/
if (Yii::app()->hasModule('pointsprogram')){
if (isset($_SESSION['pts_redeem_amt']) && $_SESSION['pts_redeem_amt']>0.01){
$pts_redeem_amt=unPrettyPrice($_SESSION['pts_redeem_amt']);
$subtotal=unPrettyPrice($subtotal)-$pts_redeem_amt;
} else {
if ($receipt==TRUE){
if (isset($data['points_discount']) && $data['points_discount']>0.01){
$pts_redeem_amt=unPrettyPrice($data['points_discount']);
$subtotal=unPrettyPrice($subtotal)-$pts_redeem_amt;
}
}
}
}
thanks
Perfect – it works now. Thanks Basti!!
Also, when the search results page is resized, the layout turns from “list style” to “box style”. How can we keep it as the list style?
hi mate
did you change anything ? on the code 
oh it would be that way cause you cannot keep the same style when the screen getting smaller
oh okay, makes sense. Thanks Basti! 
cheers 
please tell me your email to send you an email for some custome changes, thank you
you can email me here http://codecanyon.net/user/bastikikang
mrudoy1 ,
you savage
