29718 comments found.
Hi basti, by chance, you know someone available to encode the changes? thanks
hi mate
sorry mate i don’t know someone
i remember someone email me but i forgot his email address
Ok thanks..
no worries mate
i will find that guy email address
thank you so much 
cheers
Hi Basti I need a help, I have a restaurant that serves from 18:00 pm to 02:00 am, how should I set the time in the system?
hi mate
sorry but right now the checking of time only work same day
if the closing time is next date it will not work 
you can have this settings this is a quick fixed
set the time opening to
18:00 – 11:59 , 12:00 AM – 02:00 AM
So it would be so
18:00/11:59 pm – 00:00/02:00 am
correct 
ok
cheers
Reporting a bug,
If you add a duplicated item under Addon Item twice. Then attempt to deleted, still the name will list under food item. check this links
https://s28.postimg.org/jdnblv471/image1.jpg https://s29.postimg.org/54f95hyjr/image2.pngBest solution would be prevent (do not allow) to enter same name twice
thanks
Please ignore this ticket, there was no issue with the program, the mistake was from my end
no worries mate cheers 
Hi mate,
I am not sure how to display the android/IOS badge on front page.. also should i remove the install.php & install2.php files after installation is completed?
many thanks
yes you should remove it or renamed the files
t display the link for your apps go to admin -> theme settings -> Enabled mobile app section? Google Play Link and App Store Link
if you cannot find theme settings just edit your admin account and tick the access to theme settings
Thanks mate. How about the install folder? should i remove that too?
your welcome to delete that files as well
but deleting the install.php and install2.php its enought
hey basti, Is there a way to set a limit of Multiple Addons? Instead of Custom # , to have multiple quantities , but with a limit.
sorry what do you mean? can you send screenshot
ah sorry mate not available 
Can you tell me How to make it work . Every menu I’ve added so far needs this feature.
sorry mate i cannot tell the exact code cause i never done it yet you will have to add new fields in the database for this one and modify the adding of food item which you can find in views/merchant
Hello mate, i got issue on my website with the language ( Spanish ) ¿ What can i do if this happens ? Anytime i upload the language file through admin and change the site language to spanish, the site goes off.
How can i solved this situation http://tele-cocina.com/ try with post code 35400
hi mate
check your language file first for error http://phpcodechecker.com/and make sure you saved you file as UTF8
http://redhotwords.com/unicode.htmlThanks. Works great
cheers 
Is it possible to work with restaurants all over the world or only in my city where I installed the system?
it can work in any country 
tank’s… I would like to create a bonus, type affiliation for those who work with me from other cities. Is there an affiliation module? Does this tool already exist?
sorry mate no affiliation module
Do you have any data for the new update ?
hi mate
next update would be printing using thermal
and admin can modify the order and options to modify the orders
and many more..
Nice… when is the relese time ?
which thermal did you test it ? would be print the recept automatic oder it muss be print from the app ?
am not sure when am still waiting for the printer to arrived 
this is the printer that i ordered
http://www.banggood.com/POS-5890K-58mm-Thermal-Receipt-Printer-Support-WIndows-Linux-p-1053549.html?rmmds=myorderCan you please confirm me is this system support postcode base Table Rates for delievery , as I have setup web system and looking to find the way as per postcodes.
hi mate
postcode is not perfect yet yes it does look for table rates but based on the delivery address
Regarding table booking
The verification email with booking information does not include merchant name. Would be nice if it was included.
Also a tab in the user account with Booked tables would be nice in next update. With the status showing if it’s accepted and option to remove booking maybe?
hi mate
is this the email send to merchant?
ah your correct mate will do take include that on next update thanks for reminding me this features
Email sent to customer, so it’s pretty needed. If you book a table as a customer you know about the booking, but it would be nice it merchant name was included in the answer mail, maybe you book table at another merchant as well and then it would be confusing. Add it to your list for next update 
ah ok mate got it
will do take note
Hello mate!
How can I make the e-mail subject to show our local letters åäö when new order is comming. It only shows ? instead of åäö.
hi mate
i believe you can what type of sending did you use smtp or php mail functions?
and where is these email came from?
It’s on all my emails sending from system, like order, tabel booking and so on. I use the php mailer. Is it better to change to SMTP?
hi mate
php mail is just fine they both work the same
try this one open the file components/functions.php and look for the functions sendEmail
change this line
if (@mail($to, $subject, $message, $headers)){
to
if (@mail($to, '=?utf-8?B?'.base64_encode($subject).'?=', $message, $headers)){
cheers
On my mobile application it shows ? instead of åäö but I can see in my outlook software the åäö signs, really strange.
in web does it work? only in mobile app ?
It’s in my gmail application on android it shows ???, not in thunderbird for my pc.
hmmm maybe its the application itself if those working in thunderbird that means its fine
Hi basti,
I need to integrare a new payment gateway, Please could you highlight the file to modify for the integration?
I Will try to update it
hi mate
i suggest try to study the code on how to add payment gateway once you understand it you can add your own gateway easily i suggest try to study the stripe payment gateway
Hi Basti, I have entered my twilio API key in the admin page, but when I try to send a test SMS I get a 20404 error. Not sure how to troubleshoot.
ah you need to supply correct credentials
You were correct. I had the wrong creds in there. It’s working now.Thanks!
glad to hear that mate cheers
hello basti, my razorpay account is not working , its directly moving to order placed successfully . Please help me
hi mate
you are correct cause razory pay its not yet added in web only in mobile app
here is the quick fixed
hi mate
ah you are correct it will show on payment options to disabled open the file views/front/payment-list.php after
<?php foreach ($payment_list as $key => $val):?>
add this
<?php
if ($key=="rzr"){
continue;
}
?>
i already disabled the web but in mobile app its not showing the pages its directly connect to the thanks for ordering page
hi mate
razor pay in mobile app should work
there is no reported issue with razorpay in web please verify again
when pay through razorpay it shows your order is placed with out paying
hi mate
are you using the latest file? did you update your modules?
Hi Basti, I will create a second fb app for website in addition to android app. But, still what to write in the field that asks, Facebook Page URL. My second question – is there a detailed document that will help me setup fb and google logins?. I find it difficult.
watch this video https://www.youtube.com/watch?v=v2Dkfxn7VHY
I followed this link, https://www.sourcecoast.com/jfbconnect/docs/social-network-applications/facebook-application-setup
and did following changing yourdomain.com with my website
In the Products > Facebook Login > Settings, you will need to fill out some more information. Fill out the “Valid OAuth redirect URIs” setting with the following URLs (replacing yourdomain.com with your actual domain name). If you have https enabled on your site, or other ways to access your domain (like www or non-www), add them all here, like below. Once done, click “Save Changes”.
http://yourdomain.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=facebook http://www.yourdomain.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=facebook https://yourdomain.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=facebook https://www.yourdomain.com/index.php?option=com_jfbconnect&task=authenticate.callback&provider=facebookAlso, in basic fb app settings I have Site URL http://mydomain.ca/
I think I have all the settings right. The app ID and secret are pasted in website settings too. But, still FB login for website does not work. Am I still missing something?
It is working now Basti! the issue is resolved now after I followed above steps. Thanks.
glad to hear that mate cheers 
Hello as I do to make it work amazon SES?
sorry what do you mean?
Amazon SES is a service of email marketing from amazon AWS, I try to configure it but does not work with SMTP.
https://aws.amazon.com/sesdoes this one have smtp settings?
if yes make sure the port for sending is open in your server
cheers 
Hi Basti, I am getting error when a customer tries to place order at /paymentoption page. I have stripe and paypal for mobile only enabled, however both paypal and stripe show up at checkout page and both say error when place order button is pressed. On mobileapp it is gets stuck at the checkout screen. I would really appreciate if you could help.
hi mate
what type is your merchant? membership or commission
I have both however only commission is enabled at the moment.
i mean the merchant that you purchase?
if your merchant is commission payment will be use is in admin if your merchant is membership merchant payment settings will be use
its commission.
then check admin -> Payment Gateway Settings
I have paypal and stripe checked.
and then what happen? btw is this in mobile app or web?
can you send me your admin login so i can check your settings?
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
mate I have sent you an email, could you please check.
hi mate
you did not answer my question is this on web or mobile app ?
this is on both actually. on Web it says error and on mobileapp it just gets stuck at the checkout screen with the spinning wheel.
i send you email it was your driver app modules which is not setup properly 
Hi Basti, Thank you so much. It works now. I have sent you a quick email, if you could respond to that as well.
reply sent
Hello, I’m going through a situation like this: The sales report is changing the names of the users who place orders. Do you have any information?
hi mate
ah you are correct cause am only saving the customer id on the order details if the customer change there profile the customer name will also change on the sales report
My problem is different. It happened like this: An app user asked for a pizza in restaurant x, however the user name appears in another request from another restaurant
you mean the customer order pizza in restaurant x and appear also in restaurant y ?
No. In my case it’s just the name of the user that is showing on the wrong request.
hmm can you send screenshot? so i can understand
i have a question did you delete the records in the table _order manually ?
No. I do not manually delete it.
can you send screenshot?
it should working fine there is no issue with this kind of error since the beginning unless you delete the order manually in the database or migrate from other database
Hi mate,
i installed theme but i cant see “Theme Settings” in admin panel and cant change homepage menus, language, app and ect. parts. How can i solve these problems?
Thanks
Hi, i solved problem. Thanks
glad to hear that mate cheers
Hi Basti,
Happy new year!!! I need your help mate. I have a problem with the merchant’s page, it is not loading from the mobile devices and to be more spesific from iOS devices. The problem occurs when the menu of a merchant has a lot of menu food items. How could I use infinite scroll for food items just like in “browse restaurant” for merchants?
Do you have any other idea on how to resolve this even if using the infinite scroll would be the best “remedy”.
Thank you in advance.
hi mate
what do you mean? can you send screenshot? it will load the menu cause am not using any ajax it will all load the menu
sorry there is no infinite scroll in menu 
you can change the code of the menu to use infinite scroll just like browse resto but you will need knowledge in php