Jump to content

Recommended Posts

Hola, a ver si alguien me puede ayudar, al acceder al logo de paypal desde el footer me dá el siguiente error, os copio el archivo también...versión 1.4.10 :

 

Fatal error: Cannot redeclare in ...modules/paypal/backward_compatibility/Display.php on line 24

 

<?php

 

/**

* Class allow to display tpl on the FO

*/

class BWDisplay extends FrontController

{

// Assign template, on 1.4 create it else assign for 1.5

public function setTemplate($template)

{

if (_PS_VERSION_ >= '1.5')

parent::setTemplate($template);

else

$this->template = $template;

}

 

// Overload displayContent for 1.4

public function displayContent()

{

parent::displayContent();

 

echo Context::getContext()->smarty->fetch($this->template);

}

} (la linea 24 es esta)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...