Importer for VWE

Beschrijving

Importer for VWE receives vehicle information via a REST endpoint and automatically creates
Custom Posts (used vehicles).
An admin settings page allows you to set the CPT name, and a meta box displays all
important vehicle data in the WordPress backend.

Schermafbeeldingen

  • Instellingen
  • Voorbeeld van geimporteerde occasion

Installatie

  1. Upload the importer-for-vwe folder to /wp-content/plugins/.
  2. Activate the plugin via the WordPress Plugins menu.
  3. Go to Importer for VWE Settings to set the CPT name.
  4. REST endpoint: POST to https://www.yourdomain.com/wp-json/vwe/v1/import/ with XML data.

FAQ

Q: How do I set the CPT name?
A: Go to Importer for VWE Settings and enter the desired slug. Existing posts will be automatically migrated if you change them.

Q: Where can I find the vehicle metadata?
A: Open a created post in the backend; the meta box on the right or bottom shows all the details.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Importer for VWE” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Importer for VWE” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “Importer for VWE” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.3

  • Meer velden toegevoegd

1.0.2

  • Voertuigsoort taxonomie toegevoegd

1.0.1

  • Foto’s tonen bij CPT gefixt

1.0.0

  • Eerste release: REST endpoint en CPT aanmaken
  • Dynamische CPT-naam instelbaar in settings
  • Meta box toegevoegd aan occasions CPT
  • REST callback, helper functies en meta box in aparte file gezet
  • CPT migratie bij slug-wijziging toegevoegd
  • Meta box toont alle belangrijke voertuiggegevens