Title: Connect for Mobilox
Author: Naiche
Published: <strong>May 31, 2026</strong>
Last modified: June 1, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/connect-for-mobilox.svg)

# Connect for Mobilox

 By [Naiche](https://profiles.wordpress.org/naiches/)

[Download](https://downloads.wordpress.org/plugin/connect-for-mobilox.1.1.0.zip)

 * [Details](https://vec.wordpress.org/plugins/connect-for-mobilox/#description)
 * [Reviews](https://vec.wordpress.org/plugins/connect-for-mobilox/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/connect-for-mobilox/#installation)
 * [Development](https://vec.wordpress.org/plugins/connect-for-mobilox/#developers)

 [Support](https://wordpress.org/support/plugin/connect-for-mobilox/)

## Description

Connect for Mobilox syncs your vehicle inventory from the Mobilox/Hexon dealer management
system to your WordPress site. Vehicles are stored as a configurable post type with
full data available to your theme.

**Features:**

 * Real-time sync — vehicles are added, updated, and removed automatically via the
   DV incremental XML feed.
 * Configurable post type — sync to the built-in “Vehicle” post type or any existing
   custom post type in your theme.
 * Full data storage — every field Mobilox sends is stored in a custom table as 
   JSON, accessible via template helpers.
 * Image management — diff-based: only new images are downloaded, unchanged images
   keep their attachment IDs, removed images are cleaned up.
 * Endpoint security — protect your sync endpoint with a secret token or HTTP Basic
   Auth.
 * Status dashboard — see synced vehicle count, errors, last sync time, and a full
   activity log.
 * Read-only meta box — view all vehicle data grouped by category on the post editor.

**For theme developers:**

Access vehicle data in your templates:

    ```
    $vehicle = mobilox_get_vehicle();
    echo $vehicle->{'general.make.name'};
    echo $vehicle->{'powertrain.engine.power.pk'} . ' pk';
    ```

Or field by field:

    ```
    echo mobilox_get_field( 'body.colour.name_nl' );
    ```

## Screenshots

[⌊The Mobilox dashboard — vehicle count, sync status, endpoint URL, and activity
log.⌉⌊The Mobilox dashboard — vehicle count, sync status, endpoint URL, and activity
log.⌉[

The Mobilox dashboard — vehicle count, sync status, endpoint URL, and activity log.

[⌊Settings — post type selector, endpoint security, and log retention.⌉⌊Settings—
post type selector, endpoint security, and log retention.⌉[

Settings — post type selector, endpoint security, and log retention.

## Installation

 1. Upload the plugin to `/wp-content/plugins/` or install via Plugins  Add New.
 2. Activate the plugin.
 3. Go to **Mobilox  Settings** and select a post type.
 4. Copy the endpoint URL from the **Mobilox  Dashboard** page into your DV management
    tool.
 5. Vehicles will sync automatically as Mobilox pushes updates.

## FAQ

### Which post type should I choose?

If your theme already has a vehicle/occasion post type, select that. Otherwise, 
use the built-in “Mobilox Vehicle” type. You can change this at any time — existing
vehicles will continue to work.

### How do I access vehicle data in my theme?

Use `mobilox_get_vehicle( $post_id )` to get the full data object, or `mobilox_get_field('
field.name' )` for a single field. Field names match the Mobilox XML element names(
e.g. `general.make.name`, `powertrain.engine.power.pk`).

### Is the sync endpoint secure?

By default, the endpoint is open (for easy setup). Go to Settings to add a secret
token or HTTP Basic Auth credentials.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Connect for Mobilox” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Naiche ](https://profiles.wordpress.org/naiches/)

[Translate “Connect for Mobilox” into your language.](https://translate.wordpress.org/projects/wp-plugins/connect-for-mobilox)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/connect-for-mobilox/),
check out the [SVN repository](https://plugins.svn.wordpress.org/connect-for-mobilox/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/connect-for-mobilox/)
by [RSS](https://plugins.trac.wordpress.org/log/connect-for-mobilox/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Complete rewrite — OOP architecture with namespaced classes.
 * Custom database table for vehicle data (no postmeta bloat).
 * Configurable post type — sync to any existing CPT or the built-in one.
 * XML-only sync (v2.23+ compatible) — dropped legacy POST field support.
 * Diff-based image handling — only downloads new/changed images.
 * Secured REST endpoint with token and HTTP Basic Auth.
 * Admin dashboard with stats, activity log, and endpoint URL.
 * Read-only meta box showing all vehicle data grouped by category.
 * Template helper functions for theme developers.
 * Full uninstall cleanup (tables, posts, attachments, options).

#### 1.0.0

 * Initial version.

## Meta

 *  Version **1.1.0**
 *  Last updated **1 month ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 7.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/connect-for-mobilox/)
 * Tags
 * [inventory](https://vec.wordpress.org/plugins/tags/inventory/)[sync](https://vec.wordpress.org/plugins/tags/sync/)
   [Vehicles](https://vec.wordpress.org/plugins/tags/vehicles/)
 *  [Advanced View](https://vec.wordpress.org/plugins/connect-for-mobilox/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/connect-for-mobilox/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/connect-for-mobilox/reviews/)

## Contributors

 *   [ Naiche ](https://profiles.wordpress.org/naiches/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/connect-for-mobilox/)