29726 comments found.
Hey when someone sign in with google at time of checkout he/she get redirected to homepage instead of back with cart/checkout which result in customer has to readd all the items
hmmm i just tried on my end its working fine mate
no please check qhungry.com
Hi, I want to change the word ‘cuisine’ to ‘category’ in entire site, possible? if yes, how? thanks.
simply change it in your default language file 

Hi Basti, I desperately need to know how to add ‘Dish Icons’ to the Mobile App.
This line in app.js is picking up the correct Dish numbers but no images:
html+=’
‘val.dish‘
’;This is what I see on the app:
[“5”,”6”,”8”,”7”]
What am I doing wrong?
(Dish Icons are working fine on the website)
html+=’
‘val.dish‘
’;(code not displaying correctly here!)
sorry what do you mean?
I want to disable the order in admin
Is it possible to change the recaptcha to the lower security level. The existing one annoy people
am not sure if there is a settings for that
that is google recaptcha
Yea. I use it on the hosting site also but there it is only the tick not the pictures
After consulting Google there is no settings for that
thanks for the info that is what i thought as well
cheers
Installation has failed. Missing data CLick here to install again
this error message showed to me every time I tried to install the new version! don’t know why i tried every solution you reply in the comment thread inside the code canyon and nothing changed
can you give me the link ? or send me it in private so i can check?
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
I tried many times to install the new version even I delete the old one from the server and install it on a new server and nothing is done I use another browser and I search all the related error in this comment thread and the same error still available Installation has failed. Missing data CLick here to install again
can you give me the link ? or send me it in private so i can check?
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
How can I add a link to a custom page in the top menu
in components/functionsv3.php look for getMenu
Thanks

ops, wrong topic…

