Paypal und Zend Optimizer

Der Zend Optimizer und der Shop Connector wurden erfolgreich insatlliert. Trotzdem erscheint das Paypal Logo nicht auf der Shop Seite. Woran kann das liegen.

www.fivonet.de

Die template Dateien wurden wahrscheinlich nicht angepasst. Prüf nochmal jeden Schritt der Einbauanleitung.
Oder mal den tmp - Ordner leeren.

der Temp Ordner war voll habe ich gelöscht. Aber kein Paypal Logo in Sicht.
Der Shop Connector ist grün und aktualiesiert sich auch. Was müste am Template geändert werden.

Was müste am Template geändert werden.

Na dass was in der Einbau-Anleitung dazu steht.

das wurde ja schon alles gemacht. Alles ist grün und gehen tut nichts.

[QUOTE=retter99;28549]das wurde ja schon alles gemacht. Alles ist grün und gehen tut nichts.[/QUOTE]

Vielleicht im flaschen Templatesatz gearbeitet?

Normalerweise ist der EInbau von PayPal nicht so kompliziert.

Was ja schonmal läuft, ist die Verbindung zu eFire. Schritt 1 ist also fertig.

Schau mal in der conf.inc.php welches euer aktiver Templatesatz ist.

Gruß Joscha

das steht bei uns in der confiq Datei

// Template theme name, a directory in out/ folder containing all needed resources
$this->sTheme = 'basic';

// Custom  theme, a directory in out/ folder containing only modified template files
$this->sCustomTheme = null;

// Uncoment only for former (pre version 4) template compatibility
// $this->blFormerTplSupport = true;
// $this->blFixedWidthLayout = true;

// UTF-8 mode in shop 0 - off, 1 - on
$this->iUtfMode  = '1';

// File type whitelist for file upload
$this->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');

// timezone information
date_default_timezone_set('Europe/Berlin');

// Search engine friendly URL processor
// After changing this value, you should rename oxid.php file as well
// Always leave .php extension here unless you know what you are doing
$this->sOXIDPHP = "oxid.php";

//  enable debug mode for template development or bugfixing
// -1 = Logger Messages internal use only
//  0 = off
//  1 = smarty
//  2 = SQL
//  3 = SQL + smarty
//  4 = SQL + smarty + shoptemplate data
//  5 = Delivery Cost calculation info
//  6 = SMTP Debug Messages
//  7 = oxDbDebug SQL parser
$this->iDebug = 0;

// Log all modifications performed in Admin
$this->blLogChangesInAdmin = false;

// Force admin email
$this->sAdminEmail = '';

// in case session must be started on first user page visit (not only on
// session required action) set this option value 1
$this->blForceSessionStart = false;

// Use browser cookies to store session id (no sid parameter in URL)
$this->blSessionUseCookies = true;

// The domain that the cookie is available: array( _SHOP_ID_ => _DOMAIN_ );
// check setcookie() documentation for more details @php.net
$this->aCookieDomains = null;

// The path on the server in which the cookie will be available on: array( _SHOP_ID_ => _PATH_ );
// check setcookie() documentation for more details @php.net
$this->aCookiePaths = null;

// uncomment the following line if you want to leave euro sign unchanged in output
// by default is set to convert euro sign symbol to html entity
// $this->blSkipEuroReplace = true;


// List of all Search-Engine Robots
$this->aRobots = array(
                    'googlebot',
                    'ultraseek',
                    'crawl',
                    'spider',
                    'fireball',
                    'robot',
                    'spider',
                    'robot',
                    'slurp',
                    'fast',
                    'altavista',
                    'teoma',
                    );

// Deactivate Static URL's for these Robots
$this->aRobotsExcept = array();

Das heißt, das euer Template im Ordner “basic” liegt


// Template theme name, a directory in out/ folder containing all needed resources
$this->sTheme = 'basic';

Habt Ihr da die nötigen Änderungen gemacht?

ich habe gearde vom Support die Antwort bekommen:

Unter
/modules befinden sich keine Dateien des PayPal-Moduls. Damit Sie PayPal nutzen
können, muss das Shop-Modul in Ihren OXID eShop integriert werden. Sie können es
bei Aktivierung des eFire-Portlets herunterladen. Führen Sie die dazugehörige
Installationsanleitung Schritt für Schritt aus.

Wo finde ich das Modul??

Den bekommt ihr im eFire-Portal beim entsprechenden Modul.