Use different logo for PDF, e-mail and RSS
Oct 27, 2009 PrestaShop Customization, PrestaShop Tips
Is this useful? Like it.
Sometimes the logo image on your PrestaShop web site is not suitable for displaying on other locations — such as the PDF invoice, e-mail etc.
Maybe you want to display a logo with different background color, tagline, size etc — but PrestaShop will use only one logo, which is the logo.jpg file located in the \img\ folder, for all types of display.
To use a different logo image from your web site’s logo, create a new logo and name it as logo1.jpg (or something else) and upload to the \img\ folder (the same location as the logo.jpg file)
Then open the relevant files and change the entry “logo.jpg” to “logo1.jpg“. You can choose any or all of these files to change:
- \modules\referralprogram\preview-email.php
- \classes\Mail.php
- \classes\PDF.php
- \modules\feeder\rss.php
NOTE: These files are not in your custom theme folder. So, if you upgrade your PrestaShop site, the changes will be lost. Please note the changes you’ve made so you know where to re-apply the modifications after you have upgraded.













September 2nd, 2010 at 12:33 pm
Thanks for the Method