29726 comments found.
Hi Basti, you need to add (Year) between Model and Color, Screenshot below,
https://ibb.co/M2Xg0nShi mate
the model means year model of the car 
cheers
Mate that wrong, Example,
Maker = Toyota Model = Camry Year = 2020
That is the correct one please add Year.
you can add both year and camry for example cause its a text
example camry 2020
Ok but need to add Yer biside Model like Model/Year how to add that or you fixed it
will do take note
we cannot have quick fixed cause we will add more fields in table st_vehicle
ok
Hello Basti, this is a website that uses a barcode to order food and drinks. The customer only has to scan the barcode available on the tables. When scanning the barcode, the table number is automatically entered in the order details, and there is an option if you want to change the table number. Also, you must make sure that you are inside the restaurant, and you must also choose one or two mobile phones to place an order at one table.
I wish if you would do this as quick as possible.
Websites Link
https://freshqr.com.au/sgbarndale/table-6/hi mate
thank you for this link
yes i do have plans to release qr code addon for kmrs
sometimes next month
cheers
Welcome
email sent
sent
Hi, I have two problem 1) the order limit in the merchant admin dont works, whene I save, nothing appear. 2) in the dashbord in the “sales overview” panel (both admin & merchant) appear this error: functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by. The SQL statement executed was: SELECT DATE_FORMAT(date_created, ‘%b’) AS month , SUM as monthly_sales FROM `st_ordernew` `t` WHERE ((merchant_id=:merchant_id) AND (status IN (:ycp2, :ycp3))) AND (DATE_FORMAT(date_created,’%Y-%m-%d’) BETWEEN :ycp4 AND :ycp5) GROUP BY DATE_FORMAT(date_created, ‘%b’) ORDER BY date_created DESC Top Customers i have the latest version of App. Thank You
hi mate
1. what limit your referring ? your modifying the code?
2. looks like issue with your mysql sql_mode=only_full_group_by
am grouping a record in the reports which your mysql does not allow too
you need to disabled this in your server https://stackoverflow.com/questions/23921117/disable-only-full-group-byHi, Thank You for the reply! No, i havent’ touch the code, In the merchant admin (merchant—>order limit) when I set a maximum order for a day, don’t save
EDIT: the order limit is saved, but in the list don’t appear nothing
can you provide screenshot what your trying to achieve?
here the video: https://pegasoatla.it/karenderia.mp4
ah you cannot saved
i think its got to do with your mysql full group or something
cause i can see in your screenshot there is error in dashboard about mysql full group do this first
you need to disabled this in your server https://stackoverflow.com/questions/23921117/disable-only-full-group-byand send me your admin login and ftp access so i can check that sections
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi Mail sent, thank you!
welcome
i am using old krms paypal sandbox is working but live paypal is not working
what version your using of old kmrs?
paypal is working 100% in old kmrs
check first your settings
Hi matey,
Merchant dont get notification when orders is made after update, but customer get notification for example when order is accepted,
any ideas why?
hi mate
are you receiving others notifications?
if yes then its the actions of the status is missing
kmrs has actions per status you can decide what notifications to change when the order status is change
go to admin panel -> attributes -> order status -> example edit accepted -> under actions you can add actions that notification to send either customer merchant or to rider
by default this should be there
Notification to customer -> Order Accepted
I get an error each time I try to update:
500 Undefined variable $home
for those doing update to kmrs
– Update notes: update process has been change in version 1.0.7,
step 1 extract the update.zip as before
step 2 no need to run the backoffice/update anymore just go to admin panel -> ulitities -> fixed database, this will create all new tables and menu
I am updating from 1.0.0 to the latest and I dont have the Addon Manager and Utilities menu in my Admin Panel
did you extract the file update.zip ?
yes, I did
I get the following errors on the home page after extracting the files and overriding older files.
Deprecated: Required parameter $data follows optional parameter $option in /home/xxxx/public_html/admin/protected/components/OptionsTools.php on line 6
Fatal error: Uncaught Error: Call to undefined method AttributesTools::someWords() in /home/xxxx/public_html/protected/controllers/SiteCommon.php:124 Stack trace: #0 /home/xxxx/public_html/framework/yiilite.php(1796): SiteCommon->init() #1 /home/xxxx/public_html/framework/base/CErrorHandler.php(368): CWebApplication->runController(‘store/pagenotfo…’) #2 /home/xxxx/public_html/framework/base/CErrorHandler.php(351): CErrorHandler->renderError() #3 /home/xxxx/public_html/framework/base/CErrorHandler.php(218): CErrorHandler->renderException() #4 /home/xxxx/public_html/framework/base/CErrorHandler.php(131): CErrorHandler->handleException(Object(Error)) #5 /home/xxxx/public_html/framework/yiilite.php(1510): CErrorHandler->handle(Object(CExceptionEvent)) #6 [internal function]: CApplication->handleException(Object(Error)) #7 {main} thrown in /home/xxxx/public_html/protected/controllers/SiteCommon.php on line 124
can you verify that you extracted the update.zip?
cause this functions someWords is added in latest version
this error means your file AttributesTools.php is not updated
Yes. The error came in after I extracted the zip file.
that is not possible 
this means the file backoffice/protected/components/AttributesTools.php
is not updated 
open this file and look for function
public static function someWords()
if you cannot find this function it means your file is not updated
I do not see the function inside the specified directory above.
But then, when I open the UPDATES folder I see the function in the specified file. That only means I did not perform the updates properly.
What I did was… I uploaded the updates.zip into my root folder then extracted from there. I assume this is supposed to override the respective files.
yes it should replace the files
unless you change the backoffice folder?
OOh yes, I did change the folder name.
ok mate
if you did change the backoffice folder
you need to change also the folder of backoffice in update.zip before uploading to your server
so its the same folder 
cheers
Hi Mate. Thanks for the driver ready. I have obe question for you. I sow lot of same requests in commentc but no one good explanation like on other issues. Can you wrote here clearly hot to add static pages (header and footer stay the same). Just want to add FAQ, custom about us and manu other pages. I am sure that most advanced user want this.
Just wrote code snipets how to add it and how to create URL for the same.
Thanks.
hi mate
you mean create your own page in front end ?
Yes mate. Just some easy to understand explanation. Example : Add this ti protected controles / Create this file in view/
Add this code to add default footer and header. A nd add your content.
Thanks a lot. I am sure this will help all who want to customize it.
ok mate
example you want to create a page in front end called
mypage so link is https://yourserver/mypage
the steps are
1. first add the mypage action in protected/config/front_main.php
'<action:(restaurants|offers|pagenotfound|feed|contactus|mypage)>' => 'store/<action>',
2. now in file controller/store/controller.php
add this function
public function actionmypage()
{
$this->render("mypage");
}
take note functions should start with action
3. now create the template mypage in themes/karenderia_v2/views/store/mypage.php
cheers
Hi mate. So in home page we have option for “Sign up to deliver” did should has option for filling out like old kmrs for delivery sign-up and then we activate the driver after he register all his information. Thanks
hi mate
will do take note on my update list
right now registration can be done in driver app
Hi Basti, about the update is hard to do by my hpanel from Hostinger because no more opinions to do update do you have solution to do update via my hpanel not cpanel, please help me
hi mate
am sorry what do you mean?
update is very easy just upload update.zip and extract the files
and go to admin panel -> utilities -> fixed database
that’s it
I diid thank you very much
welcome
paypal redirect error issue Caught exception: We are sorry, the server wasn’t able to process your request
Hello Basti! To explain, I am using old KMRS 5.4.5 – because the newer version does not yet support all older features (like app translation).
Now, PayPal has stopped working. The error message is “Caught exception: We are sorry, the server wasn’t able to process your request”. Do you know what could be wrong? (Stripe is working fine!)
Thank you in advance!
hi mate
let me check this on my end am not sure what version of paypal i added in old kmrs
Hello again Basti!
Thank you for your response!
PayPal version as per Readme file is: REST API SDK for PHP v2
We also checked that PayPal successfully works in Sandbox mode. This error only happens when switching to Live mode. (Tested with more than one PayPal account.)
ah ok this should be a simple fixed if sandbox is working live should work also
what is your currency? check if your currency is supported by paypal
also take a look at this
https://www.paypal-community.com/t5/Wallet-Archives/Sorry-we-are-not-able-to-process-your-request-Please-try-again/td-p/939596Sent
sent
hi to all
driver app is now release for sale https://codecanyon.net/item/karenderia-driver-app/44025705
thank you
Hi Basti – Your new update 1.0.7, after i update i am getting error that i email you. Also in old version 1.0.6 when i search by city or address my merchant showed up in the list but after update nothing is showing (the list shows 0 results). Please check it.
can you let me know what is that error?
provide screenshot
Replied with screenshots, please check your email.
sent
Replied to you email
sent
Please check your email with my reply.
sent
Replied.
sent
Replied, this time please fix it because i think we are going in the circles.
reply send just update all your files cause your files is not updated that is why
Replied, please check your email
sent
Replied, please check your email.
sent
Please Basti, whats the situation with the integation?
hi mate
you mean migration from old to new kmrs?
if yes at the moment i don’t have news to announce yet
cause i realize i have still one missing addon and that is points addon
cheers
please mate I sent you an email about update bug also I mention it here and still waiting to solve it also to find a solution for future updates thanks
hi mate
are you doing update version 1.0.7?
if yes read this
for those doing update to kmrs
– Update notes: update process has been change in version 1.0.7,
step 1 extract the update.zip as before
step 2 no need to run the backoffice/update anymore just go to admin panel -> ulitities -> fixed database, this will create all new tables and menu
Ok mate i will try and let you know Thanks
cheers
email not sending to merchant after the signup or when they get approved
hi mate
first check if your run actions is working or sending emails
go to admin panel -> notifications -> email logs
if you cannot find any emails here means your run action does not work
change your run actions settings
go to admin panel -> site config -> others ->
disabled run actions
and choose fast request on drop down and save
cheers
I have done what you said but email not sending to merchant. only to customers
How do you change the info that is circled?
https://drive.google.com/file/d/10nIpjiSpKkYlFGTRM0vTQTdwP5Bpfl8k/view?usp=drivesdkhi mate
screenshot does not work
can you send me your admin login and ftp access instead? so i can do a test
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
I sent u the info. 404Eats.com
am sorry mate ?
can you upload the image here instead https://imgbb.com/
And please check why the email to merchant not sending
i think this is replace in latest version i remove this naming cause its in js file
Hi Basti.
Can you please help answering the following questions.
1-How to set it so when a merchant register it will show their country currency by default?
2- How merchant can change there own currency where to go? I can’t see the option
3- When will you add the guest checkout?
4- When will you integrate Google and Apple Pay? ( i mean is it expected this month or next month or longer?
Thank you in advance.
hi mate
thanks for your interest
1. at the moment we don’t have this features am planning to add this right now we have only 1 global currency you can set that in admin panel
2. same as 1
3. Next update 
4. i cannot promise the apple pay yet but i do have plans to add google pay maybe next update
cheers
Basti.
Will it possinle to include the merchant currency selector on the next update?
Thanks again for the great script.
sure mate it should have currency selector on front end 
Thanks Basti. It would be great if the merchants can also chose their country currency instead of having the global currency.
This will enable us to launch in multiple country.
This will also make this great script even greater.
yes that is the plan for multicurrency addon 
Hi Basti.
Please don’t forget to add the multiple currency on the next update to enable Merchant to choose their own country currency.
This will add a great value to this script.
Thanks again for your great work on this script.
will do mate 
Hi. After updating all is good just I can’t access orders in backoffice/order/view?order_uuid=ef878dba-bb65-11ed-b8ce-5c806da1e186
It showing empty
I did updates 3 times and same thing. But in merchant I can access the order details just only in admin side. Also its showing still Version 1.0.6 and your demo too.
do this
– Update notes: update process has been change in version 1.0.7,
step 1 extract the update.zip as before
step 2 no need to run the backoffice/update anymore just go to admin panel -> ulitities -> fixed database, this will create all new tables and menu
don’t worry about the version i think i forgot to add this functions to update version
Thanks basti, yes I did exactly how you said. I did that before nothing wrong it was but this version all updated new files but in my end order not displaying on dashboard for backoffice/order/view?order_uuid=ef878dba-bb65-11ed-b8ce-5c806da1e186
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#contactcheers
Thanks mate already sent.
reply sent
Thanks mate. My site the one I use now it’s version 1.0.6 I don’t updated to last one.
ok wait for my email
@NajahAlGhazali you put the update inside a folder. You can’t put it inside a folder. You should unzip the updates.zip to public html so it can ovewrite the old files. And then go to fixed database. After you do that correctly it will still say v 1.0.6 but in the side menu it will show the delivery management
thank you mate for your help 