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.

29725 comments found.

Where can I edit the “Two Flavors” text that I see? Is that hard coded? What is the purpose?

the word two flavors in the backend?

its not hard coded you can translate this

if you want to edit the file is views/merchant/food-item-add.php

I bought and installed the Loyalty program app. I have it activated. Trying to add a new Food Item and it just won’t save.

Thinking that it has something to do with the Loyalty program I see mentioned in comments.

What could be the issue?

did you run the admin -> loyalty points -> Update DB Tables ?

run it first so that it will create new fields for loyalty points

I am looking to see where Two Flavors is saved in the backend….cannot find it.

what do you mean in the database?

you can find it on the table _item

On the Merchant Alert Settings page

http://foodsquire.com/merchant/alert-settings

There is a typo that you missed.

Title at the top “Alert Settngs”

ok mate you can change that in the file controller/merchantcontroller.php and look for functions actionAlertSettings()

another question: I do want this to be by location,, so like group under close area .. so looks like you dont have categoires for delivery and not even location map.. can you please tell me , if it possible ot show all rests on a map ???

hi mate

sorry but what do you mean?

it will show all your restaurant in the map in browse resto -> View Restaurant by map

For Twilio Sender ID, is that just my Twilio phone number:

(781) 206-2118

Cannot find any reference to what this is specifically?

hi mate

the sender id is your twilio number you will have to input this with + sign

if you are using free account you need to purchase a number

another question, am going to add 100 food deliver companies. but want them to be type of disable.. so .. if they join and paid ( type of claim) then they start working if not paid its looks like a listing site. is that possible with this product?

hi mate

hmmm you mean if they not paid you cannot order from that restaurant?

sorry but not how kmrs works

restaurant will have to signup in your website and pay for membership once they paid they can sell there food

yes.. like CLAIM your Listing.. that will alow to run the website for the first days.. its hard to find company that want to join the empty website

sorry but claim your listing is not available

you need to have a restaurant to signup in your website

Hi, I just purchase, so here is my question, I need it for spanish people. so .. is this 100% translated or google translate also do I have to check page by page to fix the translations?

hi mate

am not using google translate you will have to translate the language file and upload it in admin-> manage language

you can find the language file in the root folder the file is mt_language_file.php

Hi Team,

You have restricted the admin and merchant menu view. were and how you have done i want know because I want disable few features from merchant menu links.

hi mate

you need to add admin user and tick the access to that user same for merchant

hope that helps cheers

Hi Team,

I want customize this menus list for merchant and administrator. We want to restrict some fields from this menu so please help me who can id customize.

<?php $this->widget(‘zii.widgets.CMenu’, Yii::app()>functions>merchantMenu());?>

hi mate

that is a yii library you cannot customize that functions

what are you trying to achieve?

hi sir i am having problem to start install on the install 2 it keep give me this ” Connecting to database..Uncaught exception: SQLSTATEHY000 php_network_getaddresses: getaddrinfo failed: Name or service not known” im using a2hosting.

im using a2hosting vps managed with cpanel and root access. i try but still will came out same thing. not sure what else should i do..

hehe thanks solved

glad to hear that mate :) cheers and happy new yr

Hello, as I do for the subcategories are transformed from http to https. Example: / Merchantsignup / Browse etc

I am trying and it turns out that when you enter a subcategory with mydomain.com/Merchantsignup not redirects to https

Only works when income mydomain.com.

already modify the .htaccess with:

RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP HOST}%{REQUEST URI}

can you give me your website so i can check? cause if the website is https all the link will be also in https

I sent to you a mail

hi mate that is normal if you type your website to non https
if you want to force redirect to https

you can do it by php or in your domain manager

http://stackoverflow.com/questions/5495825/best-practice-for-auto-switching-from-http-to-https

Hi Basti,
I set holidays for restaurants.
But customers can still order food during the holidays.
I setup as link http://menuone.net/images/holiday.PNG
How can I fix this issue? Thanks.

hi mate

i think i have already posted the quick fixed for this bug

anyways here is the quick fixed

1. open the file components/functionsv3.php and look for the functions isMerchantcanCheckout

change the whole functions to

