Projekt

Allgemein

Profil

GX-Bug #68373

Von Till Tepelmann vor etwa 3 Jahren aktualisiert

google_export_condition ist nicht Sprachabhänig, es wird immer bei Google oder CSV Export nur der deutsche Text exportiert auch wenn man im Export Schema die Sprache ändert. 

 Die Einträge in der Datenbanktabelle products_item_codes für google_export_condition sind fest in deutsch vorgeben ohne Abhängigkeit der Sprache 

 Kann wie folgt reproduziert werden: 

 1. Im Gambio Admin unter "Import / Export->Preissuchmaschinen" ein neues Schema anlegen 
 2. Im Reiter Spalten die Spalte "Zustand" hinzufügen und als Variable p_google_export_condition wählen 
 3. die Sprache im Profil auf englisch stellen 
 4. Speichern 
 5. In einem Artikel in einer Kategorie die Zustand Verfübarkeit "neu" oder "gebraucht" zuweisen 
 6. Export durchführen 
 7. CSV Datei öffnen und sehen, dass in der Spalte für jeden Artikel nur "neu" exportiert wird 

 Erwartestes Ergebnis: 
 Beim Export einer CSV oder TXT für Google oder den Preissuchmaschinen wird der Text für den Zustand auch abhängig von der Sprache korrekt exportiert 

 Tatsächliches Ergebnis: 
 Beim Export einer CSV oder TXT Datei für Google oder Preissuchmaschinen wird nur der deutsche Text exportiert egal welcher Sprache das Export Schema vorgibt 

 ------ 

 google_export_condition is not language dependent, it is always exported with Google or CSV export only the German text even if you change the language in the export scheme. 

 The entries in the database table products_item_codes for google_export_condition are fixed in German without language dependency. 

 Can be reproduced as follows: 

 1. create a new schema in the Gambio Admin under "Import / Export->Price Search Engines". 
 2. in the tab columns add the column "condition" and select as variable p_google_export_condition 
 3. set the language in the profile to english 
 4. save 
 5. assign the condition availability "new" or "used" in a product in a category 
 6. perform export 
 7. open CSV file and see that only "neu" is exported in the column for each product 

 Expected result: 
 When exporting a CSV or TXT for Google or the price search engines, the text for the state is also exported correctly depending on the language 

 Actual result: 
 When exporting a CSV or TXT file for Google or price search engines, only the German text is exported no matter what language the export scheme specifies.

Zurück