29717 comments found.
check your email
sent
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
you will have to modify the code to achieve this
i suggest hire a developer else you will find this hard
all forms can be found in protected/views folder
example for admin panel
its views/admin
for front end its views/store and views/front
for merchant panel views/merchant
How will I get the newly created fields to show on buy the website as well as the mobile apps? I provided more info in my email. I’m asking on behalf of my developer so just need to have a better understanding of what I mentioned in the email.
I look forward to your response, 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.
cheers
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
thanks 
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
welcome
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 ?
hi mate
web version has its own code same with mobile app
if your modifying the web version you need to change it on web version code or kmrs
like i said before all can be found in ajaxadmin.php
Sorry, I’m not talking about OCR anymore, I mean where can I add another type of service in the delivery or pickup area. I want to add the services to enter the parking lot. Could you give me a tip on where can I start?
ah sorry mate
my bad
you can add those in components/functions.php look for function Services()
thank
enough, no surprise? this works for mobile2 and singleapp … or do I have to add it in the module files too?
there is only 1 function for this and that is functions.php 
take a look at Services() and DeliveryOptions
I tried to do it but it causes the following error
https://ibb.co/PC5WSLx
add this:
DeliveryOptions
case 8:
return array (
‘Curbside-Pickup’ => t (“Curbside Pickup”)
);
break;
for
Services ()
8 => t (“Curbside Pickup”),
when I add it it causes time and date words to be deleted in mobile2
check your code 
test the mobile app in your browser so you can debug your code
ok
cheers
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/Calk46zthis 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
i need to check your files
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
email sended bro
can you verfiy?
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/r3sdbPvhi mate
looks like you modified the files? this is not how supposed to look like
if you change any of the files please revert it back
or use the original files
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
Hello Basti, some questions: When the customer opens or closes the trade by the close store option the merchant is out of order in the open and closed pages. Example: Macdonalds was in the settings and scored close store. The closed Macdonalds is among the open ones. To reorganize the list, go to Open store day (s) :, make any changes and save
In invoice croncontroller can I change LIMIT 0.5 to LIMIT 0.50? Will this create 50 invoices at once? I ask because I use shared hosting and I have to run cron manually to generate all invoices
hi mate
1. sorry can you provide screenshot so i can understand
2. yes you can 
1 – Send Mail Screenshot 2 – Very Tks !!!
sent
Image 1 merchant open between closed ones. Video showing change of opening hours Image 2 the merchant goes correctly between the open ones.
You need to do the video procedure for the merchant to classify correctly
sent
For who need product import through xls excel file, i have it. Please contact trifacil at gmail.
ok