29718 comments found.
Show Merchant Phone Number, Customer Name & Customer Number in admin Dashboard refer the screenshot https://prnt.sc/mh9t3v
for admin -> incoming orders
1. edit the file views/admin/incoming-orders.php
in table add the column mobile number example after name of customer
<th width="6%"><?php echo Yii::t('default',"Name")?></th>
<th width="6%"><?php echo Yii::t('default',"Mobile number")?></th>
2. in components/ajax.php function AllOrders() change the query to this
$stmt = "
SELECT SQL_CALC_FOUND_ROWS
a.*,
b.restaurant_name,
concat(c.first_name,' ',c.last_name) as client_name,
d.contact_phone
FROM {{order}} a
LEFT join {{merchant}} b
ON
a.merchant_id=b.merchant_id
LEFT join {{client}} c
ON
a.client_id = c.client_id
LEFT join {{order_delivery_address}} d
ON
a.order_id = d.order_id
$sWhere
$sOrder
$sLimit
";
and after the name include the mobile number
$val['client_name'],
$val['contact_phone'],
could u tell me where to add $val[‘client_name’], & $val[‘contact_phone’], also how can i show the restaurant phone number
Hi, thank you for your previous answer,
I have switched to php version 7.0 and now im getting this error
Fatal error: Uncaught CException: Application runtime path ”/var/www/tasty-24.com/public_html/protected/runtime” is not valid. Please make sure it is a directory writable by the Web server process. in /var/www/tasty-24.com/public_html/yiiframework/base/CApplication.php:294
Stack trace:
#0 /var/www/tasty-24.com/public_html/yiiframework/base/CApplication.php(281): CApplication->setRuntimePath(’/var/www/tasty-...’)
#1 /var/www/tasty-24.com/public_html/yiiframework/web/widgets/CHtmlPurifier.php(127): CApplication->getRuntimePath()
#2 /var/www/tasty-24.com/public_html/yiiframework/web/widgets/CHtmlPurifier.php(117): CHtmlPurifier->createNewHtmlPurifierInstance()
#3 /var/www/tasty-24.com/public_html/yiiframework/web/widgets/CHtmlPurifier.php(84): CHtmlPurifier->getPurifier()
#4 /var/www/tasty-24.com/public_html/protected/components/AjaxAdmin.php(82): CHtmlPurifier->purify(‘admin’)
#5 /var/www/tasty-24.com/public_html/protected/controllers/AdminController.php(251): AjaxAdmin->login()
#6 /var/www/tasty-24.com/public_html/yiiframe in /var/www/tasty-24.com/public_html/yiiframework/base/CApplication.php on line 294
you did not install kmrs that is why the folder runtime is not created
to fixed this just create the folder protected/runtime and set the permission to 777
Ok thank you. I will try
Uncaught exception ‘CDbException’ with message ‘CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1449 The user specified as a definer (‘root’@’localhost’) does not exist. When I search o click in Browse Merchant.
hi mate
looks like the error is your database connection?
check your db connection in protected/config/main.php
on this section
'db'=>array(
'class' => 'CDbConnection' ,
'connectionString' => 'mysql:host=localhost;dbname=restomulti',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'mt_',
),
where can i manually enter stripe keys for merchant from code. Because its giving me error api key is invalid. But my api keys are valid.
Thanks
those api keys working from the admin panel but not from the merchant
hi mate
there are different types of merchant
so the settings will depends in your merchant
if the merchant is commission it will use the admin -> stripe settings
if merchant is membership it will use the stripe settings in merchant panel
It’s a membership account. Obviously commission merchant doesn’t even show stripe option in merchant at the first place
if membership you need to set the stripe credentials under merchant panel
and make sure the stripe is enabled in admin -> payment gateway settings
Yes stripe is enabled. Then I put app keys in stripe merchant. It’s still not working
what is the error?
Yes. I did exactly same. Please check the screenshot. Still doesnt work
How to manually enter strip api key from code?
mate you don’t need to enter manually the api from the code
the stripe is working 100%
send me your admin login and let me know which merchant to test so i can check your settings
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
if the error is invalid api key that means your api key is not correct

