29731 comments found.
I sent you an email last week. I installed it, but / admin gives HTTP 500 errors. How can i fix ? I sent you cpanel user and password. But you can write hear how to i can fix. I can do..
2- I want to custom theme for site und mobile apps. Can you do ?
Thank you
hi mate
sorry i cannot find your email the last email i can find is about apple submittion?
can you send it again in my profile section?
2. sorry at the moment am not available 
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hello, i sent you e-mail now.
reply sent
Thank you Basti, problem solved.
cheers 
Hello Basti, did you receive my message ?, I sent you my host account. Did you get to do something there? I am interested in buying more AdOns, if site works. Thank you.
reply sent
Hey Basti, what about those merchants who accept only COD or Offline payments? How can I get my comission? Is there any reminding or anything like freeze account while the pdf payment status is unpaid (after deposited timeframe) or anything else? Thanks a lot.
what what type is your merchant? membership or commission ?
I’am talking about comission of course. Memberships are fix priced.
if the merchant accept only cod sorry there is nothing we can do to get the money you and merchant should have agreement how to collect the payment
Oh, that’s too bad Basti. I would like to have a “suspending” solution for this cod case..
actually there is a possible solution
but only if your merchant accept online payment and cod
we can deduct the commission from the online payment if the transaction is cod
Yes, mate. Thank you. 
cheers 
Hi Basti,
We integrated our own online payment gateway. We used the files for “razor”. But for the mobile ordering we need to integrate this in another way I assume. I was wondering which of the web payment gateway is the best to replace with our own gateway to also integrate this with the mobile ordering app?
in mobile app its different your payment gateway should have api for mobile app like cordova plugin or rest api
so what do you recommend? do we need to create a cordova plugin custom for our payment gateway?
if you can create that would be great but if they have already have one you can use it also if they offer rest api you can use it as well like an api that will not redirect to the payment gateway website
the idea in mobile app is not to go to any website the form should stay inside the app
I’m not sure how to configure paypal live on the site
I have a very big question, I made a merchant’s registration and I paid with a card, it was debited and everything, but the merchant still continues as pending and the administrator received no warning and can not change the merchant’s pending status, this is an error or somewhere to set up
hi mate
the default it will ask them to enter verification code once entered it will change the status pending to active
dont disabled admin -> settings -> Disabled Verification?
also you can change the status of the merchant in admin -> merchant list -> edit merchant
hi there is some google map issue
when i entered my city name its not showing showing any result (no resturant found)
but when i entered “area name” then its showing all restaurants of my city
this issue only in google maps mapbox working fine
let me know how to solve this issue
thanks
hi mate
it will depends on google api how they geocode the enter address
its like this when you enter address in homepage i call the geocode of those address it will turn those address to lat and long so i can query the merchant which is close to those lat and long
cheers
is this the—when viewing site in mobile device? if yes in your assets/css/store-v2.css
look for this
.menu-nav-mobile a, .cart-mobile-handle a {
color: #fff;
display: block;
font-size: 30px;
}
in assets/css/responsive.css
.top-menu-wrapper {
background: #f75d34 none repeat scroll 0 0;
border-bottom: 2px solid #14171b;
position: relative;
}
i followed your video tutorials but it will not working for push message please guide me
kindly post your question in proper item 
Can you please make a video, how to update to newer version?
oh 
you just need to replace the file i mention in this list ?
http://bastisapp.com/helpfiles/4.7.htmlor use winmerge
How to use winmerge http://winmerge.org/ to update your files https://youtu.be/uOPvL44K0JYHello,
Is there a way to turn off merchant – I want the admin to be able to set the menu or have lots of merchants under one username and password?
The example is I will allow my customers to order from any restaurant but one of my drivers will collect the item and deliver it – I don’t want the restaurant to be involved.
sorry is this support question?
if yes sorry but i only answer who purchase my item
Hi, Basti
I created a new server and a new site with the updated version of Karenderia. When I try to login, nothing happens, I opened the log and found these messages:
.../yiiframework/collections/CAttributeCollection.php(51): CComponent->__get(‘validate_reques…’) .../protected/controllers/AdminController.php(191): CAttributeCollection->__get(‘validate_reques…’) .../yiiframework/web/actions/CInlineAction.php(49): AdminController->actionAjax() .../yiiframework/web/CController.php(308): CInlineAction->runWithParams(Array) .../yiiframework/web/CController.php(286): CController->runAction(Object(CInlineAction)) .../yiiframework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) .../yiiframe in …/yiiframework/base/CComponent.php on line 130
I researched the solution in your comments and found this:
“awesome! glad to figure it out
actually this is the only changes i made in main.php
this is turn on/off for csrf token and php session ‘params’=>array( ‘validate_request_session’=>true, ‘validate_request_csrf’=>true, ), cheers”
So I added these lines in main.php:
‘params’=>array( ‘validate_request_session’=>false, ‘validate_request_csrf’=>false, ),
and login started working normally.
But I need to know if these lines can stay this way, does this affect the security of the site or something?
the error does not help
i need your site link and ftp access 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 sent the email now, thanks mate.
reply sent
Sorry, I forgot to submit the site link, sent now
The log messages are being repeated and the log file is already with 1mb, also I received an error related to the driver module, the driver page displays a 500 error, can you help me? I sent you an email with the details
reply sent
I have problems sending sms from smsglobal I can send the test message from the test and also from the smsglobal panel but when the users register in the registry I get the following error: Failed .ERROR: 1002
i cannot find those error code in sms global
maybe the template is empty?
also check the sms logs in admin panel
apparently it was solved when enough the label [siteurl] from the template, now what happens is that it reaches some mobile number and others appears Failed .ERROR: 10001
awesome! cheers
DataTables warning (table id = ‘table_list’): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.
try to turn off error reporting in index.php
ini_set(“display_errors”,false);
hi guys
am doing a survey which addon would you like to add in KMRS
kindly vote here https://linkto.run/p/C9R31O2Ocheers
hello
Fatal error: Uncaught exception ‘CException’ with message ‘AdminController ne peut trouver la vue « cancel_order ».’ in /var/www/vhosts/httpdocs/yiiframework/web/CController.php:878 Stack trace: #0
you need to update the file controller/admincontroller.php
with this new code for cancel order in admin panel
and don’t forget to copy the new file in views/admin/cancel_order.php
How about adding some more SEO to it Basti? would be good for next update and only take a couple of min.
Something like this: view-source:https://gladni.rs/dostava-krilca
as you see I put the city in and also what cuisine they offer.
let me add it on my survey 
Oh Come on man. what survey….
Store cotroller…
//dump($res);
if ( $res['status']=="active" && $res['is_ready']==2){
/*SEO*/
$seo_title=Yii::app()->functions->getOptionAdmin('seo_menu');
$seo_meta=Yii::app()->functions->getOptionAdmin('seo_menu_meta');
$seo_key=Yii::app()->functions->getOptionAdmin('seo_menu_keywords');
if (!empty($seo_title)){
$quisine_get = FunctionsV3::displayCuisine($res['cuisine']);
$seo_title=smarty('website_title',getWebsiteName(),$seo_title);
$seo_title=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_title);
$seo_title=smarty('city',ucwords($res['city']),$seo_title);
$this->pageTitle=$seo_title;
$seo_meta=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_meta);
$seo_meta=smarty('city',ucwords($res['city']),$seo_meta);
$seo_meta=smarty('cuisine',ucwords($quisine_get),$seo_meta);
$seo_key=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_key);
$seo_key=smarty('cuisine',ucwords($quisine_get),$seo_key);
$seo_key=smarty('city',ucwords($res['city']),$seo_key);
Yii::app()->functions->setSEO($seo_title,$seo_meta,$seo_key);
}
/*END SEO*/
mate the seo addon that i will be making is complete seo 
not just like adding tags or description
I also mean like this
https://gladni.rs/dostava/novi%20sad
ah ok actually i tried the code you suggested am not sure but i does not work on my end
You need to add it to the SEO tags of course also like {city} etc lol
will do
Hello, I want to know how the payment works in the case of comission. First I get into my paypal account for example and then it is forwarded to the account of the customer or at the time of payment the value is already directed to the percentage of the merchant and mine ?? How it works, I’d like to know that.
correct
the process is like this when someone purchase to merchant all online payments will go directly to website owner and merchant will see there earnings on merchant panel and if merchant want to get his earnings they will need to request withdrawal and website owner will approve those payout and site owner will need to approved the payout and paid via paypal
Hello mate can we figure out to do a Table Booking received by the printer like the order? Thanks
you mean print the details of booking ? in printer addon modules?
Yes
ah ok will do take note in printer module addon
Yes mate please that’s a good thing to do it . It’s more attention for the restaurant . Because maybe the owner he is not chick his email or merchant
will do take note mate 