29719 comments found.
Hi basti, just very quick question, i haven’t install ssl on my website server now i bought ssl for the site so of course i need to change the link from http to https, so could you please tell me the folder and file location to change site url to https? Many thanks in advance.
change your htaccess to
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
Posted in wrong section. Moved to Mobile App

Bonjour, basti, je vous ai envoyé un mail concernant la traduction. Merci
sent
hello my friend, i just sent email
never mind, solved. thanks
sorry for late reply
glad to hear 
cheers
no problem my friend, thanks
cheers
Hi, I am wondering if you ever gonna publish single restaurant version of it. I’ve been waiting for it but it seems it’s not gonna be anytime soon
am doing a survey and single app website as a low score
so
kindly vote here https://linkto.run/p/C9R31O2OHi
I am MEHROOF RAHMAN. I would like to buy your Multipple Restaurant Environment. But I have a question.
I am doing business in Czech Republic. Our Payment gateway is Comgate https://www.comgate.cz/en
and Gopay https://www.gopay.com/en/
is it possible to integrate with this environment.
Thank you
i can add it with fee
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Dear bastikikang,
After move to new server, i can not modify any function( can not add new page, can not add package) with error below. Please help give advise. Invalid datetime format: 1292 Incorrect datetime value: ‘0000-00-00 00:00:00’ for column ‘date_modified’ at row 1’ in /var/www/domain.com/yiiframework/db/CDbCommand.php:358\nStack trace:\n#0 /var/www/domain.com/yiiframework/db/CDbCommand.php(1278): CDbCommand->execute(Array)\n#1 /var/www/domain.com/protected/components/DbExt.php(29): CDbCommand->insert(‘{{custom_page}}’, Array)\n#2 /var/www/domain.com/protected/components/AjaxAdmin.php(10826): DbExt->insertData(‘{{custom_page}}’, Array)\n#3 /var/www/domain.com/protected/controllers/AdminController.php(225): AjaxAdmin->addCustomPageLink()\n#4 /var/www/domain.com/yiiframework/web/actions/CInlineAction.php(49): AdminController->actionAjax()\n#5 /var/www/domain.com/yiiframework/web/CController.php(308): CInlineAction->runWithParams(Array)\n#6 /var/www/domain.com/yiiframework/web/CController.php(286): CController->runAction(Objec in /var/www/domain.com/yiiframework/db/CDbCommand.php on line 358, referer: https://domain.com/admin/customPage/Do/AddCustom
Thanks, Du
Dear bastikikang, Please help me the problem. Thank you!
are you using latest version of kmrs?
looks like issue with server mysql strict is enabled
if you have option to turn off your server mysql strict that would be great those error will be gone
cheers
Yes, I am using latest version. And It is working after disabled mysql strict.
Thank you so much! Du
awesome! cheers
Hello sir Pre purchase question I like Ur all app I just want to know how can I get this app on iOS . Is this native app Plz revert asap
hi mate
all my app is not native am using onsen ui http://onsen.io/
the app can build already to ios and android
cheers
Hello mate. How please can i do like that for the Printer modules for merchant when he need do change in the setting. i do not want the merchant mess for the printer setting http://d.up-00.com/2018/09/153811065185281.png thanks
in controller/ajaxcontroller.php function actionmt_savesettings()
before the line
$mtid=Yii::app()>functions>getMerchantID();
add this
$this->msg = "this action is disabled";
$this->jsonResponse();
Sorry mate i cant find this file, Did you mean protected/controllers AjaxController.php Because i can’t see in this file sorry again
you can find it in your printer modules 
modules/printer/controllers AjaxController.php
Hi mate! See your email please!
sent
sent
sent
sent
sent
sent
sent
sent
sent
ORDER_REQUEST_CANCEL_TO_CUSTOMER Push notification template not working for the mobile app ? how to fix this ?
kindly verify those are working 100%
also comment in proper item
cheers
am calling the same functions found in web
so there is no way for it not to work
Its working yes, sorry i forgot something while updating, thank u
I have a small question, how can i move database to another server correctly ? Cause i can’t do it right
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/Calk46z2. 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
cheers
change the status for pending when placing order, in merchant admin, and in driver admin I select accepted so request not sent directly to driver until the admin accept. This works great with COD, but when using payment ( paypal or stripe) the system marked as paid and it send request directly to the driver ! how to stop this and keep all new order pending until the merchant accept.
in the file views/stripe-init.php
remove this code
if (FunctionsV3::hasModuleAddon("driver")){
Yii::app()->setImport(array(
'application.modules.driver.components.*',
));
Driver::addToTask($_GET['id']);
}
for paypal remove the same code found in components/ajaxadmin.php look for function paypalCheckoutPayment()
Thanks for reply, yes it works perfect if I order from web but if I order from the mobile-app, The system send request to driver before merchant changing to accept. Please advice
in your mobile app addon modules
in apicontroller.php look for actionPlaceOrder()
remove the same code i posted above
When placing a discount on item. So if order is 100$ and discount 10% it should be 90$ . so the invoice when customer pay it is 90$ but when I got email it send 100$ without discount. This happened when order is paid. If I create COD it send email with title “we received your order “ with correct value, but also send email titled “your receipt for order ID:xx” with the wrong value or without the discount . How to fix this please Regards
this happens when i order from app. if order from web the receipt is correct
hmmm can you provide me screenshot?
also kindly post to mobile app
660afa6b-7f15-42ba-b52f-7262d7cdb056
Hi, Bati. There is no case, I do not know how I can fix the database, so that clients appear in the front. When I wanted to import a copy of the database, in PHPMyAdmin I got an error: Pedia SUPER privileges, in CREATE algorithms, and in ALTER TABLE. and I do not know how to save, because my server is shared. Thank you. Greetings: Alfredo.
when doing export database from your old database don’t include all the view tables
you will know what is view tables most of them starts with _view
https://imgur.com/a/Calk46zHi Basti, are you available for customisation work at the moment? I’m looking to change the way the Search as address works. I’ll PM you details
reply sent
Hello BAsti,
I sent you message details about to solve an issue on URLs, please check asap.
Thanks!
sent
hello Karenderia team,
I had purchased the kmrs and mobile apps and want to know how i can activate the LTR and RTL versions in one website also how to make this in 3 mobile apps ( Merchant, Client, Driver )
Best Regards,
unfortunately there is no RTL support for mobile app
for website you can enabled it on admin -> theme settings -> Enabled RTL
Hi, I’m changing servers. The site, the admin page, the merchant page, and the mobileapp page are working normally, but mobileapp is not working, I have changed the config.js with the new URL ’’ ApiUrl ’: “http://markesistemas.com.br/helpfood/mobileapp/api ”, but it does not work.
Can you help me?
did you run the db update for mobile app ?
can you let me know where it does not work like screenshot?
actually kindly post this to mobile app as this is kmrs not mobile app
What is your email?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
sent
sent
Basti, sent you a couple emails regarding update issues, via the contact form. Thanks!
sent
Hi my Subscribe to our newsletter giving me an error Flash. Any idea? dfoodcourt.com
i think its the issue of php version
kindly try this in components/Validator.php
change this line
if (eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*[a-z0-9-](\.[a-z0-9-])*(\.[a-z]{2,3})$”, $email)) {
to
if(!filter_var($email,FILTER_VALIDATE_EMAIL) === false){