Hey I want to add popup option on front page like when customer visit it shows them I can add some text like coupon etc can you help me thanks
use http://dimsemenov.com/plugins/magnific-popup/
i already use this in krms
just add the code in views/store/index.php
Hi basti, Can I ask you something? it is true that This guy worked 2 years at the project Karenderia? http://imgur.com/a/gVn8k
can you give me the link of this person?
i never heard about this guy
ok thanks!
cheers 
basti please check your email. I sent you the information for ftp
send
Hi Basti, i changed the php version from 5.4 to 7 and the website stopped working, i reverted the changes and now i am not getting order Emails, can you please help me update the php version and get my emails working?
Edit: even the sms is not working. Also if the address is not put in the popup It says free delivery, where in i have a fixed delivery charge for every restaurant
i suggest stays with php version 5.4 or 5.5
I rolled back to 5.4 but 1) i am not getting order e-mails/ SMS 2) The delivery charge is not getting added until you put address in popup
did you check your email logs?
ofcourse it will not add any fee cause there is no based for calculation
1) Where do i check e-mail logs? 2) But previously i didnt have this error as i have fixed delivery charge and not based on kilometres
admin -> email logs
2. if your merchant has default delivery fee it will have a fee but it does not it will not have a fee
the delivery fee is calculating between merchant address and customer location
I am not able to Find email logs, and my merchants have default delivery fee but not showing until address is updated.
address is needed for to calculate delivery fee if there is no delivery fee no base for calculation hope that helps
what do you mean you cannot find any email logs? you cannot find the menu or there is logs ?
but Previously without address also it used to show default delivery amount. now it say 0.
I cant find the menu
it will if you merchant has default delivery fee in merchant -> settings
that is the fallback for delivery fee
Today i updated my website script with your latest one. I just overwrite asset & protected folder and got these errors:-
Get Error on overwriting ASSET folder
Browser error uploading sprite@2x.scss
Get Error on overwriting PROTECTED folder
Browser error uploading cart.php
Browser error uploading menu-location-error.php
Browser error uploading guest-checkout.php
mate check your ftp
its how you upload the files
make sure your ftp account has permission to overwrite the files
use filezilla for ftp
I just use web FTP which i got from my host and overwrite those folders.
its better to use ftp software like filezilla
Please give me the file path of those files. I’ll update it through filezilla.
its assets folder and protected folder
steps for updating
1. rename the folder assets and protected folder
to assets-old , protected-old
2. upload the new file assets and protected
3. change the db config open the file config/main.php and copy the old db configuration in your old protected/config/main.php
4. run the update db found in your admin panel and run the update merchant info
5. and copy again all your modules to protected folder
cheers
updating without affecting your site needs http://winmerge.org/ you will have to check what new file is added and updatedusually the folder that been update is assets and protected folder
Hi, thank you for the fix for the installation in version 4.3 Unfortunately we are encountering an issue when we try to go to the admin login page, please find the error below:
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/restaurant/protected/components/Functions.php:9283 Stack trace: #0 /var/www/html/restaurant/protected/controllers/AdminController.php(36): Functions->AAmenuList() #1 /var/www/html/restaurant/yiiframework/web/CController.php(306): AdminController->beforeAction(Object(CInlineAction)) #2 /var/www/html/restaurant/yiiframework/web/CController.php(286): CController->runAction(Object(CInlineAction)) #3 /var/www/html/restaurant/yiiframework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) #4 /var/www/html/restaurant/yiiframework/web/CWebApplication.php(282): CController->run(‘login’) #5 /var/www/html/restaurant/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘admin/login’) #6 /var/www/html/restaurant/yiiframework/base/CApplication.php(185): CWebApplication->processRequest() #7 /var/www/html/restaurant/index.php(50): CApplication->run() #8 {main} thrown in /var/www/html/restaurant/protected/components/Functions.php on line 9283
Let us know what we can do to resolve this. Thanks.
please download the latest version 4.4
cheers
can you try to re install again?
In addition, the homepage has an error before it finishes rendering: Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/restaurant/protected/components/FunctionsV3.php:1893 Stack trace: #0 /var/www/html/restaurant/protected/views/store/index.php(178): FunctionsV3::getCuisine() #1 /var/www/html/restaurant/yiiframework/web/CBaseController.php(126): require(’/var/www/html/r…’) #2 /var/www/html/restaurant/yiiframework/web/CBaseController.php(95): CBaseController->renderInternal(’/var/www/html/r…’, Array, true) #3 /var/www/html/restaurant/yiiframework/web/CController.php(869): CBaseController->renderFile(’/var/www/html/r…’, Array, true) #4 /var/www/html/restaurant/yiiframework/web/CController.php(782): CController->renderPartial(‘index’, Array, true) #5 /var/www/html/restaurant/protected/controllers/StoreController.php(140): CController->render(‘index’, Array) #6 /var/www/html/restaurant/protected/controllers/StoreController.php(148): StoreController->actionHome() #7 /var/www/html/restaurant/yiiframework/web/actions/CInlineAction.php(49): StoreController-> in /var/www/html/restaurant/protected/components/FunctionsV3.php on line 1893
Hi bastikikang, We have reinstalled with the latest zip file, and still getting the same error when trying to login to the admin, and accessing the homepage. On the admin page, it shows this error (when we have errors turned on):
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/restaurant/protected/components/Functions.php:9283 Stack trace: #0 /var/www/html/restaurant/protected/controllers/AdminController.php(36): Functions->AAmenuList() #1 /var/www/html/restaurant/yiiframework/web/CController.php(306): AdminController->beforeAction(Object(CInlineAction)) #2 /var/www/html/restaurant/yiiframework/web/CController.php(286): CController->runAction(Object(CInlineAction)) #3 /var/www/html/restaurant/yiiframework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) #4 /var/www/html/restaurant/yiiframework/web/CWebApplication.php(282): CController->run(‘login’) #5 /var/www/html/restaurant/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘admin/login’) #6 /var/www/html/restaurant/yiiframework/base/CApplication.php(185): CWebApplication->processRequest() #7 /var/www/html/restaurant/index.php(50): CApplication->run() #8 {main} thrown in /var/www/html/restaurant/protected/components/Functions.php on line 9283
hmmm can you send me your ftp access so i can check? and your admin login might be issue with your php version
Wow! You’ve been busy! I am installing it and it is saying (CDbConnection failed to open the DB connection.) I have tried ubuntu and xampp on windows and same error. I have also tried uncommenting different sql modules in php.ini and nothing has worked.
check your db connection string in config/main.php
and make sure your pdo is enabled in your server
yii is using pdo
Hi, I have installed the site successfully, I am not able to access admin page. I get 500 Internal Server error. Do I need to update any more config file??
check your server mod_rewrite and RewriteEngine
let me know if you still cannot make it work
Hi mate, I have checked on hosting server both are on mod_rewrite and rewriteengine. I can able to access store, merchant screen but not admin.
Hi, I managed to fix the issue, it had PHP version 7 on my hosting server,once I downgraded to 5.5 it started working.
glad to hear that mate cheers
but this should work in php 7 just fine i see many customer using php 7 server
Offline Credit Card could do with Card logos…. Choose your card type… Visa Debit, Visa Credit, Mastercard and AMEX
sorry no logos available for offline cc use pay on delivery it has logo
cheers
Hey when customer is selecting time for delivery it accepts even for 5 min how to set it up for minimum time like 30 min etc
am not sure if the time picker has options to do that or we can check it via code
right now those are not available
maybe i can add those in next update