How to add FraudLabs Pro secured seal on WP E-Commerce platform

article banner

This tutorial shows you step-by-step instruction on how to add the FraudLabs Pro secured seal on the WP E-Commerce platform in the footer section. However, you can embed the seal on any pages you want on the WP E-Commerce platform.

  1. Login to FraudLabs Pro merchant area.
  2. Go to https://www.fraudlabspro.com/secured-seal page and copy the secured seal code.
  3. Go to WordPress administrator and select Appearance > Editor.
  4. Select Theme Footer (footer.php) from the list and paste the secured seal code right after do_action( ‘storefront_footer’ ); ?>. For example,
    <a href="https://www.fraudlabspro.com/#secured-seal-1" target="_blank"/>
     <img style="border:none;" alt="FraudLabs Pro Prevents Fraud for Digital Businesses" src="//www.fraudlabspro.com/images/secured-seals/seal.png">
    </a>
  5. Press Update file to save your changes.

Was this article helpful?