Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

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?

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

I have issues uploading files and get an ‘undefined error’. I have the uploads folder set to 777

email me here https://codecanyon.net/user/bastikikang#contact

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=myorder


http://www.banggood.com/POS-5805LN-58mm-Bluetooth-Wireless-Thermal-Receipt-Printer-Support-Windows-Android-IOS-p-1051139.html?rmmds=myorder

That 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

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

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.controller

I 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#contact

leave 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); } ?>

<!-div id=”contact-map”> ->

<?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”)?>

<?php echo $contact_content?>

<!-col-> <form class=”uk-form uk-form-horizontal forms” id=”forms” onsubmit=”return false;”> <?php echo CHtml::hiddenField(‘action’,’contacUsSubmit’)?> <?php echo CHtml::hiddenField(‘currentController’,’store’)?> <?php FunctionsV3::addCsrfToken();?> <?php if (is_array($fields) && count($fields)>=1):?> <?php foreach ($fields as $val):?> <?php $placeholder=’’; $validate_default=”required”; switch ($val) { case “name”: $placeholder=”Name”; break; case “email”: $placeholder=”Email address”; $validate_default=”email”; break; case “phone”: $placeholder=”Phone”; break; case “country”: $placeholder=”Country”; break; case “message”: $placeholder=”Message”; break; default: break; } ?> <?php if ( $val==”message”):?> <?php echo CHtml::textArea($val,’’,array( ‘placeholder’=>t($placeholder), ‘class’=>’grey-fields full-width’ ))?> <?php else :?> <?php echo CHtml::textField($val,’’,array( ‘placeholder’=>t($placeholder), ‘class’=>’grey-fields full-width’, ‘data-validation’=>$validate_default ))?> <?php endif;?> <?php endforeach;?> <input type=”submit” value=”<?php echo t(“Submit”)?>” class=”orange-button medium inline rounded”> <?php endif;?> </form> <!-col-> <!-row-> <!-inner-> <!-container-> <!-sections->

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

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?

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

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

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

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey