

Live product menu with category filters, variations, and a shopping cart.
Riser POS Online Ordering Platform adds a restaurant ordering page to WordPress. It connects to your existing Riser POS backend, loads the live menu, and sends completed orders back to the POS.
The plugin slug remains riser-pos. Use the shortcode [riserpos_products] on any page.
This plugin connects to the Riser POS API, a restaurant point-of-sale service operated by Dimdul. The API is used to load your store menu and submit online orders to your Riser POS account.
The API Base URL is configured by the site owner in the plugin settings. The placeholder shown in the admin form (https://your-riser-pos-host.example/api/v1) is only an example format; your actual URL is provided with your Riser POS account.
What data is sent and when:
[riserpos_products] shortcode, the plugin sends a GET request to {API Base URL}/get-menu with your store ID and API secret key to fetch the live menu.{API Base URL}/orders with your store ID, API secret key, cart items (product IDs, variation IDs, quantities, prices), and the customer details entered in the checkout form (name, phone, email, shipping address, payment method, and transaction ID when applicable).This service is provided by Dimdul:
Customer name, phone, email, shipping address, cart items, and payment reference are sent to your configured Riser POS API URL and stored in a local WordPress table (wp_riser_pos_orders). Deleting the plugin from the Plugins screen removes that table and the plugin settings.