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.

29726 comments found.

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

Hi bro !! I hope that you are doing well !! I need something!! Actually in karenderia the merchand can not make orders !! But i want to give the possibility even for the merchand to make orders through his admin merchand account !! Can you help me with that?

hi mate

am good thank you :)

you mean create orders under merchant panel? if yes sorry this requires many new code

i might create this addon as POS you can both so i can make it priority

vote here https://strawpoll.com/wxkvdocax

cheers

Hi basti, I have extended the functionality of the voucher by implementing maximum discount to voucher. For example 50% discount of 200rs is 100rs but I restricted it to 40rs. It is working perfectly when placing order its showing 40rs discount but in order receipt of web, app and admin panel its showing 100rs discount. I think I need to make some changes to the receipt where I need to that. please help me

you need to modify the functions.php under function displayOrderHTML

when viewing on receipt you just need to view the saved details in database no need to recompute again

so make sure you saved the correct amount in table _order

Basti can you please elaborate in which line I need to make changes . I tried doing based on your suggestion for 2 days it didn’t worked

first mate you need to save the value in table _order

and you can do this in components/ajaxadmin.php under function placeorder

and now when viewing receipt example after customer purchase you need to pass those parameters in views/store/receipt.php to the function displayOrderHTML

Hi Basti. 1. I translated the order status ‘successful’ to another language and added it to Customer Order History as a completed order alongside ‘delivered’. The problem is that it’s not being reflected in the customer app as a completed order (only the orders with status ‘delivered’ are displayed as completed). How can i change that? 2. Is there any way to display the merchant logo in the customer’s app main page (near me) instead of the banner?

is this on mobile app 2 ?

if yes post this to mobile app section

will answer you there

Posted

Hi Basti,

Any update on when we can expect the new theme etc :) ?

i cannot promise yet any date as its still on development :)

it will be completely new kmrs :) from design to code front end and backend

Hi Mate. Whatever I do while install fresh new version i receive Error 500. Why. How to solve it ?

it must be your htaccess

before installation remove any .htaccess in your root folder

or just rename it

so that during installation it will create correct htaccess

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