Jump to content

LOGO SUBIDO AL BACK OFFICE, SIGUE SIN APARECER EN EL FRONT OFFICE (PLANTILLA WINESTORE)


Luz Belle

Recommended Posts

Hola a tod@s, ¿Cómo van?

 

El problema es que he intentado subir mi logo de todas las maneras que se explica en el foro, pero ninguna da resultado.

-Subi el logo en 241 x 52 px (plantilla winestore) en .jpg en mi back office/temas.

-Cambié mi header.tpl según consejos del foro, me quedó así: <img class="logo" src="{$img_ps_dir}logo-1.jpg"

-Limpié manualmente Caché y Compilación (tengo forzada la compilación y el caché desactivado).

 

El logo sigue sin aparecer, agradeceré enormemente cualquier ayuda.

 

Saludos cordiales.

Link to comment
Share on other sites

Este es el código en la línea 617 - 628 (controllers/admin/AdminThemesController.php)

 

if (Context::getContext()->shop->getContext() == Shop::CONTEXT_ALL || $id_shop == 0 || Shop::isFeatureActive()==false)

$logo_name = $logo_prefix.$ext;

 

if ($field_name == 'PS_STORES_ICON')

{

if (!@ImageManager::resize($tmp_name, _PS_IMG_DIR_.$logo_name, null, null, 'gif', true))

$this->errors[] = Tools::displayError('An error occurred while attempting to copy your logo.');

}

else

{

if (!@ImageManager::resize($tmp_name, _PS_IMG_DIR_.$logo_name))

$this->errors[] = Tools::displayError('An error occurred while attempting to copy your logo.');

}

Link to comment
Share on other sites

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