Henk Mulder Posted July 2, 2019 Share Posted July 2, 2019 When we have SSL enabled on all pages in our Prestashop 1.7.4.4 the logo is gone in invoice and delivery slip. With only Enable SSL on login, payment process and admin panel the logo is back. Enyone else having the same problem? Thanks Henk Link to comment Share on other sites More sharing options...
Stefand Posted July 17, 2019 Share Posted July 17, 2019 Bekijk en probeer deze fix eens: https://github.com/PrestaShop/PrestaShop/commit/93db0c4a6afaaf138f417005ce93fb38d66659bf#diff-bba6e05abcc820c681135b7554fbafba Link to comment Share on other sites More sharing options...
Henk Mulder Posted July 18, 2019 Author Share Posted July 18, 2019 Hoi Stefan, Bedankt voor je tip het logo verschijnt nu ook als alle pagina's ssl zijn, alleen was het formaat van het logo niet goed. Heb dit opgelost aan de hand van deze workaround Go to your FTP environment en go the file "pdf/header.tpl" And replace this: {if $logo_path} <img src="{$logo_path}" style="width:{$width_logo}px; height:{$height_logo}px;" /> {/if} With: <img src="your-logo-url" style="width:250px; height:100px;" /> 1 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