289 comments found.
Hi,
Can we have more restaurant location for one city/town?
I can tell you, this is the best plugin demonstration for food ordering. I see great potential in this plugin! Keep improving it!
Hello,
Thank you, unfortunately, I did not think of this feature when I built it, and I am afraid is too late. Too many things would need to be changed, users/location, orders/location…
Best,
It will be great if you add that feature in the future.
is there a possibility to order items per price?
Hello Mavan, could you please wait till Monday next week, I am finally getting the demo back online, and you will find the pricing options pretty powerful, also the will be some PHP8 warning fixes and a product price decrease.
Best,
enabled delivery option set radius 100 added api still it says (We are sorry we cannot deliver to your area) help??
When back button press it directly exit . Back press shud take last page rather coming out
Hello Dear,
Extended plugin is having issue I am getting this error after submitting order
{code route was found matching the URL and request method.”,data}}
https://domain.com/wp-json/instafood/order*/ I am using this Twilio Library/ * require_once(plugin_dir_path(FILE) . ‘assets/vendor/twilio-php-main/src/Twilio/autoload.php’); use Twilio\Rest\Client;
// handle new order from user in the background function on_instafood_new_order(int $orderId) { // sample on how to retrive order data // could be used to inform other API’s Ex: Send SMS, emails, send alerts to waiter // can also be used to automatically print invoice via PrintNode (see InstafoodRemotePrint example above)
$order = new com\sakuraplugins\appetit\rest_api\models\Order();
$order->findOne($orderId);
if (!$order->getProperty('ID')) {
return;
}
$_orderAll = $order->getAllProperties();
$lineItemsData = $order->getLineItemsData();
$properties = $order->getAllProperties();
$_public_id = $properties['_public_id'] ?? '';
if ($_public_id !== '') {
$qVarsDataFail['opid'] = $_public_id;
}
$orderOpid = $_public_id;
$url = site_url();
$_orderType = $_orderAll['_orderType'] ?? '';
$_orderTotal = $_orderAll['_orderTotal'] ?? '';
$tableNo = '';
if ($_orderType === 'DINEIN') {
$tableNo = $_orderAll'_delivery_info' ?? '';
}
$msg = "New Order (#ID $orderId) Recieved\r\n";
$msg .= "Order Type: $_orderType\n";
$msg .= $tableNo !== '' ? "Table #: $tableNo\n" : '';
$msg .= "Order Total: $_orderTotal\n";
$msg .= "Receipt: $url/bill/?opid=$orderOpid\n";
// Your Account SID and Auth Token from twilio.com/console
$sid = '';
$token = '';
$client = new Client($sid, $token);
// Use the client to do fun stuff like send text messages!
$client->messages->create(
// the number you'd like to send the message to
'+1',
[
// A Twilio phone number you purchased at twilio.com/console
'from' => '+1',
// the body of the text message you'd like to send
'body' => "$msg"
]
);
}
I am using twilio to get sms alert of new orders. but upon placing orders web app is getting stuck on last page. SMS is also not coming.
Could you please guide how to fix.
Thanks
Hello,
I really can not debug custom work, could be anything, this should be tested on localhost and watch logs/php_error.log
Best
Hello, no update yet?
The demo is also not working
Best regards!
Hello,
Sorry for that, my current job was exhausting during the last year, I will try to revisit the plugin & get the demo up in Jan 2024.
Cheers,
Your plugin is amazing and beautiful. Very good. Do you have any plans to work with woocommerce? Please let me know, I am very interested in purchasing.
hello ryanmourao, I am sorry I don’t have such a plan. Best!
update
Hello,
Sorry mate, did not have the time to publish the demo, I estimate I will do that somewhere in November.
Best,
Any update ?
Hi,
The LIVE PREVIEW of the plugin is not working.
Hello, before buying the plugin we have two questions:
1.- We need to show the products in two columns on mobile devices. How could we do?
2.- Is it possible to add a search field?
Thank you so much.
Hello, pls don’t buy it yet, I did not have the time to re-lunch the demo.
Best
Hello, before buying the plugin we have two questions:
1.- We need to show the products in two columns on mobile devices. How could we do?
2.- Is it possible to add a search field?
Thank you so much.
hey jayc .. if i wanna integrate payment gateway can u please guide me the location of files for code ..
help bro .. where i should look for payment gateway integration .a hint pls
Hello,
A new payment integration is not an easy thing to do, just like a few lines of code. I would suggest to download Visual Studio Editor, open the project and search for Stripe! here’s a print screen: https://www.awesomescreenshot.com/image/41801590?key=f4b822cea84f06513a850ba2d4ed32ec
Best,
thanks mate .. really helpful we got some payment gateway plugins so yes not few codes ..but can be managed
Hi Dear Jayc,
I have 2 question first )for printing a bill can i use google cloud printer? because i have trouble with print node , i set up api key and my printer had been detected but it didn’t work. second) as the customer finalize its order i would like to show the bill number to the customer how i can set this?
Hello,
I am not familiar with google cloud printer, both requests require custom work.
Best,
Are you have SAAS module from this script ? without wordpress
Hello, no there is not
i think if you make saas product from it. it will be good and make order by whatsapp like quick qr and qr menu maker. it will be good. good luck
Please activate the demo
Hello,
Sorry, I did not have time to re-set up the demo. I will try to do that in the near future.
Best,
still working? demo is not active.
Hello,
Sorry, I did not have time to re-set up the demo. I will try to do that in the near future.
Best,
What is the link to the demo?
How can I change the menu order? a-z or according to the input type
Hello sporterjames1,
In order to receive support, you have to be a buyer. And the answer is yes, it’s possible.
Best
its support menu translation option?