29724 comments found.
Hello. In step 7 of mobile app install, it says add the hook for sending push notification when the merchant change the order status open the file /protected/ajaxadmin.php and look for the functions updateOrder() on line 3254 add the following lines after the line $DbExt->insertData(“{{order_history}}”,$params_history);
but there is no ajaxadmin.php in the /protected directory. However, there IS that file in protected/components although it is camel cased as AjaxAdmin.php.
but the code looks completely different from the installation guide.
It says right before step 7 “skip this step if you are using the latest version” but I do not know how to ascertain that I am using the latest version, and by comparing the code in AjaxAdmin.php it looks different and some of the mobile app code is commented out. Should I take away the commented out portion so that the code is processed?
$DbExt->insertData("{{order_history}}",$params_history);
SHOULD BE PROCESSED CODE? -> /if (FunctionsV3::hasModuleAddon("mobileapp")){
Yii::app()->setImport(array(
'application.modules.mobileapp.components.',
));
AddonMobileApp::savedOrderPushNotification($this->data);
}/
if (FunctionsV3::hasModuleAddon("driver")){
/Driver app/
Yii::app()->setImport(array(
'application.modules.driver.components.',
));
Driver::addToTask($order_id);
}
/SEND NOTIFICATIONS TO CUSTOMER/
FunctionsV3::notifyCustomerOrderStatusChange(
$order_id,
$this->data['status'],
isset($this->data['remarks'])?$this->data['remarks']:''
);
if (FunctionsV3::hasModuleAddon("driver")){
/Driver app/
Yii::app()->setImport(array(
'application.modules.driver.components.*',
));
Driver::addToTask($order_id);
}
hi mate
if you are using latest version of kmrs you don’t need to change anything
as its already added in latest version
cheers
I tried to install the app on eHost but I got the CDbConnection failed on installation.
Here is the URL.
http://testwebsystems.com/ordering2/index.php/installIs eHost not compatible for this app?
mate looks like you install it already but take note and its urgent
just a reminder make sure you delete or rename the file protected/controller/installcontroller.php after the installation
i have mention this after you install kmrs if you did not delete this file or rename it someone might able to re install kmrs again in your server
pm sent
sent
sent
sent
sent
sent
Hi Basti, 1. I want to remove some filed from guest checkout and change place holder. 2. currently i am giving cash on delivery only. So, I want to by default checked cash on delivery 3 Want to remove “change for how much” option from cash on delivery
hi mate
1. guest checkout and normal checkout is the same file you can find it in views/store/payment-option.php
2. if the payment option is only one it will select as default to remove change for how much you can find that in views/front/payment-list.php
just look for change? For how much?
Hi Basti
First of all, congratulations, you did a great job. Mate I need your help with Two Flavors Here in Brazil there’s the Code of Consumer Protection According to the laws it’s forbidden to sell two-flavored pizza by charging the consumer for the highest value If the consumer communicates the legal authorities the owner of the pizzeria will have major problems www.ifood.com.br www.spoonrocket.com.br www.pedidosja.com.br www.deliverydireto.com.br None of the above software charges for the higher price because it’s against the law
So at the final price for two flavors what I need is Flavor A $10.00 Flavor B $16.00 10 + 16 = 26 / 2 = $13.00
Can you tell me in which file and how do I change this I’m asking for your help because I’m not a programmer.
King regards!
hmmm so that is the new computation? or some other can use the highest value as well ?
at the moment i cannot tell the code cause i never tried this one
the functions for computation happens in components/functions.php function displayOrderHTML
Mate sorry i was wrong What I need is the sum of the values Flavor A $ 10.00 Flavor B $ 15.00 Final price $ 25.00 It was you who made the change in www.pedidodaweb.com.br It’s your software
thx
hi mate if that is the case don’t tick the 2 flavor this is normal computation
cheers
urgent
just a reminder make sure you delete or rename the file protected/controller/installcontroller.php after the installation
i have mention this after you install kmrs if you did not delete this file or rename it someone might able to re install kmrs again in your server
cheers
Hi mate in which file is the function that selects the highest value flavor thx
when you tick 2 flavor during adding of food item
in your sample it adds the 2 flavor so i suggest don’t tick the 2 flavor
I will share purchase code if needed. I need urgent support. System installed succesfully.but design not coming in the proper way.
did you manage to install without error?
check your php server if php 7 this will not work at the moment you need to use php 5.6
as there is issue with php 7
Hey Basti,
hope you’re doing good. I just wanted to let you know about two bugs I discovered in case you’re not aware of them:
1. When a merchant registers and is active it shows the merchant open tag as “open” unless you have set something in the merchant panel at “store day(s) open”. It should show “closed” (or nothing) as default.
2. Email validation does not work with .one domains, i.e. mail@domain.one (probably other new domains too)
Thanks 
hi mate
thanks for bringing this to my attention
1. as default the merchant is open if there is no set opening hours it will treat as open
2. am using email validation jquery http://www.formvalidator.net/actually i check its working can you let me know which part on the site its not working with email address like mail@domain.one ?
cheers
Oh ok, if it’s intended it’s not a bug then. Personally I feel like it shouldn’t show anything because no opening hours are set and therefore the merchant should not be declared as “open”.
It didn’t work for me at the Restaurant Signup / step 2 of 4. “You have not given a correct e-mail address” when trying with a .one domain.
hi mate
1. you have a point there maybe adding new settings in merchant panel will fixed this
2. yes you are correct its the validator that i used http://www.formvalidator.net/i will change this to boostrap validator
Cheers, I’ll let you know about more bugs if I find any and they’re not listed in the comments here on CC. Keep up the awesome work! 
thanks mate
and yes please let me know
cheers
pm sent
sent
sent
sent
Hi mate. I am using msg91 message gateway, i have selected “transactional route” in the admin sms msg91 page. New order sms is working fine. But when i try to add sms verification for new users, i am not receiving the verification code, when i check the sms logs, in the status it shows as “few parameter’s value are empty : message”. Thanks.
Mate i tried add in ->Sms template in admin -> notification -> CUSTOMER_VERIFICATION_CODE_SMS. I added “Your OTP is” and i tried again i am receiveing message as “Your OTP is” only, there is no OTP/Verificational Code in there. I know that i have to add tags to the SMS, but i dont have any idea what tags i have to add to get OTP. Can u please guide me. Thanks.
sample template
Your signup verification is [code] regards [sitename]
Thanks. I will check with that mate.
cheers
Its working mate
cheers 
Hi,
How to I can send email to merchant when place order success?
Thanks
sorry you mean when there is new order?
1. set first the template in admin -> notification template -> RECEIPT_SEND_TO_MERCHANT
2. in merchant panel -> Alert Notification -> Email address set the email address that will receive the email for new order
Hello any possible to to add food like every sunday or monday or other any day it will be show for 1 day.. because some restaurant make some food weekly or in week 1 or day.. here any option stay like this?
2. any possible to make a categroy like offer.. some restaurant give offer some day.. offer food will be show there.. like this.
hi mate
1. this is already added on my update list expect this in next update
2. sorry can you provide example?
cheers
1. this is already added on my update list expect this in next update
ans: when we will get next update 
2. sorry can you provide example? ans: example sir… restaurant give offer. but customer how now which which restaurant gives offer? any category will stay like offer.. there only show offer food restaurant wise then it will better. like this
1.
after the single addon is release
i need to really finish this first as its been a while that i don’t have new item
2. ah ok got it its like a list of merchant that provide offers
1. single addon when you will release.. before 1/2 month i was listen you release single addon for that i ask..
2. yes like that.. it’s possible to do?
1. around may or end of may
2. yes its very much possible
2. yes its very much possible
next update you do that or any easy solution stay?
sorry mate next update mate we need to create a new page for this and create new functions for getting the merchant with offers
ok thanks.. but if possible please try to give update asap…
i will try my best mate cheers
Hi Bastie, I have sent you an email. Kindly check and assist.
sent
where can merchant see all orders
in merchant panel dashboard?
or to see previous order go to merchant panel -> Sales Report
I get this error while trying to install. Do i need to change the details of the database? And where?
Checking requirements.. Connecting to database… CDbConnection failed to open the DB connection.
PDO installed [OK]
Session [OK]
mail() is available [OK]
CURL is enabled [OK]
file_get_contents is enabled [OK]
Creating folder upload Creating folder runtime Creating folder runtime There seems to be error in checking your server. Please fixed the following issue and try again.
hmmm did you purchase?
Hello ! Is about few weeks that i m waiting a support from you .. I renew the support licence hoping was that the cause to dont take care about my issues … Can you please get in touch with me in order to fix the karendera software? Since i add the modules everithing went wrong …
Regards
Alberto Massa
can you let me know what is the issue? let me know the issue so i can answer you back
sorry but please be patience due to many queries and support to other buyers the the support is up to 5 days
just take a good read on the docs for installing modules you will be one its already in there and please ask question on correct item if mobile app post your question in there
Do you have a choice of items or available item category available only during opening hours? for example, I have customers selling breakfast and pizza at night, but like pizzas are not available for sale during the day.
at the moment this is not available this will be added in next update
cheers
Dear Author,
we want to contact about customize muli services on your theme
Sample :
- Resturant delivery and booking - Car for rent booking - tourist ticket booking
kindly discuss it with us on skype
Here is my skype: quycisco
Thanks
sorry mate at the moment am not available for customization as am working on single resto addon
can you customize and addon fee ?
sorry mate am not really available
Hi Basti, i have a problem with new order sms , sms is getting sent but not through selected sms gateway, its blank under gateway column. what do i do?
did you run the cron jobs for processing sms ?
this will only be fill once the sms is process by your cron jobs
also in admin -> settings -> enabled what sms gateway you need
for example nexmo etc
Cron Jobs are processing, i have also enabled the gateway, the verification sms is sent through the gateway but not the NEW Order sms
also the test sms is going through the gateway but new order sms isnt
new order sms for merchant or admin ?
for order notification for merchant check
1. admin -> notification template -> RECEIPT_SEND_TO_MERCHANT -> sms
2. go to merchant panel -> sms settings -> Notify Mobile Number
for admin
1. admin -> Notification template -> RECEIPT_SEND_TO_ADMIN -> sms
2. admin -> notification settings -> RECEIPT_SEND_TO_ADMIN SMS
cheers
ive done all this, should i send you my login details? you will have better idea if you see it
its there in sms logs but without gateway
if you see it on sms logs and the status is pending that means you did not run the cron jobs that process sms
you can find the cron job link in admin – > cron jobs
if you still cannot make it work
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
hey basti why you are ignoribg me ? i m send you mail too
sorry mate am not ignoring any body
its just that i have so many emails and am going tru one by one 
reply sent
Hi Basti, Is there any way to translate the “packages add” section. This section can translate the admin data text but will not save users translation for front-end. I tried adding package name to translation file and did not work.
Thanks!
you mean the package name? and description ?
Yes, that is correct. Title and Description fields will not translate. If I go into other language and enter translation, it will save in only one language at one time.
Not really a big issue since I just added both languages for the info., for example, “PAQUETE MENSUAL – MONTHLY PACKAGE”. But this issue could be a problem if anyone wants to use several languages..
In doing some searching in this forum, I found a thread that we cannot translate ‘custom pages’, maybe this is similar issue?
I also just created a custom page for the all important TOS and copy pasted data (Notepad) into custom page. Formatting was very off, many words got pushed together and page kept on freezing and getting browser notification: This page is slowing down your web browser, do you want to stop the page, etc..’ .
Then I tried adding translation for TOS on same page and got this error:
Request-URI Too Large
The requested URL’s length exceeds the capacity limit for this server.
For some weird reason, the TOS text data size is affecting URL structure? There must be a limit to amount of text characters for custom pages?
Thanks!
hi mate
sorry at the moment packages has no translation it need a new field for translation just like when you add food item
and for custom page maybe you are adding a javascript?
try first the content with simple text