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.

Sent

esmhos Purchased

I have a question regarding a restaurant with multiple branches. Can the platform support managing a restaurant with multiple branches and receiving orders through the restaurant’s app? I have purchased a license for the software and apps.

unfortunately at the moment multiple branches is not available this futures will be added in future updates

for now you will have to create the restaurant as new to have different branches i know this is not the right way but this is a quick fixed for now

esmhos Purchased

Honestly, has a timeline been set for adding the multi-branch feature to the code? When is the earliest date for its release?

this is my ultimate goal hopefully will be done earlier

i cannot promise any date but surely this will be added in the future

Hi Basti, I see in kmrs demo that when I pay with Stripe, I’m not transferred to the external Stripe checkout, but the processing happens directly on kmrs. Is this correct? Can you explain how the processing works? Thank you!

hi mate

the current added right now in kmrs am using api that will saved the card and charge that card for later this is available in stripe api

cheers

Basti, i have a membership restaurant with a created plan already. I set up the price etc. I created the restaurant manually, it wasn’t created on the merchant sign up page. Currently the merchant shows “No active suscriptions even tough i have the plan added in the merchant settings. I don’t see the plan anywhere in the restaurant so i cant see the section so they can pay the plan. My question is, am I missing something in settings so i can see the plan in membership plan. Merchant is in the suscribers list too.

I have another question. I haven’t tried the plan. I read here in other comments that you can use membership + commission. I know that you get an invoice to your email when is ready and you can view this on invoice list, but how does membership work? Do merchants get an email, invoice about the membership as well? Do you get a notification about payment on the merchant app or only in the merchant panel? I want to charge merchants a membership + commission. Thank you.

you can set the merchant status to expired so when merchant login they will see the subscription page

and they cannot use the panel if they don’t subscribe

membership = means all payment by customer will go straight to merchant online payment only admin will earn by subscription payment

membership+commission = merchant will still pay subscription payment and still payment goes to merchant

but admin will earn subscription payment + commission fee the admin will sent invoice to merchant about the commission

cheers

Thank you my friend

Hello Basti, i need to restart my license, can you help me with that?

send me your purchase here

You can reach support here: https://codecanyon.net/user/support-kmrs

Hey the language list stay empty Even i add language, i want to manage some but i can’t … also i watched the translation vidéo thank you for this! But where i can find the info to make the csv file to upload ? Thank you for your help

hi mate

you will have to download first the blank translation then after you translate then you can upload it back

see attach screenshot

https://ibb.co/7xpyHYCw https://ibb.co/SwyxSxsZ https://ibb.co/pvSzDGQ6

cheers

hi to all

for now you can contact me here https://codecanyon.net/user/support-kmrs

cause at the moment i still cannot receive email via my profile

hi to all

for now you can contact me here https://codecanyon.net/user/support-kmrs

cause at the moment i still cannot receive email via my profile

getting error “Your domain xxx is not registered” under api-access page

hi mate

this is normal you need the addon for this cause this section is for customer app this one https://codecanyon.net/item/karenderia-mobile-app-multi-restaurant/40502711

now if you have this addon you also need to register the purchase code for this in https://bastisapp.com/activation/

take note purchase code of Karenderia Multiple Restaurant System is different from purchase code of Karenderia Mobile App Multi Restaurant

in the domain register your main domain as well

On SEO setup when i add Greek characters on title i recieve error ” This field is required ” whe i add english charactes saving correctly!!!

My friend i don’t have problem on Pages but on website->Seo setup. It is not working when i try to add seo title on Greek. Page and description are ok. https://ibb.co/MxfQLvWT

Also i never recieve any email with your answer!

wait for my email i will send you a video

Hi, where are all templates on Notifications->Template List? Templates missing…. New Order, Welcome Template, New Signup Template, Reset Password Template, Forgot Backend Password Template, Complete Registration, Plan Near Expiration and others!!! Why is that??? I have working so many hours to find a way or create templates but sure i cant do it. Where are the shortcodes like {{first_name}}, {{site.site_name}}, {{code}}? Also verification links dont work . Why is so difficult? I have created up 1000 websites and this is crazy. And i dont think your help fix something.!!! Whith this way of building website we going to need some years to complete it… We are very confused!!!

i remember you can try to run fixed database it will insert some of missing templates

and for Bonus Template you can just create your own template and just set it to that settings cause this recently added in last update and this template has only tags of {{points}}

Ok thanks

cheers

Hi Basti,

I’m having problems with roles and their permissions. If I create a role and leave it blank, everything works correctly, but when I set permissions, many of the permissions I assign don’t work, and I get:

CHttpException You are not authorized to perform this action.

/var/www/vhosts/domain.com/httpdocs/framework/web/auth/CAccessControlFilter.php(183)

