Since the latest changes on 1.7.7.x, themes are broken after an upgrade.
For example in the classic theme we now have:
<link rel="icon" type="image/vnd.microsoft.icon" href="{$urls.img_ps_url}{$shop.favicon}?{$shop.favicon_update_time}">
When it should be
<link rel="icon" type="image/vnd.microsoft.icon" href="{$shop.favicon}?{$shop.favicon_update_time}">
We should be able to reach logo
, stores_icon
, favicon
without having to put the _PS_IMG_
constant before.
Steps to reproduce the behavior:
Use a theme that is not the classic theme
For example: https://github.com/prestarocket-agence/classic-rocket
@PierreRambaud you don't have to use an other theme juste skip update theme during install it's easier for test :)
Hi @PierreRambaud, @okom3pom,
I manage to reproduce the issue with the 177x branch
Ok with PS1768
Thanks!
All credits to @micka-fdz for this issue
Thanks @okom3pom for credits and @PierreRambaud for your issue and PR. You rocks!
Hi,
I still have this problem with 1.7.7.0 is this because of my theme or because of the new prestashop?
Hi,
I think it's you theme or an override.
U can compare your files with this PR https://github.com/PrestaShop/PrestaShop/pull/21981/files
Most helpful comment
All credits to @micka-fdz for this issue