🍕 Online Ordering Widget

Modern, embeddable ordering solution for restaurants

About This Widget

This is a fully functional online ordering widget that can be embedded into any restaurant website. It features:

🚀 Setup Instructions

  1. Configure your widget settings in the dashboard
  2. Set up your menu items and categories
  3. Copy the embed code from Widget Settings
  4. Paste the code into your website
  5. Orders will appear in your POS system automatically!

Live Widget Demo

This widget will load your actual menu items and process real orders.

Embed Code Example

To add this widget to your website, use the following code:

<!-- Payflow POS Online Ordering Widget --> <div id="payflow-ordering-widget"></div> <script> (function() { var script = document.createElement('script'); script.src = 'https://your-domain.com/widget.js'; script.onload = function() { PayflowWidget.init({ organizationId: 'your-organization-id', containerId: 'payflow-ordering-widget' }); }; document.head.appendChild(script); })(); </script>