Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,363 sales

bastikikang supports this item

Supported

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

29718 comments found.

I’d like to change the text on the payment method so that Stripe says Credit Card. Where do I do that?

hi mate

you can change it in your language file

$lang[“Stripe”] = ””;

located in protected/messages

Thank you sir!

Hi Basti,

I am about to go live with the website. I created another folder and copy the staging folder. However, every time I go to the new folder the app goes to the staging folder.

Please help.

Thanks, Junjun

hi mate!

please check your .htaccess file where it redirects you

let me know

it works now. Thanks basti… you are the best!

glad to hear that mate

Hi, This code is NOT working well with PHP 7.x version. Header alignment changed. Any solution for this ?

Thanks. Venkata

Hi mate!

working with PHP Version 7.0.30

and stable in version php 5.6

so if you have option to downgrade from this version that would be great

HI Basti, I am Planning to Buy Your KMRS Package With Apps .Let me Know 1.Do you provide Source code along with the Software Files 2. Can i Modify and customise the Scripts as per Our requirement for Grocery 3.We plan to Integrate Grocery HTML Template for Website -is it possible

hi mate!

thank you for the interest

1.Yes source code will be provided along with software files

2.yes you can modify the code for it is not encrypted

3.you can modify the code and implement anything you want to change

cheers

hi , please can you help me integrate custom payment gateway API . .? i want to collect money localy , so i wanted to use Rave Platform API , if you can help me please , thank you.

double post

hello , please can you help me integrate rave API on the system, to be able to collect money localy.. Rave Platform API , thank you.

hi mate!

sorry but this is a customization

the author is not available at the moment

for he is busy with the mobile app

cheers

How to manually enter stripe api key from code?

Thanks

mate you don’t need to enter manually the api from the code

the stripe is working 100%

if the error is invalid api key that means your api key is not correct

there are different types of merchant

so the settings will depends in your merchant

if the merchant is commission it will use the admin -> stripe settings

if merchant is membership it will use the stripe settings in merchant panel

if membership you need to set the stripe credentials under merchant panel

and make sure the stripe is enabled in admin -> payment gateway settings

Hi, i have a problem with a dinein time, in website max time is 23:55, in mobile App 18:30, how it’s possible? where can i configure i?

Any news about it?

Hi, i still have the same error, how can i solve it Please?

this is opening hours of merchant?

you cannot have closing time on next day the open and close should be in same day else checking of opening hours will not work

I want to help me hide or remove these buttons

Image:

https://imgbbb.com/image/YUcIZ

Thank you

Hi mate!

kindly go to protected/views/store/menu.php

Hi, When I publish any invoice, I’m using Turkish character. But they are seen with ’?’. You can see that on screenshot with this link. —> https://prnt.sc/mhkty9
How can I fix this?
And how can I change invoice logo?
Thank you.

hi mate!

you need to save your language file as utf8 encoded

to change the logo

$assets_path=Yii::getPathOfAlias(‘webroot’).”/assets/images”; $logo=”default-image-merchant.png”;

you can simply change the logo filename

Hi mate, It’s already encoded with utf8. But I have still this problem. Thank you for logo configurating.

am using tcpdf for creating of pdf you will have to add your own font

https://stackoverflow.com/questions/48825790/tcpdf-not-showing-greek-charactes-with-helvetica

the file that create the invoice is in controller/InvoicecronController.php

hello , please just buy the product but can’t find the licence key , did not even receive any email, so please kindly find out for me , thank you.

hellp

How to remove this property The picture shows Thank you

https://imgbbb.com/image/YITil

Hi mate!

edit the file views/store/index.php

cheers

hi Basti,

a problem appeared in the client expiration register, when setting a date it is not saving in the database, image:

https://imgur.com/a/nIzk1aO

I have to go there in the php database and set the date because the system is not saving.

Can I have changed the date format? I do not remember that, can you help me?

DD-MM-YYYY

in php is YYY-DD-MM

hi mate

you cannot insert in database with different format in database it will only accept

YYYMMDD format

in components/ajaxadmin.php function addAdminUser

hi basti,

Can we add wallet into KMRS or will you add wallet for me into my installation.

I want my website users to add money into kmrs wallet and order from that. so that i can give them cash back offers into wallet.

Hi mate!

sorry but this is not yet available at the moment

Hello, basti

I changed the hosting provider to a new one,

and now when i try to do the order, on click confirm order a message like this is appear

” ERROR “

How to resolve this bug?

Thanks. Regards.

I tried it so many times, i exported every time without views tables, and the same error, and i see the finish on the every end.

I can give to basti ftp credits to check, is very urgent.

Thanks for understanding. Regards.

just checking already fixed?

Hi, I have a question.

For example; I’m taking %10 commission from restaurants. When someone orders a food item from $100, I getting $10 from that order.

I submited a voucher code from admin panel. It’s have %10 discount.

When someone uses that discount coupun on a $100 order, order fee will be $90, system still calculating my commission from $90 and system add $9 commission to my panel. But restaurant losing extra money. Restaurant losing—> $10 (from discount code) + $9 (my %10 commission) = $19. So restaurant losing totally $19. But it’s not normally. Because I would like to pay for the amount of discount coupons that have been added from the admin panel. So If I add this voucher code from admin panel I’m earning $0. But system add to my earnings $9.

I would like to automatically deduct the coupons added from the admin panel from the commission I received from the restaurant. Is it possible? Thank you.

Hi mate!

Sorry but the deduction will be made from the merchant where the customer

purchased the item

Hello I have situation where it is needed to send new order data to POS system. I need Json query string to find this information. Please look into this ASAP. It will be great help. Thanking you!

hi mate

this will be customization you can get the order details in _order table

or you can use the functions getOrder in components/functions.php

cheers

in cash on delivery payment how can we make when it is succesfully delivered it is automatically paid in sales order t without updating the order status?

hi mate!

we have an add-on driver app to change the status if it is successfully delivered

https://codecanyon.net/item/karenderia-driver-mobile-app/16460414?s_rank=4

but if you dont have the driver app, you have to manually change the status

because it is cash on delivery, the transaction will not be made in KMRS

for you to know if it successfully deliverd

Hi, just a quick question: Is it possible to add a mail sender name?

I’m using SMTP Relay with GSuite. Sender is mail@mydomain.tld but when I send mails (or test e-mails) from KMRS, the sender name always shows “mail” in the recipient inbox: https://imgur.com/a/zrFQrNQ

It works with regular mail where it says in the e-mail source “From: My Name <mail@mydomain.tld>” but “My Name” seems to be missing when using SMTP mail function. A quick fix would do, no need for new option in admin :)

hi mate!

what do you mean you cannot add another email?

I didn’t say that. I’m asking how to add a sender name to mails sent from KMRS.

“I’m using SMTP Relay with GSuite. Sender is mail@mydomain.tld but when I send mails (or test e-mails) from KMRS, the sender name always shows “mail” in the recipient inbox: https://imgur.com/a/zrFQrNQ

Thanks for the help, just wanted to say I managed to fix it on my own. Change in Functions.php, public function sendEmail: $mail->SetFrom($from, ’’); to $mail->SetFrom($from, ‘My Name’);

Hi Basti,

Do we have already an e wallet?

hi mate!

sorry but this is not yet available at the moment

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