29717 comments found.
Hello again, is there any way to link to all the merchants in a city but not like:
store/searchArea?s=cityname because thats mess up the user’s address cookie ?
Also is there a way, when a user logins to fill the address cookie with his default address?
Hi Basti,
I am using Windows with web.config provided in the installation manual. 1. My admin and store links are working but not merchant. I can signup as Merchant but could not access e.g. example.com/merchant Gave me this error PHP Notice: Undefined index: label in C:xxxx\yiiframework\zii\widgets\CMenu.php on line 243
2. Users List in Admin not working.. PHP Notice: Use of undefined constant autologin – assumed ‘autologin’ in xxx\protected\views\admin\user-add.php on line 96 PHP Notice: Undefined index: items in xxx\protected\views\admin\user-add.php on line 116
Any ideas..? Thanks in advance!!
hi mate
1. it looks like your yiiframework folder has missing files please re upload again all the files for the fodler yiiframework
also on index.php make sure the error_reporting is set to false
2. turn off error reporting those are php notices
thanks
Hi Basti,
1. Deleted and re-uploaded the yiiframework folder. Same issue. The merchant link is working BEFORE login, but after login, gave the Undefined index: label error.. Any other folders I should re-upload?
2. The index.php was already as per below without changes. define(‘YII_ENABLE_ERROR_HANDLER’, false); define(‘YII_ENABLE_EXCEPTION_HANDLER’, false); ini_set(“display_errors”,false);
Thanks!!
send me your ftp access and website i will check
Is this your email? support@codemywebapps.com Will send the info to you.
send it here http://codecanyon.net/user/bastikikang
Done. Pls check. Thanks!
Hi Basti,
Quick question – trying to add a page in ver 3.0 but it looks like the “fa” icons don’t work anymore
ie “fa fa-info-circle”
Noticed that you now use “ion” – for the icon link, do we have to enter the line differently? Of do the font awesome icons still work in version 3.0 for adding pages in the footer?
All the best as always,
M.W. @ GrapeSeeds
hi mate
sorry i have remove the icons on version 3 
fonrt awesome still works but i remove the icon on menu
thanks
Hi Basti,
No need to be sorry! I guess it was a descision on your side in order to keep the new look very lean !
Will do without!
All the best as always,
M.W. @ GrapeSeeds
cheers
yes it was the design


