Exportmanager - Variablen für Produkte
Für den Export von Produkten stehen folgende Variablen zur Verfügung:
Variable | Inhalt | Beschreibung | Nutzung im Body |
---|---|---|---|
products_id | int | Interne Produkt-ID | {$data.products_id} |
external_id | string | Externe Produkt-ID | {$data.external_id} |
products_ean | string | EAN | {$data.products_ean} |
products_quantity | int | Lagerstand | {$data.products_quantity} |
products_average_quantity | int | Durchschnittlicher Bestand | {$data.products_average_quantity} |
products_model | string | Artikelnummer | {$data.products_model} |
products_image | z. B.: artikel_bild.jpg | Artikelbild | {$data.products_image} |
last_modified | datum | Datum der letzten Änderung | {$data.last_modified} |
products_image_thumb | deeplink | URL zum Produktbild | {$data.products_image_thumb} |
products_image_info | deeplink | URL zum Produktbild | {$data.products_image_info} |
products_image_popup | deeplink | URL zum Produktbild | {$data.products_image_popup} |
products_image_org | deeplink | URL zum Produktbild | {$data.products_image_org} |
products_weight | dezimal | Artikelgewicht in kg | {$data.products_weight} |
products_status | int | Artikelstatus | {$data.products_status} |
products_tax_class_id | int | ID der Steuerklasse | {$data.products_tax_class_id} |
manufacturers_name | string | Herstellername | {$data.manufacturers_name} |
manufacturers_id | int | Hersteller-ID | {$data.manufacturers_id} |
products_ordered | int | Anzahl verkaufter Artikel | {$data.products_ordered} |
products_name | string | Artikelname | {$data.products_name} |
products_description | text | Beschreibung | {$data.products_description} |
products_short_description | text | Kurzbeschreibung | {$data.products_short_description} |
products_description_clean | text | Beschreibung bereinigt (ohne HTML) | {$data.products_description_clean} |
products_short_description_clean | text | Kurzbeschreibung bereinigt (ohne HTML) | {$data.products_short_description_clean} |
products_keywords | text | Schlüsselwörter | {$data.products_keywords} |
url_text | zb de/Kategorie/Produktname | SEO URL (ohne Domain) | {$data.url_text} |
meta_title | string | Meta-Titel | {$data.meta_title} |
meta_description | text | Meta-Beschreibung | {$data.meta_description} |
meta_keywords | text | Meta-Schlüsselwörter | {$data.meta_keywords} |
review_stars_rating | int | Anzahl Bewertungen | {$data.review_stars_rating} |
products_average_rating | dezimal | Produktbewertung | {$data.products_average_rating} |
products_link | http://www.ihr-shop.de/de/Kategorie/Produktname | Deeplink zum Produkt | {$data.products_link} |
products_price.plain | dezimal | Produktpreis | {$data.products_price.plain} |
products_price.old_plain | (wenn Sonderpreis vorhanden) Normaler Preis (Siehe auch: Sonderpreise-Export ) | {$data.products_price.old_plain} | |
(wenn Sonderpreis vorhanden) Prozentuale Ersparnis. (Siehe auch: Sonderpreise-Export ) | |||
group_price | Array | Staffelpreise ( Beispiel ) | {$data.group_price} |
products_price.plain_otax | dezimal | Nettopreis | {$data.products_price.plain_otax} |
products_tax_info.tax | dezimal | Steuersatz | {$data.products_tax_info.tax} |
products_tax_info.tax_desc | z. B.: "incl. 20% USt" | Steuersatz-Beschreibung | {$data.products_tax_info.tax_desc} |
currency | ISO code | Währungscode (z. B. EUR) | {$data.currency} |
Optional - aktivierte Lagerampel | |||
stock_image.name | z. B.: "Ware bereits Nachbestellt" | Lagerampel-Bezeichnung | {$data.stock_image.name} |
Optional - aktivierte Lieferzeit | |||
shipping_status | z. B.: "24 Stunden" | Lieferzeitangabe | |
stock_image.name | z.B.: "Sofort versandfähig, ausreichende Stückzahl" | Lieferzeitangabe | {$data.stock_image.name} |
category_tree | z. B.: "Hauptkategorie > Unterkategorie" | Kategoriestruktur |