29726 comments found.
Hello, how are you? I’d like to know if you have any options to make it available to merchants to show the cards you accept.
hmm you mean display the card type that merchant accept?
yes.!
sorry at the moment this is not available 
it will only show cash on delivery if available or pay in person
This guy “mclk” is a blatant liar, the author will never do this infarct this is one of the most hard working and committed Author in this marketplace. One of the best and affordable restaurant software in the universe.
You are very stupid and foolish and your plan has failed.
hi mate
how are you long time no chat?
thanks for the support i really appreciate it am glad all the comment he made was remove
Sorry for the late reply
I am doing fine. the support you have given us all here is nothing compare, i am really happy that all the comment are removed.
I intend to chat with you when the single restaurant app is ready, when can we actually expect it?
Thanks
please i also send you a message
please reply
hi mate
unfortunately am still working on single app
due to support i have limited time to code 
anyways i replied in your email
reply sent and urgent mate please see my email
yes i will delete quickly, i have also reply you please check.
thanks
reply sent
as if someone would fall for that lol.
basti: did you take a look at my other mail? (the one where i replied to your questions with screenshots and htaccess) just asking because i think it’s messed up, let me know if you need the mail again
thanks
hi mate
sorry for the late reply my dashboard is now not flooded by comments from mclk
can you forward again the email ? sorry i cannot find your mail
cheers
leave a comment here once you send it again
cheers
sure, no problem. sent
reply sent
replied, thanks for your swift response today 
sent
MCLK stop that! Just STOP! Don’t be stupid (which actually I really think you really are). Ee spend thousands of euros in Envato and this is one of the best script we ever had. Basti doesn’t stop to give support (public, not in private forums). He doesn’t deserve to have stupid people annoying is head and spamming OUR support area. If you have problems and are looking for attention just drop your head inside a water hole and try to see how many minutes you can hold until you die. Piss off! Go away!
thanks mate for the support i really appreciate it
am glad that his comment was remove already
Hi there,
I bought your product some months ago. Now, I need to modify something, so would i have your template that used as raw HTML?
Because your code is separated multi parts and it’s difficult to me to do something.
Thanks so much.
sorry which one would you like to modify?
add something to homepage and some places for my business
the file for homepage can be found in views/store/index.php
Hi Basti, I have bought the script together with all the addons, i can find on how to install each and every addons. I would appreciate if you can install it on my server.
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
message and details sent BAsti. Thank you.
reply sent
Thanks Basti. Great Support.
n.p mate
cheers
send private information
reply sent
Hello, Where can I set individual pages (like merchantsignupselection) meta tags for Facebook, google, and twitter. I have set them in the protected/views/store/merchantsignupselection for the sign up page at the top of the php file, but they load below all content when I view source on the front end and in facebook debugger, they seem to pull default metadata from somewhere else, and thus overrides what I’ve set in.
Where is the proper place to set in this metadata so I can customize it, particularly the meta data image (preview image for FB and Twitter).
Question #2 How can I change the page URLs? Particularly things like “merchantsignupselection” I am really asking what else (besides changing my links) should I be mindful of when changing the page names?
Thanks.
you can put them in every action in storecontroller.php
for example the page /merchantsignupselection
in storecontroller.php look for functions actionmerchantsignupselection
and simply use the yii registerMetaTag
Yii::app()>clientScript>registerMetaTag(“YOUR TITLE HERE”, ‘title’);
yes I ended up here just now (storecontoller). I believe I asked a similar question like this before. Sorry.
I would add this to the function?
$seo_title=Yii::app()>functions>getOptionAdmin(‘seo_merchantsignupselection’);
$seo_meta=Yii::app()>functions>getOptionAdmin(‘seo_merchantsignupselection_meta’);
$seo_key=Yii::app()>functions>getOptionAdmin(‘seo_merchantsignup_keywords’);
if (!empty($seo_title)){
$seo_title=smarty('website_title',getWebsiteName(),$seo_title);
$this->pageTitle=$seo_title;
Yii::app()>functions>setSEO($seo_title,$seo_meta,$seo_key);
}
If so, I did that and it did not work, I replicated this just as I see in the merchantsignup part, but it doesn’t provide what I need on the front end when I replace the file. Where do I ultimately enter in the specific data? I was expecting to see the fields in the admin panel under SEO but I do not. I also tried to enter in what I wanted like you showed: “Your Title Here” but it shows nothing new…even after cache refresh.
What am I doing wrong. Secondly I want to put Facebook OG and Twitter meta tags for Twitter card. I don’t see this as achieving that.
public function actionMerchantSignupSelection()
{
$this->pageTitle="your new title here";
Yii::app()>clientScript>registerMetaTag("YOUR TITLE HERE", 'title');
example facebook og tags
Yii::app()->clientScript->registerMetaTag("your description", 'og:description');
Basti, for renew suscription restaurant. restaurant go to select package and redirect web select payment example card, and blank page RenewSuccesful. edit payment available is possible different payment restaurant order? thanks
hmmm sorry mate am confuse with your question
can you give example?
I have an error on php mail functions… It doesn’t send emails.. SHOW ERROR on Email testing on ADMIN panel
hi mate
php mail is only 1 code for sending emails http://php.net/manual/en/function.mail.phpask your hosting why mail function in php does not work
cheers
OK… I changed my hosting… It’s working excelent right now !!! THANK’S
awesome! glad you manage to solved this problem
cheers
It doesn’t work the push on change order STATUS neighter it can’t EDIT it . When I try to edit only show a white screen
Help please !!!
can you provide me your admin login 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
or try this one
open the file assets/js/aadmin.js
look for the line
var params=’key=’ + $(this).data(“key”) +“&label=” + $(this).data(“label”);
change it to
var params=’key=’ + $(this).data(“key”) +“&label=” + encodeURIComponent($(this).data(“label”));
Basti, i try local machine install, install.php: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.’ in C:\\xampp\\htdocs\\p*.com\\install\\Db.php:143\nStack trace:\n#0 C:\\xampp\\htdocs\\p.com\\install\\Db.php(143): PDO->query(’\\r\\nCREATE TABLE …’)\n#1 C:\\xampp\\htdocs\\p.com\\install.php(221): Db->raw(’\\r\\nCREATE TABLE …’)\n#2 {main}\n thrown in C:\\xampp\\htdocs\\p*.com\\install\\Db.php on line 143, referer: http://localhost/*****.com/install.php?step=2 show
but execute install2.php … creating table pass OK, but not create tables in DB
any idea????
thanks
what is your server php version?
if 7 kmrs is not stable in php 7 if you have option to use php 5.6 that would be great
as kmrs is stable in kmrs 5.6
i solved… i have a install.php and install2.php in root folder… i try run /index.php/install and run correctly…
glad to hear that mate
cheers
hello
i try to contact you , we need special customization for you app , how we can handle that ?
wait your answer ASAP
thanks
sorry at the moment am not available for any customization 
Can I translate both the website and the Portuguese app? Would the translation be done on every website or do you have a language file?
I really liked your system. Surely I will get the complete system, but have a few questions, can I only enable paid or paypal to be accepted in all restaurants? and another thing, the system works with confirmation of payment, for example, the customer has placed an order and paid in the app with paid market, the system already sends to the merchant the order already with the status of payment, or the merchant has to check manually if it was paid, then he had to change the status for payment? if it is automatic, without the merchant having to confirm with admin if it really was done the payment would be very good.
hi mate
yes you can translate this
to any language you know 
2nd question that would be correct
try to test in my demo so you can see
Thanks for the answer. I have tested your applications, but since it is a demo version, you can not test more than I can. the paypal payment system and paid market are not enabled in the demo, so there’s no way I can get my answer without you telling me. I just need to get the system works with confirmation of payment, for example, the customer has placed an order and paid in the app with paid market, the system already sends to the merchant the order already with the status of payment, or the merchant has to check manually if it was paid, then he had to change the status for payment?
If you can answer, I thank you.
mate you can signup as merchant or just use the merchant mcdonalds in my demo 
if online payment was made like paypal the order status will be paid but cash on delivery merchant will need to change the status manually in merchant panel
in case I will not use money on delivery, only payments online. so I can rest assured that the system will put the status to paid automatically being paid with paypal and paid market, correct? I want to set this correctly with you before buying the system.
another question, can I add image in all products that I register in the system I can see that the images do not appear in the site menu. as the user will know what they are buying without seeing the product image. Can not add product information with a photo?
you are correct 
that wil depends on the menu you activated in admin or merchant panel
at the moment there is 3 type of menu i think the menu 2 has the image for food item
cheers
in fact the images do not appear in the products on the site, in the app until appears. Can not put images on the site? How will the person know what he is buying? How will you know what a humburger or sandwich is like?
mate there is image for food item 
like i said its the menu options in merchant panel settings
this is very basic functions so its added already even in version 1 of kmrs
Hi, is it possible to add a popup image or announcement to the website – for example to announce special offers etc? If there is no built in function, is there a popup plugin or code I can buy to insert?
technically it can be added but at the moment this is not available 
your welcome to modify the code and add this one
you can modify the files views/store/index.php
this is file for homepage
Dear Basti, I would like to retrieve 2 additional information (food allergies, blood type) from my clients when creating their account and save them in the database. How can I do this?
sorry mate where is this?
Hi Mate
I have two questions that need your clarification:
When the merchant is on commission based,
1. How does the merchant send money to owner by bank transfer ?
2. How does the withdrawal by bank transfer works ?
Many thanks
hi mate
1. you have option to based the commission in sub total of the order or total order you can find that in admin -> Commission Settings -> Set commission on
if merchant type is commission all the payments will go straight to admin or website owner
2. if commission all money will go to website owners except for offline payment like cod
merchant will need to request a payout to get their earnings and admin will approve those payout
If we need customization in your app is that possible and how much will that cost? Please reply.
at the moment am not available for any customization 
Hello basti, i have a error for install: General error: 2014 Cannot execute queries while other unbuffered queries are active only create one table.
any idea? thanks
hmmm can you provide me a link so i can check? this is the first time i heard this kind of error
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hello. I am working at your System. I just need to convert Currency for Paypal to Euro and i did that. But i am getting error at ( /paypalinit ) that
The totals of the cart item amounts do not match order amounts.
Can you please guide me where i can remove that check. i tried to find too much but didn’t find.
Your earliest response will be great-full.
Thanks
sorry but did you purchase?
yes for whom i am working right now they purchased it Sir
sorry mate but ask your client to ask those question here
whats wrong if i am asking at his behalf. do you want me to share his username and you can check site yourself
you need to understand that there is support fee here
there are so many copy of kmrs out there
so i suggest ask your customer to ask those question 
its just a simple question i asked. and i can see questions by your customer for whom i am working. Simple thing i am asking not a very difficult i think
mate sorry but you need to understand that there are many pretending that they buy my item that is why there is a support fee when you buy my item
hope you understand
its very easy just ask your customer to post those question and i will answer it 
...
hi @bastikikang i am really sorry to asking you information directly. i was not aware rules here. please forgive me. Thanks
that’s fine mate
no worries
cheers