29718 comments found.
email sent
reply sent
bastikikang in regards to the push notifications, when getting a google cloud messaging api/server key.
It now uses firebase so I have added one for iOS and one for android, do we use the new style server key or the old legacy version? also do you know if I need to upload developer app cert and production app cert?
any help on getting push notifications setup would be greatly appreciated!
hi mate
please post your question in mobile app 
sorry

Blanc merchant page after updating.
I’ve updated so the /store is removed from the address but the merchant page aren’t displaying anymore.
Fixed it. Thankx
glad to hear that mate cheers 
hi mate
how can i change the color and “k” logo in the admin/merchant login page?
you can change the css in the file assets/css/admin.css and look for .login_logo
change this line background:url(”../images/store-logo4.png”) no-repeat;
Hi!
I have trouble with two more things
The dropdown for timepicker in food order from desktop is showing AM and PM at left side even if I have choosen the 24h format. Graphic could be better on the timepicker. On mobile it shows 12h format even if 24h is in settings. Maybe a timepicker like this: http://www.jqueryscript.net/demo/Minimal-Sliding-Timer-Picker-Plugin-For-jQuery-mtimepicker/
The grammer in the review section is really hard to translate. It adds letter efter my translated swedish word as it still was english so It’s all mixed up. Is it possible to add line in language file with next system update to hard set the words instead of this?
Like this hour = timme hours = timmar
hi mate
can you send me screenshot?
the link you gave does not work well in firefox and chrome so am assuming it will not work as well in mobile device
Still need some help with the time picker. Is this something that can be used?
http://www.malot.fr/bootstrap-datetimepicker/demo.php
Screenshot is comming later on.
hi mate
you can change the time picker if you, you can change it to what ever you want you just need to modify the files views/store/menu.php and add those library
cheers
Timepicker in mobile is 12h AM/PM only. System set to 24h… Will this be fixed in new version?
hi mate
here is the quick fixed open the file components/functionsv3.php
and look for function timeList()
change the whole functions to this
public static function timeList()
{
$website_time_picker_format=getOptionA('website_time_picker_format');
$options[""]=""; $min30=array('00','30');
foreach (range(0,23) as $fullhour) {
if ( $website_time_picker_format=="12"){
$parthour = $fullhour > 12 ? $fullhour - 12 : $fullhour;
} else $parthour = $fullhour > 12 ? $fullhour - 0 : $fullhour;
foreach($min30 as $int){
if($fullhour > 11){
//$options[$fullhour.".".$int]=$parthour.":".$int." PM";
if ( $website_time_picker_format=="12"){
$options[$parthour.":".$int." PM"]=$parthour.":".$int." PM";
} else $options[$parthour.":".$int.""]=$parthour.":".$int."";
}else{
if($fullhour == 0){$parthour='12';}
//$options[$fullhour.".".$int]=$parthour.":".$int." AM" ;
if ( $website_time_picker_format=="12"){
$options[$parthour.":".$int." AM"]=$parthour.":".$int." AM" ;
} else $options[$parthour.":".$int.""]=$parthour.":".$int."" ;
}
}
}
return $options;
}
Dear Team,
Please find this link https://dostawaexpress.com/page-terms-and-conditions
Content not looks good because there is no rich editor please find the 2 attachments if we can get rich editor in merchant information that good be very good for us
https://www.picbic.com/design/#/view/photo/uxgop2wtghwsx08o/Screen Shot 2017-01-09 at 8.25.21 PM.png https://www.picbic.com/design/#/view/photo/i957jqwdownkf0mr/Screen Shot 2017-01-09 at 8.24.58 PM.pngIf we can use the same editor with you have given in merchant info
hi mate
edit the file views/store/custom-page.php
remove the htmlpurifier so it will display as html
and please don’t copy and paste the content like word document
<?php
$this->renderPartial('/front/banner-receipt',array(
'h1'=>$data['page_name']
));
//$p = new CHtmlPurifier();
?>
<div class="sections section-grey2 section-custom-page" id="section-custom-page">
<div class="container">
<!--<p><?php //echo $p->purify(stripslashes($data['content']))?></p>-->
<p><?php echo stripslashes($data['content'])?></p>
</div> <!--container-->
</div> <!--sections-->
i got this and i want rich editor on contact updating place also
because our customer every time the need to use html code we can get some thing like rich editor
open the file views/admin/custom-add.php
change the class name summernote to big-textarea
example
,array('class'=>"uk-form-width-large big-textarea",'data-validation'=>"required"))
In page creation we need HTML content also can be because its showing like paragraph
hi mate
edit the file views/store/custom-page.php
remove the htmlpurifier so it will display as html
and please don’t copy and paste the content like word document
<?php
$this->renderPartial('/front/banner-receipt',array(
'h1'=>$data['page_name']
));
//$p = new CHtmlPurifier();
?>
<div class="sections section-grey2 section-custom-page" id="section-custom-page">
<div class="container">
<!--<p><?php //echo $p->purify(stripslashes($data['content']))?></p>-->
<p><?php echo stripslashes($data['content'])?></p>
</div> <!--container-->
</div> <!--sections-->
bastikikan in relation to payments ,can you explain how its supposed to work?
Admin receives full order payments? or just the commission?
would it be possible to get it in some detail please?
hi mate
there are 2 types of merchant
1. commission = all the payments will go to website owner it means the website owner will directly receive the customer payment and merchant will have earnings in there panel and merchant will need to request a payout to get there earnings and website owner will approved that payout
2. membership = all payments will receive by merchant and merchant will need to pay the membership monthly yearly depends what you set on the package
hope that helps
Thanks bastikikang that helps a lot!!! greatly appreciated
cheers 
I have issues uploading files and get an ‘undefined error’. I have the uploads folder set to 777
hi mate
try this open the file assets/vendor/ajaxupload/fileuploader.js
change this line
xhr.setRequestHeader("Content-Type", "application/octet-stream");
to
xhr.setRequestHeader("Content-Type", "application/json");
I have already tried that and it didn’t work
send me your ftp and admin login so i can check
it should work 
leave a comment here once you send it so i will be notified
ive sent you the cpanel login details
reply sent
We are planning to add some extra features but we noticed that uses yii1. Are you planning in long term to migrate to yii2?
hi mate
sorry mate right now i don’t have plans for yii2 
Dear Basti,
Does Karenderai support printing at merchant site. if yes, does it have to be a specific printer?
Thanks,
Rawand
hi mate
in next update it will be
am waiting for the thermal printer to arrive
in my country the other one has arrived just waiting for another thermal printer so i can do a test
here is the printer that i ordered
http://www.banggood.com/POS-5890K-58mm-Thermal-Receipt-Printer-Support-WIndows-Linux-p-1053549.html?rmmds=myorderThat would be great if you could implement this as soon as you can. I will not publish Karenderia to restaurants until this new feature get implemented.
Would you give us an estimate, how long it mayl take for the new update to be available, with this feature enabled.
Thank you Basti
hi mate
i will
am not sure yet cause the printer its still on its way
its weird cause the printer ships to another country before it ships to my country
that is why its taking to long to arrived 
Hello my friend!
I wonder if it is possible the following situation, the restaurant will remain open for orders from the moment it is logged into the restaurant admin, when it logs out the restaurant is closed.
It is possible?
Thank you
hi mate
you mean when the restaurant/merchant logins to /merchant panel?
it is very much possible but this needs edits in the code to achieve this one
you are welcome to hire your own developer to have this one
Hello Friend!
Exactly that friend, when the restaurant logs in the restaurant is open, when you log out it gets closed!
Need a lot of code for this? Can you do that, my friend? If so, how much would you charge to make this change?
Thank you friend!
hi mate
i can do that but not right now
am still working on another update
maybe you ca contact me next week? if you can wait
OK my friend
Okay, I can wait!
I’ll get in touch the other week! Thank you!
ok mate cheers 
another question: for example my website is not only for FOOD, but for any delivery .. like Flowers or Gift or so when I think more I see its become MALL script. so.. here is the question, how I can seperate this, for example by Categories. I do see you dont have any category??? any sugesstion? like I have all FOOD industry but I have Flower company too.
hi mate
you will need to add a new fields in the database you will need to add categories
and modify the code 
Hello another question, I want to update some pages, but cant find where its read the listing page .. the block item part? http://zonaenvio.com/searcharea?s=Villa+Bosch%2C+Buenos+Aires+Province%2C+Argentina&display_type=listview for example, I need to change the design of this listing page
hi mate
you can find that template in views/front/search-list-1.php and search-list-2.php
thanks, I find it but I also find some browser list, I think that old one,.
you can find the browse page in views/front/browse-list.php
Hello another question, I want to update some pages, but cant find where its read the listing page .. the block item part? http://zonaenvio.com/searcharea?s=Villa+Bosch%2C+Buenos+Aires+Province%2C+Argentina&display_type=listview for example, I need to change the design of this listing page
hi mate
you can find that template in views/front/search-list-1.php and search-list-2.php
hey basti,
i have problem with opening time please check your mail and answer it…
Thank you
reply sent
Hey Basti,
Please check your mail please.
hi mate
please wait for my reply
cheers
hi mate check again 
i asked you if you did not change the code you say you did not but when i check you did change the file functions.php 
this line $booking_time=date(‘h:i A’,strtotime($full_booking_time));
that is why the checking of time is not working 
Hi Basti is there a way I can get the link to a particular webpage for example app/restaurantname/menu or app/restaurantname/booktable instead of the default thats there now so I can link from another site. Thanks
hi mate
hmmm you can but you need to create action controller for every merchant
please check how controller works in yii
http://www.yiiframework.com/doc/guide/1.1/en/basics.controllerI need help to complete the installation. I do the 3 steps of the configuration but I can not access the administrative page of a 404 error.
Can you help me?
I was able to solve the installation problem.
Now I have a problem with language and currency management that does not open. Error 500 appears.
hi mate
send me your admin login 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
Hello. I try to import the data I scrap, here is a problem, so I format all as your demo data , import fine.. but .. need to import them activated. for exampel , I need from at once add them to the FREE pack I create .. my question is this, can you send me wich file is doing the Data Import? so I can add more fileds to it? thank you , right now I have to go back to the siter and manually acitvate and give date to the merchant,
hi mate
sorry but what do you mean?
you can study the table _merchant
you need to fill all the fields there status and package_id if you your merchant is membership
well I finish all from Mysql.. so was much easy to add new ones 
cheers mate 
Hi basti what is the file to change checkbox to dropdown http://img15.hostingpics.net/pics/896683Sanstitre2.jpg
hi mate
the file is models/food-item.php