171 /* 172 * Denies the user’s access.

173 * This method is invoked when access check fails.

174 * @param IWebUser $user the current user 175 * @param string $message the error message to be displayed 176 * @throws CHttpException 177 */ 178 protected function accessDenied($user,$message) 179 { 180 if($user->getIsGuest()) 181 $user->loginRequired(); 182 else 183 throw new CHttpException(403,$message); 184 } 185 } 186 187 188 /* 189 * CAccessRule represents an access rule that is managed by {@link CAccessControlFilter}. 190 * 191 * @author Qiang Xue <qiang.xue@gmail.com> 192 * @package system.web.auth 193 * @since 1.0 194 */ 195 class CAccessRule extends CComponent Stack Trace #0 + /var/www/vhosts/domain.com/httpdocs/framework/web/auth/CAccessControlFilter.php(145): CAccessControlFilter->accessDenied() #1 + /var/www/vhosts/domain.com/httpdocs/framework/web/filters/CFilter.php(38): CAccessControlFilter->preFilter() #2 + /var/www/vhosts/domain.com/httpdocs/framework/web/CController.php(1148): CFilter->filter() #3 + /var/www/vhosts/domain.com/httpdocs/framework/web/filters/CInlineFilter.php(58): CController->filterAccessControl() #4 + /var/www/vhosts/domain.com/httpdocs/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter() #5 + /var/www/vhosts/domain.com/httpdocs/framework/web/CController.php(291): CFilterChain->run() #6 + /var/www/vhosts/domain.com/httpdocs/framework/web/CController.php(265): CController->runActionWithFilters() #7 + /var/www/vhosts/domain.com/httpdocs/framework/web/CWebApplication.php(282): CController->run() #8 + /var/www/vhosts/domain.com/httpdocs/framework/web/CWebApplication.php(141): CWebApplication->runController() #9 + /var/www/vhosts/domain.com/httpdocs/framework/base/CApplication.php(185): CWebApplication->processRequest() #10 – /var/www/vhosts/domain.com/httpdocs/backoffice/index.php(17): CApplication->run() 12 13 // remove the following line when in production mode 14 defined(‘YII_DEBUG’) or define(‘YII_DEBUG’,true); 15 16 require_once($yii); 17 Yii::createWebApplication($config)->run(); 2025-11-25 08:32:18 Apache Yii Framework/1.1.30

Despite having the permissions enabled, I’m still getting this code when I try to access the system: Here are all the permissions that aren’t working:

From the buyer list, when I go to edit a buyer in the left menu, the following don’t work:

-Points History, -Wallet History, -Blocked Payments, -Push Debug / Test Push

Within Loyalty Points:

-create_thresholds -create_monthlybunos -transactions?card_id=id

Among others, can you help me fix the permissions so that when they are enabled, they work and lead to the denied page?

I hope for a quick solution since I need to separate the functions and roles so that each user only has access to their assigned areas and cannot access everything, which could cause a serious problem if any configuration changes are made.

Thank you so much for this magnificent software.

wait for my email thanks

send waiting your responde.

Sorry you can ignore my previous message ‘ i found it!

no worries mate glad you figure it out

hi, where can I add restaurants to web home page?, web version only shows cuisines, I changed to featured but no one is at home page.

edit your merchant under merchant info -> Featured choose all the selections and saved

take note merchant status should be active and published

Hello, I purchased the Karenderia Multiple Restaurant System, but the file provided in my downloads does not contain the full script.

It is missing all the essential folders to change or add language after backend, frontend, protected, protected/messages/ this file is empty

Please provide or help me please

Thank you.

hi mate

thank you for purchasing, you have all the files already :)

and for translation that is not the way to translate

you can translate the backend and front end in admin panel -> attributes -> languages

you can watch this video how to translate

https://www.youtube.com/watch?v=RfgBHGNsJC0&t=109s
also you can go visit my channel here https://www.youtube.com/@bastibastikikan2238/videos

you will find videos that can help you

Hi, i need to translate this “Already have an account? Login here” On mercahnt subscribe. Also where i can find a full documentation and all shortcodes like {{privacy_policy_link}}, {{code}} etc. Also i must create templates? Because many of them are missing.

hi mate

am not sure what you mean but translation for yii is very easy

you just need to wrap the text with function t and it will translate

i already give you the exact file to check the correct words

On merchant sign in i cannot tramslate Remember me, Forgot password?, Sign in. I found them on views/account/login.php and i have created keys. But it is not working

i think your just confuse

cause translation is very simple

anyways

Please email me all your access details, including:

Site link
Admin login
FTP access

Also, provide a screenshot of the error and include a detailed description of the issue in the email.

You can reach support here: https://codecanyon.net/user/support-kmrs

Cheers

xiaru

xiaru Purchased

sent

xiaru

xiaru Purchased

sent

xiaru

xiaru Purchased

sent

jires

jires Purchased

My script is not working as something is injected. Could you see and say if it is not script error ? izyresto.net

hi mate

am sorry what do you mean?

I need help; when I try to activate my panel, I get an error.

can you share screenshot of the issue so i can understand?

b298

b298 Purchased

Basti, can you tell me which file of backend is calculating delivery fee and sending to frontend?

You can reach support here: bastikikang@gmail.com
b298

b298 Purchased

Basti, we need an option to set free delivery for orders above a certain amount. This was available in old kmrs. You can keep it distance wise-

e.g- for 0-2KM, free delivery above order value $100 for 2-4km, free delivery above order value $150

hi mate

will do take note in my update list

btw this is already available in search by location

b298

b298 Purchased

Okay thanks

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