public static function isMerchantcanCheckout($merchant_id='') { $msg=''; $code=2; $button=''; $holiday=2; $is_pre_order=2; $now=date('Y-m-d'); if ( $m_holiday=Yii::app()->functions->getMerchantHoliday($merchant_id)){ if (in_array($now,(array)$m_holiday)){ $holiday=1; $msg=getOption($merchant_id,'merchant_close_msg_holiday'); if (empty($msg)){ $msg=t("Sorry merchant is closed"); } } } if (!yii::app()->functions->validateSellLimit($merchant_id) ){ $msg=t("This merchant is not currently accepting orders."); } $is_merchant_open = Yii::app()->functions->isMerchantOpen($merchant_id); $merchant_preorder= Yii::app()->functions->getOption("merchant_preorder",$merchant_id); if ($is_merchant_open){ $code=1; $button=t("Checkout"); if ($holiday==1){ $code=2; } } else { if ($merchant_preorder==1){ $code=1; $button=t("Pre-Order"); $is_pre_order=1; } else { if ($holiday==2){ $merchant_close_msg=getOption($merchant_id,'merchant_close_msg'); if (empty($merchant_close_msg)){ $msg=t("Sorry merchant is closed."); } else $msg=$merchant_close_msg; } } } /*check if merchant is close via backend*/ if ( getOption($merchant_id,'merchant_close_store')=="yes"){ $code=2; $msg=getOption($merchant_id,'merchant_close_msg'); if (empty($msg)){ $msg=t("This restaurant is closed now. Please check the opening times."); } } return array( 'code'=>$code, 'msg'=>$msg, 'button'=>$button, 'holiday'=>$holiday, 'is_pre_order'=>$is_pre_order ); }

2. open the file views/store/menu.php after the code

<?php else :?> <?php echo CHtml::textField('delivery_time',$now_time, array('class'=>"timepick grey-fields",'placeholder'=>Yii::t("default","Delivery Time")))?> <?php endif;?>

add this

<?php if ( $checkout['is_pre_order']==2):?> <span class="delivery-asap"> <?php echo CHtml::checkBox('delivery_asap',false,array('class'=>"icheck"))?> <span class="text-muted"><?php echo Yii::t("default","Delivery ASAP?")?></span> </span> <?php endif;?>

Thanks for help, fix it.

Hi can you add this payment option . todopago.com.ar this works for Argentina

hi mate

will do take note

cheers

Friend, my site is no longer asking the location when I use the google chromes browser. In firefox question. What if?

hi mate

google chrome as some kind of security so it will not work it will only work in firefox

you need to turn off the security in your chrome browser

Hi, First of all a happy new year and well done on the theme.

With regards to Karenderia System,

I am researching to purchase a system of that sort. I really like the theme especially the admin area and process.

I have found better themes as in the aesthetics design to accommodate modern designs. I believe that the front of your theme lacks design and is more a developer feel compared to this.

https://themeforest.net/item/food-bakery-restaurant-bakery-responsive-wordpress-theme/18970331

Referring to the modals mainly

http://foodbakery.chimpgroup.com/restaurants/life-powers/

Will you be updating the design anytime soon?

Looking forward to hear from you .

hi mate

happy new yr :) sorry but i have no plans yet for the themes

Hi,

I am trying todo what I describe here: https://goo.gl/iTu94n

I am extending your code but do not understand how I create a button that will update the SQL database.

Can you give me an example of how that works?

My code is offline so cannot share FTP access at present.

hi mate you need to have knowledge in mysql command and php :) i suggest better to learn first the basic for php

I am unable to install on my shared hosting… Can yu please help me out…

am glad to hear that mate cheers and happy new yr :)

Thank you and wish you the same. Wish you all the success for you and your products. I very much like your apps.

many thanks :)

Hi basti,

there is bug in merchant commission, i already set commission setting using fixed value, but when i test restaurant signup and see in the merchant commission setting it show percentage as default.

please see my screenshot

https://drive.google.com/open?id=0B5GMFnbV2GngOXdTNFBPcllFcGM

Thanks

hi mate

i think you are correct here is the quick fixed

open the file components/ajax.php look for the functions merchantSignUp2() before this line

if ( !Yii::app()->functions->validateUsername($this->data['username']) ){ add this $commision_type=getOptionA('admin_commision_type'); if(!empty($commision_type)){ $params['commision_type']=$commision_type; }

Apps Module URLS or not working i am getting http://lunchexpress.picbic.com/merchantapp . 500 error

lunchexpress.picbic.com is currently unable to handle this request. HTTP ERROR 500

hi mate

sorry but did you purchase merchant app i can see that you did not

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