hi dear Do you have any tutorials on how to program to make the app? I want to do for android and apple, I’ll start with android, have some step by step, or where do I start ??
kindly post this question in mobile app 
Hi dear, Do you have any tutorials on how to program to make the app? I want to do for android and apple, I’ll start with android, have some step by step, or where do I start ??
kindly post this question in mobile app 
Hi Basti, is it possible to replace radio buttons by a dropdown list for the addons? I have over 20 different choices for an item and all these buttons are too much.
you can but only if the addons can be selected is one
email me here i can provide you a simple quick fixed
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
cheers
Hi Basti,
Email sent.
Cheers.
Hi Basti, don’t forget me 
reply sent
Hi Basti,
I didn’t receive anything.
Cheers.
Hi Basti,
Don’t forget me please 
Cheers.
Hello,
It is very urgent for us to fix this.
Could you answer me please
I’ve never received your e-mail.
Regards.
already replied in your email but my email keeps bouncing
here is my answer
do this in models/food-item.php change this line
$enabled_select_addon=False;
to
$enabled_select_addon=true;
Hi Basti,
I finally received your email! Thx. It works but not on the mobile version of the website :/ How can I manage it?
hi mate
sorry we cannot make it on mobile app as mobile app is different from web
Hi Basti,
I’m not talking about the app but the mobile webview. When we access the website from a mobile, it doesn’t work.
Hi Basti,
Could you please answer me?
Cheers.
.
ah sorry i haven’t add this in mobile app
i need to check the code first
Doesnt support smtp settings. Is that true?
it does support smtp
cheers
Hi dear, In mobile app addon page in admin panel, the meta tittle coming like this “Karinderia Multiple Restaurant – Settings Index”, I tried to change but i cant find exactly where it is located. please tell me how to change this.
its using default app title you can change it in config/main.php
‘name’=>’Karinderia Multiple Restaurant’,
or in your mobileapp files controller/apicontroller.php under in function actionSettings()
add this
$this->pageTitle=”my page title”;
hello
I want to use it for one restaurant How to make it work sing restaurant not multi .?
thank you
i already posted the quick for this kindly search in comment sections
cheers
I tried searching the comments but I did not find Is it possible to help me quickly? thank you very much
Hi mate!
please check K-Restaurant Mobile App
K-Restaurant Mobile App = is addon for Karenderia Multiple Restaurant System which you can offer to your merchant to have their own application in short this is to make Karenderia Multiple Restaurant System as single restaurant
you can offer this to your merchant to have their own app with their own brand name
Yes, I know it. Thanks But I want it on the site too
hi mate
you need to force the home page to redirect to your merchant menu
edit the file controller/StoreController.php
look for function actionIndex()
example my merchant menu is /menu-mcdonal
edit the index to
public function actionIndex()
{
$this->redirect(Yii::app()->request->baseUrl."/menu-mcdo");
Yii::app()->end();
}
already replied
thank you basti for your reply do not worry dude , dude everything fine but i still have some sort of issues that i still couldn’t find the right solution for it i hope you can help me with and explain for me 1- first one i have api key setup 100% working fine + SSL and when the browser asking me to share and allow my Location , and tick accept it shows a No results found message and i attached you a screenshot to look at it http://tiny.cc/o1ox2y
2- also at the merchant store the Distance: not available ! i had setup a delivery fee and charges and Delivery Est: 1 hour from merchant settings but the Distance still not available , and also i turned on the Enabled Map selection Feature (for delivery transaction) but i think its useless ! nothing appears for me on the controls shows the customer Location that pointed on the map !! i dont know ! how to showing his address via this Feature at the control panel !!!! and how i can act on this Feature !!!
3- also i couldn’t find any solution to change the Default search , when you opening the site you will get atomically Find restaurants near you option i want to change this to selection to the number 2 option which is Find restaurant by name as Default instead of the Find restaurants near you option to make the object easier on the customer
4 – another question How i can put the allow cookies at the bottom of the homepage ! !
5 – i’m planing also to buy the Karenderia Driver Mobile App and the Karenderia Mobile App Version and also the Karenderia Order Taking App , so the question is ! do i will face any issue due i have a SSL installed on my website , so its supported Links works during the SSL encryption works !
can you please send me your contact email
thank you for understanding
Best Regards
another question when you gonna release the newest updates for apps and the website script ! cause i’m planning to buy them with latest update
double post?
i turned on the Enabled Map selection Feature (for delivery transaction) but i think its useless ! nothing appears for me on the controls shows the customer Location that pointed on the map !! i dont know ! how to showing his address via this Feature at the control panel !!!! and how i can act on this Feature !!!
hi mate
this features is to point the exact location of the delivery address
we cannot use the address by google cause its not accurate so the best way is for customer to put there own address and plot the location in the map
for delivery
Hi, Firstly I have so many questions and issues and ideas in my mind, but bit confuse to send you all, because realize you are too busy.
I asked some but some of your support team only guide to change in files, which I already know the file.
But bit guide line need to alter the code, because all code is links with others and if alter something, make all the site wiggly giggly in my words… but as concern your personal response… super duper and professional super man, I read most of your responses in past about 2 years 3 years back… and then get some help to learn something.. even some time whole night without sleeping, and next day.. sleep on sofas while watching TV. My daughter put blanket on me, take off my socks… now just because of your codes, very happy more than before…Thanks
Oops, long message… come to point now…
1- How to show the message ” Add more $xx because minimum order for this restaurant is $xyx ....” this message will show in Menu right sticky sidebar …. under the Order summary ?
2- Auto Add the Delivery City name with Area Postcode and the DeliveryCharges instead of auto open Delivery Charges in the Merchant Menu….
Please see the other all images for some ideas in my mind and need some help how to do.. if have some time…
I bought this script to get some help as you said, if you have some time, then much appreciated – but if any of reasons you are busy .. no worry at all… just do as you are doing.. because that is much important you are doing… because may be this is just for myself .. but which are you doing that is much perfect and for all… so your time is most important..
Thanks again for all… These are links of Screenshots….
https://ibb.co/GkX4jQ8 https://ibb.co/TbCYrDP https://ibb.co/fxPDfFj https://ibb.co/Stwmds8 https://ibb.co/GpsC2w1 https://ibb.co/V9Mxx71 https://ibb.co/gTYTYDY https://ibb.co/dLKZXZzYours truly, Best regards
hi mate
1. is this the message when minimum order does not meet?
you can change it via language file
$lang[‘Sorry but Minimum order is’]=’’;
2. this will have delivery charges if you select your location in homepage but due to more select of location per area you will have to select it from the list
for the screenshot sorry but this new features
i cannot provide any code yet cause this is not available
am very interested in referal is this link to referal system?
cheers
i get “sending email failed” when testing email..error occurred The following From address failed: admin@eziban.com : Called Mail() without being connected
are you using smtp to send email?
if yes try to use php mail basically they are both the same
Hello , any news about this comment https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694/comments?page=675&filter=all#comment_21112455
already replied ?
please check you Kartero comments also i am waiting for last 3 days but you have not reply there but here you give reply to every one please check kartero comments thanks .
: )
hi mate
sorry am going tru comment section and my support
if we did not reply today please repost it ahain
cheers
where can I see my error logs. I think there is something wrong with my twilio code
Hi mate!
hi mate that is fine its only php notices
that is cron jobs logs
try to enabled error reporting in index.php so you can see what causing the error
ini_set(“display_errors”,true);
I’m not receiving any sms messages. Please help. Thanks!
Hi mate!
if the sms is pending then you forgot to run the cron jobs that will process your sms
in admin -> cron jobs -> cron/processsms
run this in your cpanel
if the sms is process, it’s not in the app anymore. please check your hosting about
this because sending of messages depends on the server
hope this helps
I would like to introduce another payment method if i send you the api documentation and I pay an extra will you do it for me?>
Hi mate!
sorry but the author is not available at the moment
for he is busy with the mobile app
cheers
Hi all works good my friend. How can users make a review when they did an order. is there some setting i’m missing?
Hi mate!
users can make a review depending on the settings
there are 2 types of review or rating
in admin ->settings -> reviews ->Review Type
1. review per order = this means customer can only leave a review on their order
they can give rating in customer profile order tab
2. review merchant = this allow you to add review directly in merchant menu under review tab
cheers
thanks but I’m referring from the merchant app they cannot make reviews right?
merchant app?
there is no reviews in merchant app maybe in mobile app?
im refering to the single restaurant app
at the moment single app is not yet updated with this new functions
Hi, i have purchased the product and runing it on php 7.2 but could complete the installation. I will wait for you quick reply.
Thank you.
Hi mate! kmrs is not stable in php version 7.2 but will work in php 7.0
so if you have option to downgrade to PHP Version 7.0.30 or php 5.6 that would be great