Title: Riser POS Online Ordering Platform
Author: Dimdul
Published: <strong>30 Tháng 8, 2026</strong>
Last modified: 30 Tháng 8, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/riser-pos/assets/banner-772x250.jpg?rev=3672323)

![](https://ps.w.org/riser-pos/assets/icon-256x256.png?rev=3672323)

# Riser POS Online Ordering Platform

 Bởi [Dimdul](https://profiles.wordpress.org/dimdulltd/)

[Tải về](https://downloads.wordpress.org/plugin/riser-pos.1.0.2.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/riser-pos/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/riser-pos/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/riser-pos/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/riser-pos/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/riser-pos/)

## Mô tả

Riser POS Online Ordering Platform adds a restaurant ordering page to WordPress.
It connects to your existing [Riser POS](https://dimdul.com/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.

#### Features

 * Live product menu from your Riser POS store
 * Product variations (for example, sizes)
 * Cart with VAT and shipping defaults
 * Checkout form with customer and shipping details
 * Cash on delivery plus POS payment methods
 * Local order copy stored in WordPress after checkout

### External services

This plugin connects to the **Riser POS API**, a restaurant point-of-sale service
operated by [Dimdul](https://dimdul.com/). 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:**

 * When a visitor loads a page with the `[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.
 * When a customer completes checkout, the plugin sends a POST request to `{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).
 * No requests are sent until you save a valid API Base URL, secret key, and store
   ID in **Settings  Riser POS**.

This service is provided by Dimdul:

 * Terms of use: https://dimdul.com/terms-and-conditions/
 * Privacy policy: https://dimdul.com/privacy-policy/

#### Privacy

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.

## Ảnh màn hình

[⌊Live product menu with category filters, variations, and a shopping cart.⌉⌊Live
product menu with category filters, variations, and a shopping cart.⌉[

Live product menu with category filters, variations, and a shopping cart.

[⌊Checkout form for customer details, shipping address, and payment method.⌉⌊Checkout
form for customer details, shipping address, and payment method.⌉[

Checkout form for customer details, shipping address, and payment method.

[⌊Riser POS store settings where API keys and the online order URL are issued.⌉⌊
Riser POS store settings where API keys and the online order URL are issued.⌉[

Riser POS store settings where API keys and the online order URL are issued.

[⌊WordPress settings under Settings → Riser POS (API connection, VAT, shipping, 
and shortcode).⌉⌊WordPress settings under Settings → Riser POS (API connection, 
VAT, shipping, and shortcode).⌉[

WordPress settings under Settings  Riser POS (API connection, VAT, shipping, and
shortcode).

## Cài đặt

 1. Upload the `riser-pos` folder to `/wp-content/plugins/` or install the zip from
    Plugins  Add New.
 2. Activate **Riser POS Online Ordering Platform**.
 3. Go to **Settings  Riser POS** in the WordPress admin.
 4. Enter your API Base URL, secret key, and store ID. Optionally set VAT and shipping.
 5. Create a page and add the shortcode `[riserpos_products]`.
 6. Publish the page and test an order.

## Hỏi đáp

### What is the plugin slug?

The directory slug, text domain, and settings page slug are `riser-pos`. The display
name is **Riser POS Online Ordering Platform**. Settings are under **Settings  Riser
POS**.

### Do I need WooCommerce?

No. Orders go to Riser POS, not WooCommerce.

### Where do I get the API URL and keys?

They are issued with your Riser POS account. Contact [Dimdul](https://dimdul.com/riser-pos/)
if you do not have them.

### Why are products not loading?

Confirm the API Base URL is reachable over HTTPS, the secret key and store ID are
correct, and your host allows outbound HTTPS requests.

### What happens if I delete the plugin?

Uninstall removes plugin settings and the local orders table. Orders already sent
to Riser POS remain in the POS.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Riser POS Online Ordering Platform” là mã nguồn mở. Những người sau đã đóng góp
vào plugin này.

Những người đóng góp

 *   [ Dimdul ](https://profiles.wordpress.org/dimdulltd/)

[Dịch “Riser POS Online Ordering Platform” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/riser-pos)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/riser-pos/), check out [SVN repository](https://plugins.svn.wordpress.org/riser-pos/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/riser-pos/)
qua [RSS](https://plugins.trac.wordpress.org/log/riser-pos/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0.2

 * Document external services with terms and privacy policy links.
 * Move settings page under Settings  Riser POS.
 * Clarify Settings API sanitization for WordPress.org review.

#### 1.0.1

 * Consume the live get-menu payload: products, variations, categories, currency,
   VAT, and shipping.
 * Send POS order items as product_id and product_variation_id.

#### 1.0.0

 * Initial WordPress.org release.
 * Configurable Riser POS API URL.
 * Settings API with sanitization.
 * Internationalized strings.
 * SSL verification enabled for remote requests.

## Meta

 *  Phiên bản **1.0.2**
 *  Cập nhật lần cuối **4 tuần trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Phiên bản WordPress ** 6.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.1.2**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/riser-pos/)
 * Thẻ
 * [food ordering](https://vi.wordpress.org/plugins/tags/food-ordering/)[menu](https://vi.wordpress.org/plugins/tags/menu/)
   [online ordering](https://vi.wordpress.org/plugins/tags/online-ordering/)[pos](https://vi.wordpress.org/plugins/tags/pos/)
   [restaurant](https://vi.wordpress.org/plugins/tags/restaurant/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/riser-pos/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/riser-pos/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/riser-pos/reviews/)

## Những người đóng góp

 *   [ Dimdul ](https://profiles.wordpress.org/dimdulltd/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/riser-pos/)