29731 comments found.
I can not enter admin and guest entry
basti ftp pasword sent you mail
I solved the problem
glad to hear that mate
cheers
Hello Basti
Long time & happy customer here.
Is it possible to « force pop-up on customer address » ? Some of my clients skip this option and it causes trouble for the delivery fee per KM.
Thank you
don’t worry in latest version it will re check again
for forcing them to enter the default it will ask for address
cheers
In the components / ScriptManager.php and ScriptManagerCompress.php files does it add the bookstores that will only be used in the front end of the site?
Should I have to add bookstores to be used in the admin on would files would be?
sorry can you remind me what is bookstore?
Hi Basti. I need your help. As many other of your clients, me too i really want to get rid of the “menu-” slug so i followed the @Matthuffy ’s solution step by step but the “menu-” word is always in the url!!!!
What i did is:
1) I added this to the bottom of the URL rules in protected/config/main.php:
'<view:[a-zA-Z0-9\-]+>-<action:\w+>'=>'store/menu/<action>',
2) I replaced the following line in protected/controllers/StoreController.php:
$page_slug=str_replace('menu-','',$page_slug);
with this:
//$page_slug=str_replace('menu-','',$page_slug);
$page_slugtest=preg_split('/-/',$page_slug, 2);
$page_slug = $page_slugtest[1];
Then i went to the “admin -> Add merchant ” and i added in the store slug field “burgers-corner”.
When i visited the front end “mysite.com/burgers-corner” i got 404 error page but the link for “mysite.com/menu-burgers-corner” works fine.
What i have missed ?? I followed the instructions very carefully. Why i can’t remove this ugly “menu-” word from the merchant slug???
Please help me as it is very urgent to me. Thanks in advance.
sorry never tried this one
i tried but it seems its not working not sure what is the correct code that Matthuffy suggestted
Actually it worked perfect with the help of Matt
just FYI you must change every single url controller to link to the new slug you want. This is why it didnt work for me at the first time. Thank u Both guys
you mean you need to define all those as controller?
Hello mate can we add for the printer addon in receipt trans_type. icon pic like the pic http://d.up-00.com/2018/09/153688173001071.jpg
i never tried this one yet
but in the docs there is a logo but not sure what is this for
<LOGO> : Print the LOGO command (provided that the LOGO picture is built in the machine in advance)
No mate I don’t mean for the printer . I mean for the receipt if I can add fa – fa icon behind the trans_type if pickup or delivery
ah ok receipt send to customer or receipt view?
Receipt on the printer order when the order printing out
try to modify the files ReceiptClass.php found in printer addon
Can you look at it please and give me anything to try
actually you can format it on the receipt printer addon template
in admin -> template
on this
<CB>[transaction_type]</CB>
this is the delivery or pickup transaction
maybe add the icon directly bu am not sure if the printer will print and image i never tried it yet
I try that before doesn’t work. Maybe we should add like code in the recipe.php
am not sure yet if the printer can print an image using img tag
i will do a test on my end if will work
Yes please mate try a test . Thanks
ok mate 
i think in this one we should do code or something ReceiptClass.php
} if(isset($order_info[‘trans_type’])){ $html=FunctionsV3::smarty(“transaction_type”, strtoupper(t($order_info[‘trans_type’])) ,$html);
actually mate you can do it on the template
but like is said i never tried adding image
I don’t know mate . But I think it’s work because any function give it to the printer they printed out. Please try to make it in your end . Thanks
in that case you can either put it on that section on in the template
Can you try please mate or told me what I should do I try to do it but didn’t work
in your template you have this
<CB>[sitename]</CB><C>[site_address]<br />[contact_number]</C>[line]<br /><CB>[transaction_type]</CB><br /><C>[transaction_date]</C>[line]<br />[order_details]<br /><C>Thank you for your order<br /><br />[siteurl]</C>
try to insert an image before [transaction_type]
Sorry mate not work 
did you try adding am image like src tag ?
https://www.w3schools.com/tags/tag_img.aspyes mate its printed out like this 
same the code
oh in that case yo can just put it on the template next to transaction tag
<CB>[transaction_type]</CB>
I am extremely dissatisfied with the system, I have installed it already done everything, now the modules have stopped working. Everything you do creates a problem and you will not find out what is happening. Fix one problem, another one. I NEED A SUPPORT, MEETING A HOURS ACTUALLY TO SOLVE ALL THE PROBLEMS.
can i know which modules does not work? or provide more information?
if the module works and suddenly stop this got to do with the server as the code will never change its already fixed code
hello
PROBLEM ON MAPBOX. i am sending you now some details.
Please check asap because i informed some issues here that you didnt reply me yet.
Thanks
please check asap, thanks
reply sent
Hello basti.
I didnt understand your reply and now i replied you with images for you understand the bug better.
Please check it asap.
sent
I have two problems on notifications: 1 – Idle order configured on cron in 1 our or manually, but, don’t work. 2 – Invoice mail don’t work, create, generate but don’t send.
E-mail me: contato@cbhost.com.br
2 – resolved
3 – In messages, have so many strings with the same text.
The only thing different is ’ or ”.
This is really necessary stay all two of this?
4 – This not a problem, its a question: Can i put all of translations on 1 archive only? Translate of mobile on default.php and exclude mobile-backand.php and mobileapp.php?
Printscreen: http://prntscr.com/kurmkg
1. kindly check your settings and always check the email logs for send emails
3. you can simply remove the duplicate i might add it twice
4. you cannot i already seperate the language file for each application
Hi Basti, i check my config several times, but nothing.
here the cron: http://prntscr.com/kv6jis
here the notification: http://prntscr.com/kv6jis and http://prntscr.com/kv6k0m
here the config: http://prntscr.com/kv6kfm
Explain me how works idle, it work on certain status or to all status?
5 – I want to work only with delivery on day, and i want to remove this fields in red: http://prntscr.com/kv6lzy
i go to \protected\views\store\menu.php remove the code, but, always show the:
Sorry the time selected is in the past
How can i remove this? The validation?
Show me the files, i remove by my self
5 – Solved
1. try this one try to order and run the cron jobs manually in your server with /?debug at the end so you can see the results example
cron/idleorder?debug
5. don’t remove it instead hide it using css
debug show me this:
SELECT
a.order_id,
a.merchant_id,
a.date_created,
b.restaurant_name
FROM {{order}} a
LEFT JOIN {{merchant}} b
ON
a.merchant_id = b.merchant_id
WHERE
a.date_created LIKE '2018-09-16%'
AND
a.status = 'pending'
AND
a.critical = '1'
ORDER BY a.order_id ASC
limit 0,10
And i don’t receive nothing on my email
I see the:
a.status = 'pending'
Can i change this status?
I don’t have this anymore
ah that is why 
change it to your new default for pending status
Solved, thanks.
For the anothers guys, change:
protected/crontollers/croncontroller.php
Look for actionIdleOrder
cheers 
6 – I want to integrate kmrs to another system POS and stock manager installed on pc.
How i can do that?
Web service or api?
Where i found it on kmrs?
you will have to create an api for that 
you can use existing functions that i created in components/functions.php and functionsv3.php
hello my friend, i sent you an email
sent
hi besti
i am facing issue in address book
when customer save his address or enter address at checkout time app ignored “use my current location ” data and taking address according to save address from google api
so i just want app use ” use my current location” not use geo location of saved address
let me know how can i do this
im in india and there is tooo much wrong location area tagged in google maps
thanks
sorry you mean it uses the default address from your address book?
Hi Basti,
I didn’t updated the platform since april 2018. This project was on hold. Now we re-started this project. Meanwhile this platform has been updated with 2-3 versions. What is the best method to update my current version?
i think its better to use all the latest file and just change the db connection to your previous database in protected/config/main.php
How will I be able to update the DB. Because I will get white blank page when I overwrite the old files with the last update.
remember the first time you install kmrs? you modify the files config/main.php with your database connection?
'db'=>array(
'class' => 'CDbConnection' ,
'connectionString' => 'mysql:host=localhost;dbname=restomulti_clean',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'mt_',
),
this is what you should do just modify this file again with your current db connection
and if the page is blank turn on error reporting in index.php it will show what causing the error
ini_set(“display_errors”,true);
I have a problem with the pdf invoice, in the admin panel I can see it. but on the merchant panel I click on view and open a blank page
here an image for you to see: http://prntscr.com/ktzs9g
try to enabled error reporting in index.php it will show what causing the error
ini_set(“display_errors”,true);
cheers
Hey Basti, If the admin / Merchant (mainly) layout wins the vote. Then I want to suggest something really important that should be included into that.
Many restaurants have multiple locations, some of mine have around 6. It would be better to be able to group them to one login rather than a separate login for each one. That way the restaurant can easily manage all locations without having to remember each and every login. just to have a My Restaurants tab on merchant where they can switch between them.
I actually have one client that i made a deal with with 46 different restaurants, none deliver also so we will handle all of the delivery. But imagine giving him 46 different logins. so for now, I am writing a completely separate merchant login for him so that this can be handled. if I can find time to make it look good, may roll it out to all restaurants as majority have more than 1.
will do take note mate
actually the admin new layout is now second place on the voting 
i will post the results
this end of the month
Well then that is their loss haha.
https://gladni.rs/restoraniUsername mcdo Pass mcdo
But I am still not happy so will be changing it completely again soon.
nice job mate!! looking great i check the panel
you will have to modify the template
the template of food item list can be found views/front/menu-merchant-1.php menu-merchant-2.php and menu-merchant-3.php
How it is done I do not know
sorry but you need to have knowledge in html and css to change it i suggest hire a developer to change it for you
cheers
i can’t find RTL option after the last update .. can you maka an option to change to rtl it the language is RTL ?
in admin -> theme settings -> Enabled RTL
nothing there
if you cannot find this new settings i suggest update your kmrs file to latest version 
Hello We are looking for: Restaurant multi booking system. Karenderia seems to be exactly the right one but can not be exactly what we need, it would have to add a few things. Is it possible to get some adjustments from them for the corresponding purchase? I would be glad about a quick answer. We have great plans and are looking for a good partner.
Sincelery, Josef Koeck koeck@signcity.deit will depend in your changes if am available
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hello i have send to contact
reply sent
Preorder question.
When the restaurant get a notification by SMS, must the restaurant owner login to Panel and approve the order or is there smoother way to approve incoming orders?
you can approved the order via merchant app or in the email that merchant receive there is a link for approve or denied the order
Ok thanks. Will buy this. looks good and like your fast service.
cheers
btw merchant app is addon for kmrs means you will have to purchase it separately
We want to broadcast SMS to all coustmer how can we do. If we are trying to broadcast SMS through merchant panel but showing error no sms but we already give him sms credit
hmmm can you provide screenshot?
i can see the sms credit is only 1 ?
or did you enabled use sms credit by admin?
already give him 500
but showing 1 only always
yes already enabled
sorry you enabled to use merchant to use admin balance for sms?
Then what we should to enable
How can I enable it
hi mate
i mean in your admin -> sms settings -> Use admin SMS credits to send SMS?
did you enabled this one?
Hi,
I have installed the app but when I try to run the app, I am getting few errors. One of them is related to session that session is already active. I am not able to load the admin page as well
can you provide screenshot?
of link to error page and ftp access so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Dear bastikikang, Please develop new addon for POS on iPad. I think too much client need it and me too
. Thank you!
Du
let me add it on my survey
hi guys
am doing a survey which addon would you like to add in KMRS
kindly vote here https://linkto.run/p/C9R31O2Ocheers
Thank you bastikikang, I just voted for POS
, I think only need app for iPad enough.
thanks mate
cheers