vitovito1 Posted December 22, 2020 Share Posted December 22, 2020 Hello guys I am having this issue i am not able to go over. As you can see i get the url wrong and i don't understand how to fix it and why it happened <img class="logo" src="https://givilulu.com/img/https://givilulu.com/img/givi-lulu-official-web-site-logo-1608640195.jpg" alt="" title="" width="200" height="50"> many thanks Link to comment Share on other sites More sharing options...
vitovito1 Posted December 22, 2020 Author Share Posted December 22, 2020 It use the promokit in the theme Link to comment Share on other sites More sharing options...
vitovito1 Posted December 23, 2020 Author Share Posted December 23, 2020 (edited) This is the code from template <div class="header_logo"> {if isset($page.page_name) && $page.page_name != 'product' && $page.page_name != 'category'}<h1 class="m-0">{/if} <a class="header_logo_img dib" href="{$urls.base_url}" title="{$shop.name}"> <img class="logo" src="{if (version_compare(_PS_VERSION_, '1.7.7', '>='))}{$urls.img_ps_url}{/if}{$shop.logo}" alt="{$shop.name}" loading="lazy" width="200" height="50" /> </a> {if isset($page.page_name) && $page.page_name != 'product' && $page.page_name != 'category'}</h1>{/if} </div> Edited December 23, 2020 by vitovito1 (see edit history) Link to comment Share on other sites More sharing options...
nikoz Posted October 13, 2022 Share Posted October 13, 2022 I have the same problem. I am using Prestashop 1.7. Do we have solution for this ? Thanks 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