29726 comments found.
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
Hi,
i’ve buy your Karanderia script and i have a question now: How can i change the meta? For example from www.mypage.com/merhant to www.mypage.com/partner
My purchase code is: 7c1d4697-106f-4139-a85c-cd18acf17d91
Best regards
Elmir
hi mate
sorry right now i don’t advice to change the url of the merchant as it will break the code
you will need to change many reference for the link to work
i have plans for future updates to add this one
hello, basti we have some issues with karenderia multiple restaurant system codecanyon and Karenderia Order Taking App (Merchant Receiving Orders). 1. there is missing theme settings and post codes options although we have checked in user list but its still missing from admin panel. 2. we have install merchant app as you provided your documentation we have completed five steps but its not visible as you mentioned in sixth step.
hi mate
1. edit your admin account and tick the access to theme settings then relogin again to see the theme settings
2. send me your ftp access and i will fixed it for you
cheers
leave a comment here once you send it so i will be notified
Hi!
Few questions:
About payment methods: Is it correct that each merchant need to setup own stripe account to accept credit card? The commission fee will calculate in admin panel and I send invoice to merchant or use paypal to get the commission? Both merchant and me need to setup paypal to achive automatic transactions?
Image sizes The merchant logo and images of dishes gets really squeezed.. is there some information about standard size? Images in mobile is really tiny.
When ordering food Timepicker in 24h format is still showing AM and PM, is it possible to change that picker to another without it?
Whitelabel Can I whitelabel the applications for mobile phone easy or do I need something special/knowledge to make that change?
Size My merchants have not that many dishes with different size. Is it possible to remove the size from a dish and only display single price?
Third option: Eat here Is it possible to just add merchant to show a menu and then only have book table option? I have some merchants that serves plates (luxary restaurants) and do not have takeaway or delivery. We also have restrictions here so we cant deliver wine, beer and I want to add the drinks list to the menu but not possible to order them. Just browse option for customers.
Great work with the script! Really enjoying setting it up!
hi mate
there are 2 types of merchant 1. membership = this type of merchant will receive all the payments directly and they will just pay your monthly yearly for membership
2. commission = all payments will go directly to website owner or you and merchant will need to request a payout to get there earnings
image try around 500×500
you can change it via admin -> settings ->Time Picker Format
just change the logo of the mobile app that its
yes you can when you create a food item just dont’ select any size
yes you can in merchant -> settings -> Disabled Ordering?
i want to set in merchant min delivery order for example from 0-5 km from merchant 5 euro minimum order and from 5-6km 10 euro minimum order and when i have a new register in customer not receive e-mail verification the settings is correct i check them
hi mate
you can have that in merchant – > Delivery Charges Rates make sure you have a default delivery fee in merchant -> settings -> Delivery Charges
try to send email first to your email so that you will know your server is sending email you can do that in admin -> Mail & SMTP Settings -> click here to send email
and make sure you have default email sender in admin -> settings -> Global Sender email
Hello Basti, i want to ask a question, i changed the webhosting provider to another, and i upload full backup, but all merchants not apear on browse page, why? Is this a bug script or?
its not a bug mate
its how you export the database
when you export the database make sure you did not include all the view tables
and after you import make sure you run the update database example http://bastisapp.com/kmrs/update if you cannot see the word FINISH UPDATE then you have issue in your database