29718 comments found.
Hi guys.
There is a possible error in pricipal merchant chart (last 30 days total sales).
I realize the purchase of one (1) burger and graphic appears twenty-five (25).
The numbers are random.
How to solve?
Tks
what do you mean random ? can you send screenshot ?
Hi mate.
Where can I post a screenshot?
tks
I said random because the quantities bought by the website or app do not follow a pattern shown in the chart.
hi mate
am not sure what you are referring but there is no random on the code
send some screenshot so i can understand what you mean or login to your website
I ask apologize for the misunderstanding. The total sales value is not quantity.
Tks
ah ok cheers
Hello Basti, are you willing to give a estimate for a little costum code? Since in portugal there are not one but 2 or 3 different taxes on products i would like to be able to setup the tax when creating the product as well as show the different tax somatory on cart and receipt. please reply to this email: pmbonanca@gmail.com
hi mate
sorry but am not available 
Hi,
Is there an option to set the lunch menu to just be available from 11am to 4 pm?
Thank you
sorry mate not available 
Excuse me. I wrote the wrong place.

Hi mate, How can I publish ‘Restaurant Signup’ without it showing at the Top menu. I want to create a custom link for it but when I remove it from the Top menu in the admin the link stops working…. Thanks
open the file controller/storecontroller.php and look for the functions actionMerchantSignup()
and remove this code
$act_menu=FunctionsV3::getTopMenuActivated();
if (!in_array('resto_signup',(array)$act_menu)){
$this->render('404-page',array('header'=>true));
return ;
}
Mate,
I removed the code but there seems to be no effect. I have created a custom link but it does not work if I remove merchant signup from the Top menu, I get error 404. Here: http://bit.ly/2cqMQ9s
Thanks
remove the code from the functions actionMerchantSignupSelection
I have removed the code.
Thanks mate! It worked.
cheers 
Hi Basti, please, help me. The script does not send email in any way, either to register and to order. What can be done? I left standard use PHP functions email
hi mate
if you use php email functions it will depend in your server if the sending of email work
first try to send a test email to your email address see if you can receive the email
Hi bast, thank yoy for your replay, email test fail always, now I keep default, select php function default, but still not send email test, can you help me?
hi mate
if you use php mail functions and does not work it means there issue in your server ask your hosting why php mail functions does not work
also make sure you set the global sender in admin -> settings -> Global Sender email
but, I have this scritp with same settings also this server and works… and I check this set at global sender in Global Sender… correctly, but not send
see: u552656258@srv92.main-hosting.eu This is a test email
ask your hosting mate why the php mail function is not working 
Hi Basti, I already ask before, so I have another website with the same script Karenderia and works, with the same settings into the server, But one not send.
Do you know me with file or archive check in my script for fix this problem?
hi mate
if test sending of email its not working then this is server issue you cannot do anything about it these is server issue
thanks
why the email test has to work without even having set global e-mail. But not send email test. What can it be?
I have this same server the same script works and sending e-mail test, is not server problem, otherwise it would not work in both.
Sorry, because the email test has to work without even having set global e-mail. But not send email test. What can it be?
I have this same server the same script works and sending e-mail test, is not server problem, otherwise it would not work in both.
hi mate
are you sure you are using same hosting? if your settings is the same as your another then there will be no problem of sending test email
this is exactly what I do not understand and it should work.
The problem is that not send test e-mail too, tell me where we can fix the script this problem.
I need to open the site and only depends on it. Please Basti, help me.
only this
hi mate am just using php mail functions of php
http://php.net/manual/en/function.mail.phpopen the file components/functions.php and look for the functions sendEmail
checked, not problem found, including, I replaced the function.php file of the site that is working, still does not work.
ok i don’t want to have much longer conversation send me your admin login and url and your ftp access and i will check
Hello, we have found some small problems/bugs in your script:
If i enable search by zipcode and create a restaurant and set the restaurant delivery distance to 10 kilometer from zipcode 10249 (berlin) it is not found when i enter on the startpage the zipcode 10369 wich is just 1 kilometer away, normally it should find the restauarant. It seems that is a bug.
2nd Problem is the shopping cart in restaurant, if i add items to teh cart in desktop view, and minimize the view that it switsches to tablet mode, and open the cart and close the cart and go back to full size view the cart is missing form desktop view then.
but the biggest problem is that with the zipcode search that it wont find restaurants near the entered adress
are we doing something wron or is it a bug?
hi mate
the search by post code works different it will search for exact post code of your merchant
and for your shopping cart issue your correct this is because of responsive you will have to refresh the browser
thanks
But thats a bug, you have to write a fix for it, because thats bad if somebody resize their page they will lose the cart.
i will have to check this on my end
Merchant hours are all listed in lowercase ” monday ” . How do I make it first letter uppercase “Monday” http://imgur.com/a/gflhG
open the file views/front/merchant-hours.php and change this
<?php echo t($val['day'])?>
<?php echo ucwords(t($val['day']))?>
or you can simply add a css for it
I did your change & it messed up the layout of the hours. http://imgur.com/a/874Ae
do the exact code i post please
I did, check it out. http://kosherzap.com/store/menu/merchant/cpalace
you have change the layout you need to make the font smaller adjust the font size to 14px
actually am checking the html you messed up the html tags
i don’t understand what you mean. I did exactly what you told me to. before that everything was fine. So I don’t see how I could have messed anything up. once I changed it to your code it messed up
how do I adjust the font and fix the problem? I manually adjusted the font to 14px and it didn’t fix anything
all I want to do is capitalize the first letter
expect your html and compare it with mine
you have row inside the row 
When ‘advanced searching’ for Commission Statement in merchant panel, I select “August 2016” and it displays correctly ( http://imgur.com/a/qpbIf ). But when I advanced search ‘August 1 2016 – August 30 2016’ or if I change ‘Payment Type’ it says “No data available in table” ( http://imgur.com/a/7dOuQ )
can you send me a login to these merchant and your ftp so i can check?
please include the issue in your email and leave a comment here so i know
sent e-mail . included issue links & login
hi mate
check again it was the date format
cheers
basti, I am having this issue again, what is the fix?
hi basti,
cldnt install this is what i get.
exception ‘PDOException’ with message ‘SQLSTATE[HY000]: General error: 1364 Field ‘merchant_id’ doesn’t have a default value’ in C:\wamp64\www\restomulti\install\Db.php:160 Stack trace: #0 C:\wamp64\www\restomulti\install\Db.php(160): PDOStatement->execute(Array) #1 C:\wamp64\www\restomulti\install\Db.php(337): Db->query(‘INSERT INTO `id…’, Array) #2 C:\wamp64\www\restomulti\install.php(376): Db->create(‘foodoption’, Array) #3 {main}
hi mate
looks like your mysql strict is enabled ask your hosting to disabled this for you
thanks
hello i changed the content of storeController->actionIndex(); to $this->actionHome(); I am trying to eliminate the domain.com/store.home -> domain.com but i am getting a HTTP/1.1 403 Forbidden status error but the page loads. i am using https://moz.com extension on chrome. Any help?
revert back what you did change the functions actionIndex() content to $this->actionHome();
I like this script and want to buy it soonest. I have a little question of some little customization if possible.
1. I hope the restaurant search location is changeable, for example am in Spain and will want the search to use that location by deafault and not USA as it is.
2. With payment I would wish to disable the Offline Credit card option
3. I will want further customization by adding a preferred payment platform in my country who have ready SDK (PHP) for integration. If this will come with extra cost, no problem we will talk about that please.
Waiting for your response then I buy this script fast
hi mate
1. yes you can change the location
2. yes you can disabled any payment option
3. sure you can change anything cause the code is not emcrypted i suggest hire a developer to do this for you
cheers
Hi, Basti, these issues had been discussed before, and are in needs desperately now when we are trying to get more merchants/menus in.
1) Duplicate a food item from an existing food item. This would save up 70% of time to enter food menu items..See screenshot below:
https://gyazo.com/fd8ba14c1c4f3cf3c62e77b24a21938b2) Have a “Select All” checkbox to check all addon options with one click in an addon category. See screenshot below:
https://gyazo.com/6ded12edaaf4c6c97f5914ab4ce954edGot to have a better way to speed up food menu items to be entered for any particular restaurant. Can we expect these functions in the coming release? Thanks,
Jason
hi mate
your suggestion is already noted i already added on my update list
thanks
Hello Basti, If you could give me an answer that would be great..
I have very less knowledge of webdesign and development So kindly bare with me… if am asking questions which you feel like is stupid….
Question is regarding https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694?s_rank=4 http://bastisapp.com/kmrs/store/homeAfter purchasing the Script for app or website or for both, ill be able to download both and ill be able to integrate and use it with my domain.. or how will i do that. Is it like for few years ill be able to use the Script and later need to pay for further use? or is it like they ill give the entire script and i can get a developer team to make necessary changes later? is this script made of any frame work or is it custom-designed model? Can we add or reduce something in this script? If so will the developer team help me for the same or ill have to depend on a different team for this? If in case of any issue with the Stock Script will i get support form the developer team? if so how will i contact them, please help, As i said before i have zero knowledge on webdesign. Kindly help….
Thanks in Advance
yes you can change anything from design to functionalities since the code is not encrypted
you will need a developer if you want to change something cause am not available for any freelance work right now
thanks
Hello Basti, I know you have a lot work to do. I have an issue. I want to connect karenderia (i have the domain eatup.gr) with another site i must create a bridge with 2 sites. There is a brand name and have 66 stores and they want to give an API with json file and my database when update their database update my datadase. and they want to have a central back end office one for all stores Is that possible and how much costs from you or if i must hiring somenone to do it for me. I want to know the bugdet for something like this.
I hope to help me thank you in advance
hi mate
question is this 2 site have the same karenderia ?
Hi,
No, they have their own custom site and they told that they will give a json file and API so connect their site with mine. If i understand if their update their site changes display on my site. and they want to have a central back end from all stores.
i hope to understand better than me:)
Thank you
ah ok you mean you want to have a website for your merchant?
this is a lot of work you need to create api for that and you need to create also the merchant website
it will depends in your budget but this a lot of work
i will create this on future as new addon
and merchant will can manage more than one stores? in one back end? and they can give a json file to connect their database with mine?
if you do that it’s awesome
will do take note mate
that will requires a lot of changes on the code
Can you please be kind and help me with password, problem, I forgot. email. mcastulo@gmail.com. I tried to do a forgot password and follow the steps but no luck. I still have the website under development not live yet. Thank you so much for your help.
hi mate
you can change your password by going to your phpadmin and edit the table _admin make sure you set the password to md5
1- use my current location (Not working ) 2- Payment system in the mobile application How do I add other ways ؟ 3-I want to verify that the code is a 4 digit 4- How do the alert message to admin, until the arrival of the request , such as merchant Alert 5-You Can Add Automatic customer’s address book in the list in mobile app 6-How do I add a warning when deleting dealer ؟
7- How can I arrange the ranks of title ….. Such a way > 1- city 2- state 3- street ….
Support is very slow We want to start the program To be added staff This is a commercial program and our stop until my friend coming every five days
Sometimes it works and sometimes does not function from the same place ( use my current location )
are those question for mobile app ? can you post it on correct item
and ask the question on kmrs for kmrs only not mobile app so i can understand
I had used a older version of you code, there are a problem sometime merchant not getting their email as order notification. It;s not always happend , it;s happend like once a week something like that. Is there a email log or something i can check to solve this issue?
is these double post?
Dear Bastik, I have 3 questions: •Can I add a new local payment option that is not in your system? •Can we change the skin? •Can we add a local sms service provider?
I appreciate your time for answering these questions . Regards
hi mate
yes you can add your local payment and change the skin as the code is not encrypted
thanks
Where is the setting to show Mobile App download logos (App Store and Play Store) on the site?
on admin -> theme settings
if you cannot find these menu edit your admin account and tick the access to theme settings then relogin again