- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
PrestaShop 1.6.x. How to add Trust Seal banner to the footer
January 11, 2016
In this tutorial you will learn the way to add a Trust Seal banner to the footer in PrestaShop templates.
PrestaShop 1.6.x. How to add Trust Seal banner to the footer
A Trust Seal is any sort of seal, badge, logo or icon displayed on an e-commerce site. A trust seal verifies to visitors that a website is legitimate. Data is collected by the third-party trust seal company that confirms that the business is authentic. An example of the trust seal you can see on the screenshot below:
The list of the most popular trust seals you can find in this post. In this tutorial we are going to add a PayPal trust logo to our site.
To add a PayPal trust seal to the footer of your site, you should perform the following steps:
-
Connect your FTP account or open File Manager in your Hosting Control panel and navigate to themes/themeXXX directory on your server (where XXXX is the number of your theme). Find and open footer.tpl file there.
-
Insert the following code before the closing tag in the file:
1234<
div
class
=
"trust_seal"
>
</
div
>
This additional div with the custom class "trust_seal" will allow to correct the position of the trust logo in the footer using CSS styles (if it is required).
-
Open the official site of the trust seal you want to add. In our case, this is http://www.paypal.com. Find and copy the required trust logo code from this site and insert it into the added
-
Save the changes in the file, clear PrestaShop cache and check your site. You should be able to see your trust seal banner in the footer.
This is the end of the tutorial. Now you know how to add a Trust Seal banner to the footer in PrestaShop templates.
Feel free to check the detailed video tutorial below:
PrestaShop 1.6.x. How to add Trust Seal banner to the footer