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.

29719 comments found.

hi mate

can you add new update scoring system Speed, Service, Flavour

I showed in the pictures

https://imgur.com/PA0YzJT https://imgur.com/DUviDv0

Thank you Basti

added on my update list

Hi Basti, we have created a model of html template, copy the code and inserted it into the kmrs email templates, but the result we get is this: https://imgur.com/gallery/ljxZqwq because? what is missing?

hi mate

better check your html format cause am saving the template as raw

so it means what ever you put in template will be saved

take note someone is using an html format template in there system and it looks great

cheers

check your email

When the customer tries to update their details e.g. First and Last Name in the Profile.. they keep getting this error “Sorry but your mobile number is already exist in our records” ... why is that?

hi mate

the phone number should be unique for each customer

try to check in your customer if that phone number already exist

cheers

Hi mate, understood and fair enough.just not sure how come in the first place the duplicate of numbers managed to get in for 2 different customers .

cheers i think all my code will check first if the phone number is existed

unless it was manually done via database

I’d like to know. if direct payments. are online payments to the merchant direct?

hi mate

you mean the payment goes to merchant?

if yes you need to set your merchant type to membership

so all payment goes to merchant account

and merchant will need to set there own api credentials

Hello,

I sent you an email but you haven’t responded yet. Can you please respond to email. I had question about creating custom fields inside the admin and merchant panel. And how we go about doing that. Thanks

hi mate

it will depends on the page you wanted to add those fields

web and mobile app has different code

you need to tell your developer to follow the code

let me give you an example

example for /signup page on front end

you see the link is http://yourserver.com/signup

now the signup is the action name

open the file controller/storecontroller.php and look for function actionSignup()

from there you will see this line

