Jump to content

[opgelost] Geen logo op factuur als SSL is ingeschakeld op alle pagina's


Recommended Posts

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

  • 2 weeks later...

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;" />

 

  • Thanks 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...