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.

I want to add a custom payment gateway and also a custom sms gateway. How can i do that?

you will have to modify the files

for adding sms gateway its very easy just add your own code in components/functions.php look for

sendSMS

hi mate

adding payment gateway requires knowledge in php so if you don’t have any background in coding you will find it hard to understand this

adding payment gateway is very easy if you know how to code just example stripe

when you pay using stripe it will call this action contoller in storecontroller.php

public function actionstripeInit() { }

cheers

Hi, How can i convert this into single restaurant (front-end)

1. edit the file controller/storecontroller.php

look for function actionIndex()

change it to

public function actionIndex() { $this->redirect(Yii::app()->request->baseUrl."/menu-mcdo"); Yii::app()->end(); $this->actionHome(); }

where menu-mcdo is your merchant url link

Hello, I am trying to configure the paid market but both version 1 and 2 give error, see the screen. https://imgbbb.com/image/LtshTy

another detail that I found strange changing to paid market or paid market V2 the payment url is the same

sorry mate what do you mean paid market? also screenshot does not make sense to me

Hi Basti,

Infobip SMS Gateway is among the cheapest SMS platform, can you add it in your integration list?

Here is the API documentation link: https://dev.infobip.com/getting-started

at the moment adding this will be a customization :(

How much is it going to cost to add it

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

Hello I cannot upload the logo from merchant pannel, browse button is not working, I have sent you the mail with login details kindly solve it

Hi hi my mobile app show the error this merchant delivery only in kilometers I use the last version of mobile app please help me

but the translation does not works I copy the two files mobile.php and mobileapp.php in a new folder fr in the folder protected the following error is displayed ’’Translation file is not yet ’’

post this to mobile app you are in kmrs not mobile app

Hi Basti,

Sitll no luck. Merchant Status Update does not send out email to notify the merchant. There is a sample template inside and I did not change anything.

Other than that seem working. Code activation also working.

By the way, when I do testing using paypal sandbox why the payment status is “pending”. Braintree and Strip automatically set to “Paid”

hi mate

what template is this one?

and for paypal it should be set to paid after the payment kindly verify

paypal 1 and paypal version 2 will set to paid once successful payment

Hi Basti,

From This remplate: MERCHANT_CHANGE_STATUS this only happend to Commision Type Merchant…. Membership Type no problem…

Paypal sandbox does not set payment to “Paid” for merchant registration. I cannot manually activate the merchant. After set and save to “Active” the merchant still under “Pending” status…

1. please verify again i don’t have any condition that check if commission or membership i always send email

only i did not send email if the status is not change

2. ah ok the status will be only set to active for merchant once they verify the OPT

so make sure you did not disabled the verification

Baski because the paid orders do not enter as Pedding orders and because the Taking Order platform can only take a state to execute push. Because it is not necessary that a PAID order caused by paypal or card payment be a finalized order. Now, we can assume that all orders enter as pendding or another state. but the system lets you take a state to send the initial push. That’s wrong, I should have more obtions.

sorry am kindly lost here

its better to provide an example

For example if the customer orders an order and pays by paypal. The system places that order as “PAID” pays and when the taking Order receives it, it does not put it on the pendding list. Now it has only one configuration to indicate the PUSH to the system as default has the status of pendding, but when the customer makes the purchase in paypal appears paid. This error causes you not to leave or send a push to the restaurant’s Merchant Mobile App system. Therefore it does not enter as new. Create a status indicating finished. It should have another field or configuration that we can select which state. You can determine the order end.

https://ibb.co/yX3SDZg

New Order Push Status “Be able to put more than one state for warning”

Since only the PAID status would not be an option, since the system receives orders without the customer paying online.

Accept Order Status is fine!

But you should also have another that marks the end of the order, or says processed. To be able to select which state is the end.

Buyers who have questions can do the same thing. Search if you have your question on KRMS as suggested below, many questions are similar. Stop being lazy, help basti avoid posting a question all the time without first researching if he already has an answer to his problem. I have already memorized many repeated questions from various buyers who are too lazy to research and ask 3 or more questions that basti has already answered.

Can I make a suggestion for everyone? Here we have a question and answer information lookup field.

Basti is alone and sick, my suggestion is: Before posting a question, go to the search field as it is in this image http://i.is.cc/2r023YCw.png and type in your question as you may find the answer and thus avoid repeated posts. See that already has many pages and surely your doubt Basti already answered a buyer.

This is a suggestion and so he will not be overwhelmed with so many messages here that suddenly has already been answered.

Thanks for understanding and we look forward to his improvement.

@zerogeneration If you wish, please contact me https://codecanyon.net/user/dfvascao#contact

@imaginegrouptkg If you wish, please contact me https://codecanyon.net/user/dfvascao#contact

Hello Basti

After upgrading to latest version when my payumoney is redirecting back it show an Error. And order not placed but the money is deduct from the custermer account

Payumoney Redirect To https://www.webiste.com/store/payuinit/id/114

This page isn’t working www.website.com is currently unable to handle this request. HTTP ERROR 500

Thank you

do this in the file protected/config/main.php

under the array noCsrfValidationRoutes add this

new array

'store/payuinit', 'merchant/payuinit',

Thanks it works

Hi Basti, On every page which gets info from database, I have a message “processing…” and nothing else happens.

Thanks.

hmmm where is this mate? can you provide screenshot?

Dear Basti, Can you please install it on my server? I have purchased the the item.

sure mate send me your cpanel access

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

some help i send you email but no response i have problem ajax in login admin

Hello! i looking for how to install apps u bought all apps but i don’t have time to install them just can you looking for an easy way to install apps i can pay for that this is my website karimexpress.ma

send me your cpanel access i will install it for you

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

Hi Basti,

I’ve enabled SMS receipts to the customer & merchant.

However, at the guest checkout there is now no option for the customer to enter a contact email address, only their mobile number?

Is there a way to have the guest checkout display fields for both email addresses & mobile phone numbers?

Also, is there a way to include the customer’s email address &/or mobile number in the merchant receipts that are sent via email & sms?

And finally, is there a way to include the restaurant’s phone number & address in the customer receipts that are sent via email & sms?

Thank you in advance!

hi mate

i think there is already email address filed during guest checkout its a separate fields under create account

Hi Basti,

Thanks for clarifying that. So they only leave email if they want to create an account? Correct?

I have two other questions:

1. Is there a way to include the customer’s mobile number in the merchant receipts that are sent via sms?

2. Is there a way to include the restaurant’s phone number & address in the customer receipts that are sent via sms?

that would be correct

1. in your template use this tag [customer_mobile]

2. for restaurant’s phone number at the moment this is not available i will check see if there is quick fixed for it

Hi Basti,

Do you have a plan to add function for merchant admin to edit customer order ? we need to edit order especially in quantity of product that customer order.

at the moment its not a priority but i do have plans

Hello basti! I have a question. Is there an option where I can disable vouchers for pickup orders? I don’t want to have customers to use my vouchers for pickup since we have are giving money away and we don’t charge for pickup cash orders. Is there a quick fix for this? Thanks a lot basti

My Client have purchased this PHP script ( and he purchased your 3 Addons too, I can request him to paste this reply from his account to confirm purchase ) just yesterday and I need to make custom application with this project’s API, I can’t see any endpoint documentation of this, If my client purchase your android application too, will I get some reference of API endpoints ? since it’s impossible for to develop application without knowing available APIs, any guide ?

Thank you so much.

hi mate

there is no api in kmrs rather you will find existing functions that you can call

only mobile app has api

cheers

Yes, but if I purchase your mobile app, can I find API code and endpoint in your apps code? Thanks.

sorry but i cannot longer answer your question

i only answer who actually purchase my item

that is how it works in codecanyon

cheers

Dear Sir We have been sending you splash screen and icon of Myfood24 since 29th August and since then we have not received any reply from you from you since then. It suppose to be handled within few days.

Please replay us ASP. Wit best regards

Majid Hakki

wahhh sorry i forgot :(

was sick for almost 2 weeks and i forgot that i need to compile your app

are the access that you send me still working?

i will email you today

reply sent in your email

hello basti I’m installing in a vps and I get this

Comprobando requisitos .. Conectando a la base de datos … Base de datos exitosa [OK]

PDO instalado [OK]

Sesión [OK]

mail () está disponible [OK]

CURL está habilitado [OK]

file_get_contents está habilitado [OK]

Crear un archivo .htaccess

RewriteEngine On RewriteBase / RewriteRule ^ index \ .php $ – [L] RewriteCond% {REQUEST_FILENAME}! -F RewriteCond% {REQUEST_FILENAME}! -D RewriteRule. /index.php [L] ¡No se puede abrir el archivo! /Var/www/html/.htaccess

you cannot install it? if yes send me your cpanel access i will install it for you

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

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