Title: RTDashboards
Author: Marcel-NL
Published: <strong>25 februari 2025</strong>
Last modified: 10 april 2025

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# RTDashboards

 Door [Marcel-NL](https://profiles.wordpress.org/marcel-nl/)

[Download](https://downloads.wordpress.org/plugin/rtdashboards.zip)

 * [Details](https://nl.wordpress.org/plugins/rtdashboards/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/rtdashboards/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/rtdashboards/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/rtdashboards/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/rtdashboards/)

## Beschrijving

Lightweight plugin that sends WooCommerce orders to RTDashboards.com to display 
your orders (from multiple shops) in real-time on sales dashboards. This plugin 
only transmits the order ID and price; no sensitive data is exchanged.

### External Services

This plugin makes POST and DELETE requests to the RTDashboards API when a WooCommerce
order’s status is changed. A token, obtained from rtdashboards.com after creating
an account, is required for these requests. Both API calls are triggered by the 
WooCommerce `woocommerce_order_status_changed` hook.

### New Order

When a new order is created, a POST request is sent:
 wp_remote_post(‘https://rtdashboards.
com/api/v1/create-order’, [ Shop ID, order ID, price ])

This request sends the Shop ID, order ID, and price to the `/api/v1/create-order`
endpoint of the rtdashboards.com API via an `Authorization` header.

### Delete Order

When an order is deleted, a DELETE request is sent:
 wp_remote_request(‘https://
rtdashboards.com/api/v1/delete-order/[Shop ID]/[Order ID]’)

This request sends the Shop ID and order ID to the `/api/v1/delete-order/[Shop ID]/[
Order ID]` endpoint of the rtdashboards.com API via an `Authorization` header.

Terms and Privacy Policy: http://rtdashboards.com/terms-and-conditions

## Installatie

 1. Install this plugin.
 2. Create an account on rtdashboards.com.
 3. Obtain your Shop ID and generate a token (see installation instructions at https://
    rtdashboards.com/docs/woocommerce).
 4. Navigate to the plugin settings page in your WordPress dashboard: `your-site-url/
    wp-admin/options-general.php?page=rtdashboards`.
 5. Enter the generated token and Shop ID.
 6. Optionally, configure the order statuses that trigger updates to RTDashboards.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“RTDashboards” is open source software. De volgende personen hebben bijgedragen 
aan deze plugin.

Bijdragers

 *   [ Marcel-NL ](https://profiles.wordpress.org/marcel-nl/)

[Vertaal “RTDashboards” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/rtdashboards)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/rtdashboards/), haal
de [SVN repository](https://plugins.svn.wordpress.org/rtdashboards/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/rtdashboards/) via
[RSS](https://plugins.trac.wordpress.org/log/rtdashboards/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

 * v.1.1.0 Add the option to send order prices with or without tax
 * v.1.0.2 Fix in prevent this plugin from activating if WooCommerce is not active
 * v.1.0.1 Show an error message if you want to install this plugin, but Woocommerce
   is not installed
 * v.1.0 First release

## Meta

 *  Versie **1.1.0**
 *  Laatst geüpdatet **1 jaar geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 6.5 of nieuwer **
 *  Getest t/m **6.7.7**
 *  PHP versie ** 7.0 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/rtdashboards/)
 * Tag
 * [woocommerce](https://nl.wordpress.org/plugins/tags/woocommerce/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/rtdashboards/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

[Je beoordeling](https://wordpress.org/support/plugin/rtdashboards/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/rtdashboards/reviews/)

## Bijdragers

 *   [ Marcel-NL ](https://profiles.wordpress.org/marcel-nl/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/rtdashboards/)