$this->render(‘signup’,array(

am rendering signup.php and you can find this file in views/store/signup.php

you will find all the forms for sign up here on this file

now in mobile app you will see all the forms in www/index.html

it will depends in your developer skill if they can follow some other code

So I’m trying to create fields in the food item to display as another form of discount. So that the merchant can set up discount amount per day or hour. For example, some custom fields that let the merchant set a 50% discount on the first date and then 65% discount the next day.

you will have to study the code like i said

am sure your developer can do that

French Translation for Karenderia Multiple Restaurant System version 5.4.2 (17 June 20) script & Karenderia App Version 2 version 1.5.5 (06 January 21) are updated !

More information here => https://super-webmaster.com/karenderia-french-translation.php

Thank you Basti <3

looks great thanks mate

Thank you very much Basti <3 Thank you also for scripts

Hi mate, please see the picture.



This is order details on receipt, how to move to Pickup Date, time and Delivery Date, time After Order Details?
The restaurant needs quickly check the Date and Time for delivery or pickup, sometimes get pee-order, not easily check the date, the restaurant prepares food, the customer not coming, and the restaurant finds the date lately. Because so busy, same time so many order coms, the restaurant uses many online order system and get order phone call too.
The print receipt also the same. I think the next update for Merchant App also changes for show Date and time on first-line.

you need to modify the files models/view-receipt.php

Thank you, I will try.

Hi basti, I read that the multicurrency addon will be out soon, but what exactly will it be? what exactly is it for?

hi mate

that would be correct am working on this new addon so that is why am not often here to answer queries

it will be an standard mult currency instead your kmrs support only 1 currency with this addon you can use any currency and it will change the food price automatically depends on the currency you will choose

or in the front end customer has options to choose currency and all food price will be change to there own currency

and also it has auto detect location like if your in japan it will use jpy as your default currency

ok, i understend, so for the beta test of the backend will it take after the release of this addon? will it be this month (i mean backend)?

that would be correct after release of this addon

and for release i cannot promise yet since am currently developing it, but don’t worry its almost done :) hopefully it will be this month for multi currency

for new backend and front end not sure yer when

cheers

Basti I want to remove the card number in the admin and in the merchandise when you click view -> Order Details in the orders. I can’t find the code. I need to hide or mask the code so that the customer’s credit card is not displayed

you can find this in protected/models/view-receipt.php

Grace it worked for me

Basti, I’m inserting manual status. I ask is the initial_order status important? If this state did not have the order in the history, what would happen?

hi mate

yes it is , let me explain the initial_order status

this is the default status set in your database table _order for status

when someone order in your site like place the order it will insert in database and the status is = initial_order

and customer continue to payment and choose cod and click place order now the code will change the status to pending

but if the customer did not continue with the payment that order status will be initial_order so basically those who have initial_order

is called abandoned orders

Thanks for the explanation, now I understand much better

So much struggle and a lot of reading I was able to manage to use the OCR function to pay directly from the system and connect to an external api. Basti :( you have a lot of independent code you almost had to modify several lines and several files to make it work :(. But nothing has already been achieved. It could be done, I only have a small detail -> I want to add a new service, could you tell me where I can start ?

check your code :)

test the mobile app in your browser so you can debug your code

ok

Hi,

It is possible to use the api rest to consult ‘GET’ the orders that a merchant recive, to import it to a POS system ?

Or can we use another module that you have like printer module or the mechant reciveiving app module to sent a json with the new orders details to a webhoock ?

Thank you

hi mate

its better to create your own REST API, you can get all the data from the database and hire a developer cause every POS has its own format

cheers

Hello,

I want to know how can I set offers like Buy One get One Free, or Buy Two and get second 50% off and so on…

Thanks !

hi mate

at the moment this is not available

hello Bast

well i am facing a problem … i would like to move my KMR system from www.myoldwebsite.com to www.mynewwebsite.com

i tried that by moving database & files but since i have all of your products (driver , mobileapp , merchant app)

apps & website stops working :/

could you please tell me the proper way in steps … how to do that in the right way?

Thank you

hi mate

usually the issue is with the database mirgration

follow this steps

1. when you export the database from your server don’t include all the view tables you will know which is view tables it has name on it like _view

https://imgur.com/a/Calk46z

this is very important during import to your new server make sure it has no error and if it has error you need to redo it again until there is no error

else you table will be messed up like missing auto increment etc

2. copy all the files to your new server

3. import your database to your new server

4. change the database connection of your new server to your new database in procected/config/main.php

5. check the folder protected/runtime

make sure this folder permission is set to 0777

cheers

Is there any way so that on signup I can set it so that a user automatically gets set to > Membership Type-Commision. I want to offer a free package that automatically sets a restaurant as commision on signup.

hi mate

not available you will have to change this manually under merchant list or you need to modify the code to auto matically set to auto commission

hello codeking check eetster.nl when i go to check out and click on guest chack out or any checkout the cart gets empty can you fix all i did is added a floating cart check mobilie view but i am stuck a this please let me know what to do

hi mate

can you check your changes in your code?

looks like the session has been cleared

that is why the cart is not there anymore

yes you right any idea hero how to fix this i searched every thing

hi mate

i think you clear this cart in some of the main files

and i cannot find it :(

so you better review all the changes you done

just look for $_SESSION[‘kr_item’]

it happens when you visit other links

example like this

try to add to cart

and now open a new tab in your window and open contact page or any page

you will see it will clear your cart

so you have added some code that will clear your cart

Hi mate, hope you are well….just bought your Driver App module, but realised with deliveries.. at Payment option page, the fields are somehow truncated and not very user friendly. Any ideas? See the screenshot

https://ibb.co/r3sdbPv

Hi mate, apologies but would you be able to tell me which file would this Payment option screen be on? As we only modified the menu screen….

Anyhow… I got it fixed now via the css.. thanks for your kind help as always. Hopefully, can somehow get the Driver app to work now as well…

awesome!

Hi, when customer try to reset the password via forget password, it says :email address cannot be found..” The email actually is there in the database. How can we fix this? Thanks

hmmm can you verify mate?

maybe your mistaken

forgot password is very basic function

Once we select a restaurant, how can we search a food item in the particular restaurant, (if there are lot of items in the menu)?

I think this functionality is missing. If we need to add that by coding, could you please suggest the best coding resource available for Yii framework?

Thanks in advance.

this is disabled by default

turn it on in admin -> settings -> menu options -> Enabled Food name Search

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