How to add FraudLabs Pro secured seal on Magento 2 platform

article banner

This tutorial shows you step-by-step instruction on how to add the FraudLabs Pro secured seal on the Magento 2 platform in the footer section. However, you can embed the seal on any pages you want on the Magento 2 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. Login to Magento 2 admin page.
  4. Click on Content > Configuration.
  5. Click on Edit button in Design Configuration.
  6. On Other Settings section, select Footer section to display the settings.
  7. Paste the secured seal code into Miscellaneous HTML. For example,
    <div style="text-align:center;">
     <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>
    </div>
  8. Click on Save Configuration button.
  9. Done.

Was this article helpful?

Related Articles