Shopware Konfiguration in der Apllication.php

[quote=“Sebastian Klöpper”]Hi, hier ein paar Beispiele, die ggf. schon weiterhelfen. Danach muss auf jeden Fall der komplette Cache einmal geleert werden, damit das System diese neuen Werte an nimmt. 'config'=\>array( 'data' =\> array( 'host' =\> 'localhost', 'basePath' =\> 'localhost/verzeichnis', ) ), 'license'=\>array( 'data'=\>array( 'sCORE' =\> 'C950C-17D8E-EAEA9-43177-6FAAB-770B0-#sCORE#', 'sLANGUAGEPACK' =\> '4664B-7A956-85955-5999E-C3811-BBAFD-#sLANGUAGEPACK10#', ... ) ) , 'shop'=\>array( 'options' =\> array( //'host' =\> '' ), 'config' =\> array( 'Shopname' =\> 'Halllo' ), 'options1' =\> array( //'host' =\> '' ), 'config1' =\> array('data'=\>array( 'Shopname' =\> 'Halllo2' )) ), 'license'=\>array( 'data'=\>array( 'sCORE' =\> 'sdfghkjkl' ) ) 'mail' =\> array( 'type' =\> 'file', 'path' =\> $this-\>DocPath().'\_tests/Shopware/TempFiles/', ), 'mail' =\> array( 'type' =\> 'smtp', 'host' =\> 'mail.shopware.ag', 'from' =\> array( 'email' =\> 'info@shopware.de', 'name' =\> 'Shopware' ), 'replyTo' =\> array( 'email' =\> 'test@shopware.de', 'name' =\> 'Mein Name' ), 'username' =\> 'catchall@shopware.de', 'password' =\> 'PASSWORD' ), [/quote] Hallo, Sebastian… danke für die Antwort. mein Hauptproblem, die Template-Definition, wird damit leider auch nicht klarer… Kann man darüber auch z.B. das Verzeichnis der Artikelbilder definieren?