29721 comments found.
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
I want to display the basket details on checkout.php. I added but it always clears the basket when the page loads. Is there anything else I have to change? There’s no problem displaying the basket content on payment-option.php with the same code.
hi mate
just copy the html code for the cart
cause the cart is loading if the class .item-order-wrap is visible
if( $('.item-order-wrap').is(':visible') ) {
load_item_cart();
}
Hi Basti, after the transfer to another server stopped working supplements Loyalty Points Program and Mobile App says that an error HTTP ERROR 500
1. first copy all the files to your new server
2. dump the mysql database when dumping mysql database don’t include the view table cause if you do your new server will not work
view tables are the following
driver_order_view
driver_task_view
mobile_registered_view
points_trans
view_merchant
view_order_details
view_ratings
3. import the mysql you dump there should no error when you dump if there an error you will have to import again but this time there should no error
4. run the update database by visiting your website like this http://yourserver.com/update it will create all the view tablescheck your main.php make sure the addon is enabled in modules array
Hi
After i install the code, i cant login into admin portal and also getting error: decoder failed due to Request denied
Please help to install this
thanks in advance
hi mate
sorry for late reply
can you send me your website url and ftp access? so i can check
send it here https://codecanyon.net/user/bastikikang#contact
and leave a comment here so i know
Hi Basti,
Have 2 problems as below: 1. After building iOS apps, it doesn’t take icon & splash screen of our apps, either it shows blank or takes phonegap icon & splash screen 2. Language: Works good in Web but doesnt works in mobile apps even after changing the language from settings. It turns the labels to variables like “enter_your_location” or gives error “Translation file is not yet ready.”
Kindly help at the earliest.
Hi Basti,
Solved language problem in mobile apps, but pls help me for iOS icon & splash screen.
hi mate
sorry for late reply see this link http://wiki.nsbasic.com/Submitting_to_the_iOS_App_StoreI tried to pay with stripe and this is came out
“Stripe no longer supports api requests made with TLS 1.0 Please initiate HTTPS Connections with TLS 1.2 OR later. You can learn more about this at https://stripe.com/blog/upgrading-tls “
Please help.
hi mate
i just tried to pay using stripe and its working fine on my end
I put addon category and items but system doesnt ask or giving option for addons when u order. it directly adds standart item. How can i enable to ask?
for eg extra beef or extra chicken. i solved auto add to cart but still it doesnt show options for cutomization addon http://www.theristorante.com.au/order/store/menu/merchant/dans-thai-fusion-restaurant
solved.
glad to hear that mate cheers
Hi,
When I try to buy through Paypal Sandbox, I have got an error.
”Security header is not valid”
Please help
that means you supply a paypal credentials that is not correct
Hi basti,
I have an problem with the admin menu. Cuisine is not showing up but if I include it in url (admin/cuisine) it works. But, I canonly see the cuisine list but I cannot add or sort. trying add or sort shows up “Sorry but you don’t have permission to access this page”. Please advice
sorry mate can you send a screenshot? where is these happening?
solved
cheers
Hi Basti, I can’t settings for send e-mail by Karanderia , SMTP port set correctly in my server and into the script, but don’t works, Can you help me?
did you already set global email sender in admin -> settings ?
Hello Basti, I’ll delete it and install again the script to fix this problem, but rather, could you tell me how to back up the list of customers and merchants? because only the backup of the site not back these settings.
Which file should I save?
1. first copy all the files to your new server
2. dump the mysql database when dumping mysql database don’t include the view table cause if you do your new server will not work
view tables are the following
driver_order_view
driver_task_view
mobile_registered_view
points_trans
view_merchant
view_order_details
view_ratings
3. import the mysql you dump there should no error when you dump if there an error you will have to import again but this time there should no error
4. run the update database by visiting your website like this http://yourserver.com/update it will create all the view tablesHi Basti, Thanks for your replay, but I follow these steps but not come back the list of merchant neither clients… There is antoher way to import this registry for the new site?
hi mate that would be impossible
if you export all the tables with information
you should have the same exact as your old website 
unless there is no data from you old server
use phpmyadmin to export db and import
Hi basti, Thanks a lot ! You are the best ! So, Now I have another problem, after back the merchants, clients and bla bla… when search by address or zip..anyway don’t show more, how fix this?
did you run the update http://yourserver.com/update ?
at the very end you should see the finish word if not that means the code is not successfully process till the end
I did, but still problem… The marchants appears in the main page, but for search don’t show results more… how fix this? see and try www.tapchef.com.br …in the search input this zip code 21520-360
Hi mate, I removed the script again and try to install once again…:(
did it work ?
Hi Basti, I can’t settings for send e-mail by Karanderia , SMTP port set correctly in my server and into the script, but don’t works, Can you help me?
did you already set global email sender in admin -> settings ?
I wrote this bug 1 month ago but never heard back with a solution. Can this be fixed?
The screen width from 992px until 1024px looks like this:
http://imgur.com/a/nxz7aIt’s because the cart jumps to the top like in mobile view but the width of the page doesn’t fully expand until after 1024 or below 992.
hi mate
ah i think i have already posted the quick fixed anyways open the file assets/css/responsive.css
after the line
.with-padleft{
padding-left:15px !important;
}
add this
.section-menu .row .menu-left-content{
width:100%;
}
I try to use the nexmo sms system, it;s showing as Non White-listed Destination – rejected
solved
glad to hear that mate cheers
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}
mysql strict is off
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 sorry to say your mysql strict is still on
the error doesn’t have a default value it means your mysql strict is on
Hi, Basti,
We got couple reports from merchants that they received customer orders without phone # and address. We did not testing, and found out if a new customer login with Facebook or Google, and use “Pickup” to place orders, they can place the orders okay without filling phone #. Phone# should be already required before order can be placed regarding old/new customers, or delivery/pickup.
Any quick fix for this? Or you might already have a fix posted somewhere. did lots of search on the posts, but couldn’t find one.
Thanks
hi mate
check on my end when you are on the checkout page you need to enter a mobile number
the mobile number is required fields
what i think is the pickup transaction is not requiring any phone number you can try yourself pickup does not have any fields during checkout
On the delivery, it does require phone number as you said. For the pickup, when the new customer comes from Google Or Facebook signup, they can place orders without phone#. Merchants always have a great need to call customers or pickup orders as well when they have questions on the orders. You know email normally does not work that well especially when coming to food preparation in the demanding time. can you make phone# required also for pickup?
hi mate
on coming update on mobile app i already added a fixed if the customer has no phone if transaction is pickup they will have to input there mobile number before they can purchase i will do the same on web version on coming updates
okay great. for the mobile app, it is still on the plan to be released by end of this Sept as you mentioned? Thanks
i already uploaded to cc just waiting for cc approval
you will be notified once its approved
cool. can’t wait for the update. thanks
update already approved 
Yes, just saw that. thanks. congratulation on the updates!
I see this in the update notes :” new – add easy access for category”: what is this exactly? any screenshot on it?
when you are on the menu food item there is a 3 dot on the nav you can switch between different category without going back to main category page
That is great! how hard is to make it similar to these? see below screenshots:
https://gyazo.com/278a41cc1911598f8835a07c56440767 https://gyazo.com/984b9ba238125c91e96753e37e12a28fcustomers might not know what the 3 dots do…
sure will do take note its just changing the icons 
nice. thanks
cheers 
Group Pay is something that is also very popular now with these type of restaurant scripts
thanks for your inputs
sorry mate i think mhoomhoo does not want to share the language file 
Doesn’t want to share with anyone? or just me? Is there a reason why? I mean he openly posted that he could share the file?
you can try to contact him again mate 