Categories

Featured templates

PrestaShop 1.6.x. How to add Trust Seal banner to the footer

Amina Freinger January 11, 2016
Rating: 4.3/5. From 3 votes.
Please wait...

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:

prestashop_how_to_add_trust_seal_banner_to_the_footer1

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:

  1. 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.

  2. Insert the following code before the closing </footer> tag in the file:

    			<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).

  3. Open the official site of the trust seal you want to add. In our case, this is https://www.paypal.com. Find and copy the required trust logo code from this site and insert it into the added <div class="trust_seal"> tag in your footer.tpl file. The edited code will look as follows:

    prestashop_how_to_add_trust_seal_banner_to_the_footer2

  4. 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

Best Prestashop Themes
This entry was posted in PrestaShop Tutorials and tagged banner, footer, Prestashop, Trust Seal. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket