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.

Hi mate! Need urgent quick fix. After update, table booking notification date_booking gives always Jan 01,1970 result. I checked database everything normal there. in database format is like before 2021-05-24. Can you please do a quick fix for this?

I fixed it mate! :)

Hey code king.. worldppn please take this guy’s suggestion and add in to your list.. it totally makes sense when admin creates voucher that cost huh should be on admin and not on merchant.. additionally the vouchers get recorder every time someone applies it regardless of a successful transaction.. also on web when transaction is successful it records voucher was used twice.. email to admin also gets sent twice and on the status of order it appears paid as two separate statuses as well.. when customer use mobile app then it appears as initial order—>> paid—-> and so on..

Even voucher appear on website as promos which doesn’t make sense

Bcoz some vouchers are restricted to one user..

you are correct there since the new voucher functions was just added forgot to restrict on front end

We are using KMRS for some items which have stock. How to handle and check the inventory?

hi mate

you need to have the inventory addon

Basti, how to make sure that in the delivery areas by State / City (shippingrate), only the city where the trade is registered appears?

added on my update list mate

cheers

Basti, I sent in your email a suggestion of how it could be to facilitate the registration. Thanks for listening.

thanks mate

Hi, is there any way to disable the black new order notification popups “50 New order has been placed” in the merchant website backend? Changing notification settings doesn’t seem to get rid of it and it’s rather annoying when it pops up every few seconds and you’re trying to add or change products

i think there is no settings for merchant only for admin

you can remove this for merchant in assets/js/admin.js

remove this line

new_order_notify = setInterval(function(){get_new_order()}, notification_interval+1000 );

Hi,

How can I hide the category name here in the receipt?

https://prnt.sc/139dn0t

hi mate

hmmm am using only 1 functions for all receipt if you remove this , it will remove to all

you can remove this in components/functions.php

under function displayOrderHTML

remove this line

if ($res_category=$this->getCategory($val['category_id'])){ $category_name_trans['category_name_trans']=!empty($res_category['category_name_trans'])? json_decode($res_category['category_name_trans'],true):false; $htm.="<p style="\"margin:0;\""><b>".qTranslate($res_category['category_name'], 'category_name',$category_name_trans)."</b></p>"; }

And how do we get rid of the same from receipt email sent to Merchant, customers?

https://prnt.sc/13bqzb9

remove those in components/EmailTPL.php

under salesReceipt

if (!empty($item['category_id'])){ $tr.="<tr>"; $tr.="<td colspan="\"2\""><b>". qTranslate($item['category_name'],'category_name',$item['category_name_trans'])."</b></td>"; $tr.="</tr>"; }

the admin theme where do I change it from?

ok admin theme can be change via template

means you need to change the theme to what ever you wanted to look like

ok, thank you very much i will be buying i liked the job seeu congratulations

welcome cheers

Mate, due to many problem i have deleted my site. Please install again new. (I already purchased 2 times including all plugin) detail mail sent you. Please check and help

Ive messaged you

email sent

@smart_vicky

config If your’e using apache2

/etc/apache2/sites-available/your_domain.com-le-ssl.conf
<Directory ”/home/your_domain/public_html/kmrs”>
allow from all
Options SymLinksIfOwnerMatch Multiviews
AllowOverride All
Require all granted
</Directory>
after changing, restart apache

thanks mate for the help

Text 1

Text 2

Text 3

I am placing my information of terms and conditions in my page created terms and conditions but in the spaces between each paragraph I have an error because I get a text rn in each space, how can I delete that text rn?

https://prnt.sc/138hngd

is this a custom page? if yes check the content you added

what you put there is what i only show on front end

About this I have already looked for a solution a bit difficult but I have placed it and now it can be seen well and with spaces between each line

Already solved

glad it work

cheers

Basti, u will update Karenderia Loyalty Points Program or will it discontinue? will the new Karenderia come out?

hi mate

no mate it will be back after the new kmrs is out

cause am changing all the codes to newest and standard

also with new design front and backend

I’m having utf-8 problems.

I translated it into my language, however, utf-8 character error appears. What can I do?! Friendly hug.

you need to save the language file to utf8 format

when you modify the language fie in your server like in cpanel there is alerady options there to saved the file to utf8 format

else use notepad or any php editor

Hey Basti,

Is there any caching strategy in place, especially in the admin? Would be nice to not have Api calls hit the database all the time.

Thanks

yii has data cache but you need to implement this one

https://www.yiiframework.com/doc/guide/1.1/en/caching.data

Hi Basti,

I just sent you an email because my site and apps are not working. Can you help?

i believe this is already solved

cheers

right now i m using Version 5.4.3 can i update to version 5.4.5 directly?

yes you can

just use all the latest file

and you will be fine

cheers

Basti, as I’m in Australia

Customer they enter their phone number without country code (+61) but SMS only sent to those who with country code.

Do you have solution of this how can I send the SMS if they haven’t enter the country code?

hi mate

you can have 2 following solutions

1. put a message during registration to the customer that put the mobile correctly with country code

2. via code when sending sms we can check if the mobile has country code if there is none then we can add +61

Hi Basti, I discovered that for our website, this folder:

https://yourdomain.com/protected/modules/driver/

Can be accessed by anyone when they enter it in their browser. I see check http://bastisapp.com/kmrs/protected/modules/driver/ and it is not accessible.

Please how can we secure it, I do not want our website to be hacked please. Thanks

this is your settings in your cpanel

ask help to your hosting

this is folder restriction

Thank you, I contacted them and it has been fixed. Thanks again

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