All Collections
Integrations
Magento
Getting started with Magento 2
Getting started with Magento 2
Nick Hemenway avatar
Written by Nick Hemenway
Updated over a week ago

To add the TrustedSite extension to your Magento 2 site:

  1. Add TrustedSite as a dependency by adding the following line to composer.json located under your Magento root folder (e.g. /var/www/magento):
    โ€‹

    "mcafeesecure/module-mcafeesecure": "~0.0.9"
  2. Run 'composer update'

  3. Enable the TrustedSite extension by adding the following line to app/etc/config.php located under your Magento root folder:
    โ€‹

    'McAfeeSecure_McAfeeSecure' => 1
  4. Run 'bin/magento setup:upgrade'

  5. Once the TrustedSite extension is enabled, go to your Magento admin backend to create and/or log in to your TrustedSite account.

  6. After setting up your account, the TrustedSite trustmark should appear on your store layouts (please allow up to several minutes for activation).

Did this answer your question?