Veyton 4 – Export Manager Beispiel für die neue Google Shopping Richtlinien
Posted on | Oktober 7, 2011 | Keine Kommentare
Bitte lesen Sie erst xtcommerce veyton – Google Shopping Einstellungen.
Header:
id~link~titel~beschreibung~bild_url~preis ~marke~zustand~versand~availability ~gtin~google_product_category
Body:
{$data.products_id}~
{$data.products_link}~
{$data.products_name}~
{$data.products_description_clean|replace:"~":"-"}~
{ $data.products_image_info}~
{$data.products_price.plain}~
{$data.manufacturers_name}~
gebraucht~DE:::6.90~
{if $data.products_quantity<=0}nicht auf lager{/if}
{if $data.products_quantity>0}auf lager{/if}~
{$data.products_ean}~
{$data.google_productcategory}
Nützliches:
Hier findet ihr die meinsten Variablen. z.B. products_id für den Body.
Google Produkt-Feed-Spezifikationen
Alles was Google will. z.B. gtin für den Header.
Google Shopping – Produktkategorie im Exportmanager (kostenlos)
- Ordner xt_google_product_categories in den Ordner plugin laden.
- Ordner xtFramework -> classes -> class.export.php in den Ordern xtFramework -> classes -> class.export.php laden. Datei ersetzen.
Unter Artikel bearbeiten erscheint ein neuer Tab mit Google-Produktkategorie.
Related posts:
Category: Xtcommerce veyton
Tags: $data > $data.google_productcategory > $data.products_ean > {if $data.products_quantity>0}auf lager{/if} > {if $data.products_quantity<=0}nicht auf lager{/if}
Tags: $data > $data.google_productcategory > $data.products_ean > {if $data.products_quantity>0}auf lager{/if} > {if $data.products_quantity<=0}nicht auf lager{/if}
Kommentare
Leave a Reply
