Website logo
⌘K
BlueCheck Documentation
API Documentation
Billing and Admin
Ecommerce
Retail
Field Reference
Docs powered by Archbee
Ecommerce
Magento

Installing BlueCheck On Magento

6min

Magento 1.x

Installing The Script

  1. Access your Magento store via FTP, SFTP, or SSH.
  2. Modify the app/design/frontend/default/default/template/checkout/onepage.phtml by adding the following script at the bottom of the template file.
  3. Make sure to replace "YOUR_DOMAIN_TOKEN_HERE" with your domain token which can be found on the Installation page of the Merchant Portal. Save the edited file.
    
JS
<noscript><meta http-equiv="refresh" content="0;url=https://verify.bluecheck.me/noscript"></noscript>
<script src="https://verify.bluecheck.me/platforms/magento/js/AgeVerification.js?domain_token=YOUR_DOMAIN_TOKEN_HERE"></script>


Secondary Check

  1. Access your Magento store via FTP, SFTP, or SSH.
  2. Download the secondary check plugin and transfer the zip file to the Magento server. Then, extract the file contents to the app/code/BlueCheck/AgeValidator/ folder. Run the module installation command.
  3. In the admin portal for the Magento store, go to Stores -> Configuration and click on BlueCheck Configuration. There you can enable the plugin and add your domain token.

You can now test out the Secondary Check. If you return to your Magento order dashboard you should see a new column BlueCheck Verification. Your orders will be tagged as Verified or Not Verified depending on the verification status.

Magento 2.x

Installing The Script

  1. Access your Magento store via FTP, SFTP, or SSH.
  2. Modify the vendor/magento/module-checkout/view/frontend/templates/onepage.phtml by adding the following script at the bottom of the template file.
  3. Make sure to replace "YOUR_DOMAIN_TOKEN_HERE" with your domain token which can be found on the Installation page of the Merchant Portal. Save the edited file.
    
JS
<noscript><meta http-equiv="refresh" content="0;url=https://verify.bluecheck.me/noscript"></noscript>
<script src="https://verify.bluecheck.me/platforms/magento2/js/AgeVerification.js?domain_token=YOUR_DOMAIN_TOKEN_HERE"></script>


Secondary Check

  1. Access your Magento store via FTP, SFTP, or SSH.
  2. Download the secondary check plugin and transfer the zip file to the Magento server. Then, extract the file contents to the app/code/BlueCheck/AgeValidator/ folder. Run the module installation command.
  3. In the admin portal for the Magento store, go to Stores -> Configuration and click on BlueCheck Configuration. There you can enable the plugin and add your domain token.

You can now test out the Secondary Check. If you return to your Magento order dashboard you should see a new column BlueCheck Verification. Your orders will be tagged as Verified or Not Verified depending on the verification status.

Updated 21 Sep 2023
Did this page help you?
PREVIOUS
Installing BlueCheck on Lightspeed Ecommerce
NEXT
Installing BlueCheck on PrestaShop
Docs powered by Archbee
TABLE OF CONTENTS
Magento 1.x
Installing The Script
Secondary Check
Magento 2.x
Installing The Script
Secondary Check
Docs powered by Archbee