29731 comments found.
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
Hi Bastikikang, Firstable, that is a great system with awesome background coding ( Backend ). May I ask you a question about slider ? is it possible to add revolution slider to this system ? I already tried to add it to homepage however didn`t work maybe I can`t find the right file to add. could you please help me about it ?
Thanks in Advance
hi mate
thanks for your kind words 
i believe you can as the code is not encrypted
you can add your slider in the files views/store/index.php
btw you cannot add the wordpress slider you can use the stand alone rev slider
Hi below the code is for contact form i want change the country feild as drop down feild and need to add mulitple countries.
<?php $this->renderPartial(’/front/banner-contact’,array( ‘h1’=>t(“Contact Us”),/* ‘sub_text’=>$address.” ”.$country, ‘contact_phone’=>$contact_phone, ‘contact_email’=>$contact_email */ ));
$fields=yii::app()>functions>getOptionAdmin(‘contact_field’);
if (!empty($fields)){
$fields=json_decode($fields);
}
?>
<?php echo t("Contact")." $website_title";?>
<?php echo t(“We are always happy to hear from our clients and visitors, you may contact us anytime”)?>
<!hi mate
you need to change the code and add condition if the fields is = Country then display dropdown
and this is the code for the dropdown
<?php echo CHtml::dropDownList('country_code',
getOptionA('merchant_default_country'),
(array)Yii::app()->functions->CountryListMerchant(),
array(
'class'=>'grey-fields full-width',
'data-validation'=>"required"
))?>
instant of country we are planning for topics like support, sales like dropbox so give me the code and where we can replace the file please guide me asap
hi mate
you can change the file in views/store/contact.php
change the condition to this
<?php if ( $val=="message"):?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::textArea($val,'',array(
'placeholder'=>t($placeholder),
'class'=>'grey-fields full-width'
))?>
</div>
</div>
<?php elseif ($val=="country"):?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::dropDownList($val,
getOptionA('merchant_default_country'),
(array)Yii::app()->functions->CountryListMerchant(),
array(
'class'=>'grey-fields full-width',
'data-validation'=>"required"
))?>
</div>
</div>
<?php else :?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::textField($val,'',array(
'placeholder'=>t($placeholder),
'class'=>'grey-fields full-width',
'data-validation'=>$validate_default
))?>
</div>
</div>
<?php endif;?>
i want isntand of country i want type of contact like topics in dropdown list i will use country field or add onemore field topic customer can use like support, sales, restorent like that .. please help me asap
sorry what do you mean? if you want to modify the contact page you need to have knowledge in php this is not easy for non developers
i already give you the code about for dropdown country
Cason Delivery We are getting error website name: www.dostawaexpress.com admin access: demo / demo please help me asap
hi mate
can you give more info about the errror?
also next time don’t post your access here as everyone can read it
let me know the issue so i can check also send me your ftp access
it’s not compleating the order its showing error please create account and try some product items
there is errror in your ajax can you send me your ftp access so i can check?
also did you change anything on the code?
did you fixed this issue ?
check again you have driver app modules but you did not run the driver app update db
Hi!
Question 1: Can I change how the prices/tax are displayed when ordering? I can see alot of people asking this.
Prices in menu should be with tax. And I want to enter the menu items with the tax price.
At right side (my order) The total should be the total of all items in order. Tax row should only be showed there and not added to the total.
Like this: 1x Pizza 3.5€ 1x CocaCola 1€
Sub total {price without tax} Tax {tax} Total: 4.5€
Question 2: A Merchant does not have any online payment options, only pay cash at delivery. I can not proceed order because no payment option it says, what am I doing wrong?
hi mate
1. you can set the tax in merchant ->settings ->Tax
sorry but that is not how this works
it will be the sub total will be the based of the tax
you will need to modify the code to achieve this one first you need to add a field for food item tax
and modify the code that computes the tax in components/functions.php and look for functions displayOrderHTML
btw in your example can you give me a full example with sample tax input? so i can add this on future update
2. check the admin -> Payment Gateway Settings
To make this change in script, I understand there will be hard if there is alot of items in database allready. There is a way to achive this without break the old data. There should be a checkbox on merchant page that asks if prices are filled with or without tax. If with tax (my option would be like this), All prices saved on items has the tax applied. Then the tax entered in setup of merchant will be subtracted in cart and specified like this:
1x item 4.5€ 2x item 1€
Tax 12% = 0,66€ Total 5.5€
Is that possible? I do not want to edit the php pages, will be alot of work when update comes.
Payment gateway is working now. How can user communicate with merchant after order is placed?
you are correct cause the design its not like that you will need to change the code to achieve this one
in your example it does not make sense to me can you give more info on how do you arrive with the tax total and total ?
what do you mean communicate ? they can contact the merchant contact number? or email ?
every time merchant change the status of the order merchant have options to send email or sms to customer telling them the status of the order
Ok, sorry… I will try to explain better:
Menu item price with tax. Example from my new setup
1x Lamb Vindaloo 119SEK (Of this price, 14,28SEK tax) 1x Chicken Vindaloo 115SEK (Of this price, 13,80SEK tax) 1x Cola 18SEK (Of this price, 2,16SEK tax)
items without tax 221,76SEK Tax 12% (30,24SEK) <- Total: 252SEK (with tax)
We need to have tax amount on receipt and in the reports. If i set all items in menu without tax price, It will look cheaper than it really is. At cart there will show right information thou. I will have to use this method if there is no way to easy display the price in menu with tax.And the output I decribed to you above.
hi mate
its ok mate i just want to understand this kind of setup
i make sense to me know but how this will appear in the receipt? can you send a details screenshot on the receipt?
sorry am asking to much
i just want to understand this kind of setup
{#of items}x {itemname} {price with tax} {#of items}x {itemname} {price with tax}
Tax {tax procentage}% {tax amount} Total: {total amount + tax}
If you want I can design an image with a sample output on how I want it. Problem is I need this change on system and in app before I can set it live. I can help with whatever needed to fix this issues. Just contact me and tell me in what way I can help.
hi mate
thanks but can you give me screenshot
like on the receipt ?
that would be great
in detailed
thanks mate really appreciated
just quick question what does delsuma means? and moms?
Delsumma= “sub total” and moms = tax. The correct calculation would have 2 decimals om sub total and tax to bring correct value to the total. In some checkouts they do not write the sub total at all. They Just write:
Tax: 12%
Total: ${total amount} (from witch ${tax amount})
awesome!! thanks mate
last question on the backend is there any changes for this specially the tax?
When creating a food list (menu) it would be better to add all items with tax included. In woocommerce for wordpress there is an option in admin settings if you want to enter prices with or without tax. This has effect on all items in system. Can you add this to next version? think there is alot of people that want to show their menu with tax included on all items. Then like my prev screenshot, subtract the tax from amount instead.
noted mate cheers
Hello,
I just wanted to know if we can have the menu item images shown. It looks clean as it is, but maybe too clean. Images help sales. So right now the user has to click the plus sign to see the item and there he sess an image.
Is there a way to change that through the settings?
Thank you
Also…do you share anywhere what are your future works for this script? I wanted to have the merchants websites and apps separately while keeping all the administration and workflow the sameway. Any chances?
hi mate
you can try the different menu one of them has image go to admin -> settings -> Menu Options choose Activate Menu 1 or Activate Menu 2
for future updates it will have a options to print with thermal printer,
yes i do have plans to release an addon for that
it will be my priority after i update one of my item 
Great, the printer is a must really….nice work, thanks.
thanks and cheers 
If we need someone to work on it for custom modification could you recommend anyone?
hi mate
sorry but i don’t know someone 
Hi, question, about teh data file, I do see this restaurant_name,restaurant_phone,contact_name,contact_phone,contact_email,country_code,street,city,state,post_code,active , will this add google map dots? or can we add more like lat and long? I am using craper to get from google the info, so can build very well data file to be imported. can you tell me how thsi works? thank you
hi mate
sorry you are looking for lat and long fields? right now it saveds in options table it will be move to merchant table in future updates
yes, for example your import file has no fileds, and my data has that info , so I can add them too .. I think not hard update , right?
sorry what do you mean? your data should be match with the current tables
for example you have this .. restaurant_name,restaurant_phone,contact_name,contact_phone,contact_email,country_code,street,city,state,post_code,active and I ask if we can add 2 more fileds for lat and lgn
so when I import I have map as well created
yes you can but this will only work in your files not mine in future update i will add those as well but it should be match with the naming of the fields to mine
yes I can write my data the way it can match, but for the map? do we have the lat and lgn? I think you have it
I use google places scraper, so can get all my info and map as well
cheers
Hi Basti. I’m using Mailgun SMTP for the SMTP settings in the system. But when i click Test Mail. It shows Error.
What to do?
hi mate
does mailgun use port? if yes them make sure that mailgun port for sending email is open in your server