Linux 软件免费装

Connect for Mobilox

开发者 naiches
更新时间 2026年6月1日 16:34
PHP版本: 8.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

sync inventory vehicles mobilox hexon

下载

1.0.0 1.1.0

详情介绍:

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

安装:

  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.

屏幕截图:

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

常见问题:

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.

更新日志:

1.1.0 1.0.0