[WordPress] 外掛分享: Connect for Mobilox

首頁外掛目錄 › Connect for Mobilox
全新外掛
安裝啟用
尚無評分
13 天前
最後更新
問題解決
WordPress 7.0+ PHP 8.4+ v1.1.0 上架:2026-05-30

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Connect for Mobilox」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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' );

延伸相關外掛

文章
Filter
Apply Filters
Mastodon