Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,364 sales

bastikikang supports this item

Supported

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

29724 comments found.

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

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

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

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

how to update yii framework?

inbox please

please inbox

reply sent

Hi Bastikikang,

Any bundle sale offer if i purchase all the component ?

hi mate

the kmrs has doc for installation :) if you having issue with the installation i can install it for you :) just send me your cpanel access

Thanks bastikikang, i have make purchase, and also to mobile , merchant and driver plugin. if i need assistance, how should i reach you ?

Once this things done, next will be another 2 plugin from you ..

cheers!

hi mate

thanks for purchasing :)

you can always contact me here https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

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