eburgasi Posted August 16 Share Posted August 16 (edited) Saludos, tengo un problema con el favicon de mi tienda, lo cargo desde la back office de prestashop 9 con las instrucciones que da de tamaño y formato, pero no me carga en la pagina. Ya realice el update ps_configuration set value="favicon.ico" where value="favicon.jpg". Copare la linea. {block name='head_icons'} <link rel="icon" type="image/vnd.microsoft.icon" href="{$shop.favicon}?{$shop.favicon_update_time}"> <link rel="shortcut icon" type="image/x-icon" href="{$shop.favicon}?{$shop.favicon_update_time}"> {/block} Pero sigue el problema. Si me pudiese ayudar. Se los agradeceria. Por favor. Edited August 19 by eburgasi (see edit history) Link to comment Share on other sites More sharing options...
WebCommercify Posted August 16 Share Posted August 16 Hola, revisa este tema por favor. 1 Link to comment Share on other sites More sharing options...
eburgasi Posted August 16 Author Share Posted August 16 (edited) Saludos lo he revisado pero nada. Edited August 16 by eburgasi (see edit history) Link to comment Share on other sites More sharing options...
Mehdi Bourechka Posted August 16 Share Posted August 16 2 hours ago, eburgasi said: Saludos, tengo un problema con el favicon de mi tienda, lo cargo desde la back office de prestashop 9 con las instrucciones que da de tamaño y formato, pero no me carga en la pagina. Ya realice el update ps_configuration set value="favicon.ico" where value="favicon.jpg". Copare la linea. {block name='head_icons'} <link rel="icon" type="image/vnd.microsoft.icon" href="{$shop.favicon}?{$shop.favicon_update_time}"> <link rel="shortcut icon" type="image/x-icon" href="{$shop.favicon}?{$shop.favicon_update_time}"> {/block} Pero sigue el problema. Si me pudiese ayudar. Se los agradeceria. Por favor. Esto suele pasar porque todavía existe una entrada antigua del favicon en la tabla ps_configuration (por ejemplo favicon.jpg). Elimina esa entrada y limpia la caché, y el nuevo favicon se mostrará correctamente. 1 Link to comment Share on other sites More sharing options...
eburgasi Posted August 19 Author Share Posted August 19 On 8/16/2025 at 6:18 AM, WebCommercify said: Hola, revisa este tema por favor. Gracias funciono. Haciendo corrección en la línea 1709. En el archivo FrontController.php /public_html/tu sitio/classes/controller/ Muy amables. The problem solved. It was in root/classes/controller/FrontController.php:1709 1) 'favicon' => self::configuredImageUrl('PS_STORES_ICON', $psImageUrl), The mistake was here, just updated "PS_STORES_ICON" to correct key "PS_FAVICON". Then cleared cache. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now