Hi Basti,
1. The Date and Time Selector is very difficult on a Mobile. Specially you have to select both the Hrs and Mins. You can’t simply say OK to 00Mins already selected by default. Is there a way you can change the Date and Time selector to something user friendly like we see on iPhones?
2. I have added the missing file on HTML compression to /protected/filters/HtmlCompressorFilter.php But, When enabled, the site is not working.
3. Mobile Logo does not seems saving. It looks like it is saved when I upload one. But after like 10mins, when I check it, the mobile logo is dissipated. It’s a blank. And the mobile site shows your default Logo.
Thanks in advance. Cheers.
1. let me check what i can do on next update
2. i believe this is php issue can you send me your ftp so i can check and fixed on different php version
3. there 2 logo now on admin -> settings 1 for mobile and desktop
please verify and check again
thanks
2. I will organize that and send you a message. I hope you can give me instructions of what you change to make notes.
3. Ok, the situation is, the mobile logo saves first time. But if you change anything in SETTINGS afterwords and save again, you loose the mobile logo.
2. sure this is only file that needs to change that would be HtmlCompressorFilter.php
3. you are correct i just try myself quick fixed open the file /views/admin/settings.php and look for this line
<p><a href="javascript:rmMobileLogo();"><?php echo Yii::t("default","Remove image")?></a></p>
and add this line after those line
<?php echo CHtml::hiddenField('mobilelogo',$mobilelogo)?>
1. If I’m to look for a change a little quicker, what substitute plugins you think I have for the date-time picker?
am not sure yet i will be looking also am sure there is so many out there can be used
Thanks mate.
np
let me know if you send your ftp access
so i can check what is wrong on different php version
cause on my own php its working fine
local and demo server
Hi Basti,
is it possible to share restaurant by social button with your app?
I have disable restaurant share option not flagget, why i don’t find the share button?
hi mate
i believe i have remove those options on new version 3.0 
thanks
hi basti,
is it possibile to activate?
Why there is this flag in the social setting?
Regards
hi mate
to confirm this is on merchant -> Social Settings correct ?
what do you mean flag?
thanks
Hi basti,
please find below the details of my configuration:
Default Share text: added Disabled Social Icon: not flagged Disabled restaurant share?: not flagged Disabled Facebook Login?: not flagged App ID: added App Secret: added Facebook Page URL: added
Twitter Page URL:added
Google Page URL: added Enabled Google Login?: flagged Client ID: added Client Secret: added Redirect Url: added
BUT social share button is not visibile anywhere in the website
I missing some setting?
Regards
ah those are on the footer of the website
thanks
No, on the footer there is a link to the social page!
I would like to have social share button in order to share restaurant on facebook.
In addition search stop to work and i’m not able to find restaurant by address search, but the restaurant is still available if I click on “browse the restauratn”. How i can solve it?
share has been remove on latest version 
did you put your google api key on admin -> settings
thanks
and for the text am using boostrap css you can remove the class text-muted and add your own class and add it on assets/css/store-v2.css
thanks
In the comments – there is info when was the comment left, it’s Yesterday, months ago etc. I add them to the language file to translate them and nothing happen, how can i translate these? Also I renamed the ratings, and they are still unchanged, good, gorgeous etc.
send me some screenshot so i can point you the correct files
thanks
hi mate
you are correct those are not translating here is the quick fixed
open the file /components/functions.php and look for the functions dateTranslation and on the array list of months and days add this
'day'=>Yii::t("default","day"),
'days'=>Yii::t("default","days"),
'week'=>Yii::t("default","week"),
'weeks'=>Yii::t("default","weeks"),
'month'=>Yii::t("default","month"),
'months'=>Yii::t("default","months"),
'ago'=>Yii::t("default","ago"),
'In'=>Yii::t("default","In"),
'minute'=>Yii::t("default","minute"),
'hour'=>Yii::t("default","hour"),
and add those all words in your language file it must be exactly as those words
and open the file components/ajaxadmin.php and look for the functions loadReviews after this line
$pretyy_date=PrettyDateTime::parse(new DateTime($val['date_created']));
add this line
$pretyy_date=Yii::app()->functions->translateDate($pretyy_date);
and the for words gorgeous it will be fixed on next update as these is a hint of lbrary raty
thanks
This solved my problem, for the other bug, will hope to be fixed on next update 
Hey basti, I added all words exactly – and on the words with “s” – days, weeks, months… – on front end it comes up whatever i wrote in my language for daya, weeks, months – and with an extra s (in English) at the end. Seems like it takes the word from day, week, month and adding the s (in English) at the end. What is the fix for this? And yes, i added the words days, weeks, months in my language
sorry what do you mean?
I need translate all texts in system, in many texts the translate dont have, in admin panel, in front end, addition to the main file translation where I find the rest? because the main file does not exist several phrases that are not translated. How: Total Commission, Commission today: Commission last 30 days:, Withdrawal among others. as possor translate all? And in the translation file does not have these parameters
you can find all the words on mt_language_file.php
hope that helps
hi, do you have plan to add qr code reader for dine in options? ex; www.qikserve.com I would support you to run for this
sorry mate no plans for now 
Basti,
Why is the new theme creating numbers at the end of the merchant’s menu url?
EG. it used to be: https://www.domain.com/store/menu/merchant/mcdonalds
but now it is: https://www.domain.com/store/menu/merchant/mcdonalds11What’s going on? It’s only happening for some restaurants, not all.
hi mate
you are correct i just tried on my end for now you can edit the merchant and you can change it back to its original slug
there is a field Restaurant Slug when you edit the merchant
also to fixed these issue edit the file components/ajaxadmin.php
and look for addMerchant functions
change this line
$params['restaurant_slug']=FunctionsV3::verifyMerchantSlug(
Yii::app()->functions->seo_friendly_url($this->data['restaurant_slug'])
);
to
$params['restaurant_slug']=FunctionsV3::verifyMerchantSlug(
Yii::app()->functions->seo_friendly_url($this->data['restaurant_slug']),
$this->data['id']
);
thanks
Thanks Basti!
cheers 
Can you please help me add a line in the search results page for vouchers? Eg, just like the getmerchantoffers function but for vouchers instead so that they also appear in the search results. Eg a tag that says “10% off [vouchercode] “
what do you mean? screenshot please 
Just like this: http://www.awesomescreenshot.com/image/1113426/21a5500a1507b3d28df334aa561f727d
Thanks!
1. domainname/store/home how to fix after domain name /store/home in address bar?
2.after installing new theme we did not receive any email notifications from customer and merchant signup, also when customer placed new order, but he received email bill from merchant but admin and merchant not receiving new order email ? but the same settings working with old version fine.
3.how to new SMS gateway in Karendriya admin page?
what can I do please let me know . Thank You.
1. what do you mean?
2. sorry there is no email send when there is new customer signup as well as merchant only notification at the backend
admin supposed not to receive any email once there is new purchase only merchant again please check if you put a correct email on merchant -> alert notification -> Email address
3. sorry no options for this
thanks
HI Basti,
1. what i mean my 1st question please look this image http://infiniteposters.com/files/findme/E3.jpgThanks
1. you can but these will only work on your homepage but when you try to browse your website still the /store will appear
you can try this open the file /controllers/Storecontroller.php and copy all the code on the functions actionHome and copy it to the functions actionIndex
Hi mate my facebook login is giving me a javascript error. can you take a look for me via ftp. thanks
there is issue on fb login it will be fixed on next update
Hi Basti
First off all Excellent update / new theme is amazing Well done.
I did the update, Front End is OK but I have the following problem:
1– Theme Settings do not appear in admin
I have read other purchasers comments but I don’t seem to find any place where I can tick the access to theme settings.
Where do i find “Tick the access to theme settings”? Why is Theme Settings not visible in my admin? How do i get Theme Settings in my admin section? I know I am doing something wrong. Please help.
Thanks
hi mate
1. edit your admin account and tick the access to theme settings then re login again
admin -> User List
thanks
Hay basati Hope you doing great and nice update. I tried to update my site bbut it seems to be not updating anything as i cant see any changes or new options in my admin after i do the http://mydomain.co.uk/update i cant see any updates. Can you please help.
hi mate
am good thank you
what you did is just update the database
you will have to over write your server files i just mention that on the document
replace your assets folder and protected folder but over write the folder config
again before doing that please backup your server files so you have a backup
thanks
i can change layout myself? source code is able to edit? can change your name enterprise? change karenderia in admin or other pages to my name? do it for one client, but need appear my name.
hi mate
i see that you have already purchase thank you
yes you can edit the layout as the source code is not encrypted
thanks
How can I set a restaurant to only preorder ? its japanese food but just delivery on demand pre ordered.
In new theme, I need to remove one field of ..store/PaymentOption , there’s city, state, postal code.. I tryed to comentary this part of code
The field disappear and I can fininsh the order, but the balloon don’t show “sucess” , it shows ‘ERROR’ in a orange ballon.. and merchant receives the order normally.
isset($client_info[‘zipcode’])?$client_info[‘zipcode’]:’‘
,array(
‘class’=>’grey-fields full-width’,
‘placeholder’=>Yii::t(“default”,”Zip code”)
))?>
So.. how can I remove one field without showing error message ?
<divs> included
of course on profile..address book the customer won’t be able to see many fields, I just need to remove one field from payment option and the same in address book.
2- and how to edit merchant slugs in this new theme ?
hi mate
first i don’t suggest removing any fields you can just hide theme via css so you won’t have to change anything on the action
to edit the merchant slugs when you edit the merchant there is merchant slug fields
thanks
In which file and which part of the code ? I need to hide one field on payment option, and one field on address book..
you can hide those via css you can edit the css file assets/css/store.css
for example the id of the fields is myid and in your css you will add like this #myid{ display:none;}
hello i see that live demo of your site with new theme page load take 1100 KB. and i just delete all my old files and installed fresh copy of new theme, and not done any thing and my page load taking 2300 kB. why your files take 1100 and mine 2300kb… what i am doing it wrong. Please let me know as you have aslo just updated the files and i also. But my page load is double what is the reason Please help me
hi mate
you have to activated the Website Compression on theme settings -> Website Compression
but there is missing files on the package you have to download this file http://multiple-restaurant.codemywebapps.com/helpfiles/filters.zipand extract to the folder protected
it will be like this /protected/filters/HtmlCompressorFilter.php
thanks
Hello basti , Thanks for answer. Don’t know what part i am missing, I just install the file u sent me and enabled the theme setting to compression. But still my site v j u dot in show 2200 KB. is there any other setting.
send me your ftp access i will check
thanks
I have already sent, Please check if you recieved…. If you can upload demo version on my site, then also its great… I just need load time as ur demo version. Thanks
admin login not working ftp not working
Response: 421 10 users (the maximum) are already logged in, sorry Error: Could not connect to server
Is it possible to remove State/Region field in forms?
yes you can
you can hide them via css and make sure you remove this line ‘data-validation’=>”required”
tahnks
BUG: I have tested, and i have 2 restaurants with ratings 4.5 and 5 stars, but on main page, in Featured Restaurants section they are all with 3 stars.
hi mate
correct someone already reported those issue sorry about that mate you can apply the quick fixed
open the file /views/store/index.php and after this line $address.=” ”.$val[‘state’].” ”.$val[‘post_code’];
take note at the end of post_code i added semi column ;
add this line
$ratings=Yii::app()->functions->getRatings($val['merchant_id']);
and change this line
<div class="rating-stars" data-score="3" />
to
<div class="rating-stars" data-score="<?php echo $ratings['ratings']?>" />
thanks
add a class concat-text on merchant name, address and cuisine
open the file views/store/index.php
example
<h4><?php echo $val['restaurant_name']?></h4>
to
<h4 class="concat-text"><?php echo $val['restaurant_name']?></h4>
note you will applly the same on cusine and address
Basti, i did this also and again same problem occurs…
update your files with the new update as this already been fixed
Great
– I thank you for your help, i extended the support for 6 more months
cheers 
hi mate i have this issue that keep coming up. on mobile picture upload when i upload my picture it will show then a couple minutes late it will delete and then karendaria logo will show on only mobile. can you fix this for me please. thanks.
yea when you add the mobile version image in admin panel it disappear from admin panel and goes back to custom one from karendaria. i was able to find logo-mobile.png and replace with mine so i am all set for now but please fix this so i can add the image from admin panel instead in the future. thanks. 
there are 2 logo now on admin panel 1 for desktop and mobile
check admin -> settings