Ecommerce
Magento

Installing BlueCheck On Magento

6min
magento 1 x installing the script access your magento store via ftp, sftp, or ssh modify the app/design/frontend/default/default/template/checkout/onepage phtml by adding the following script at the bottom of the template file 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 \<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 access your magento store via ftp, sftp, or ssh 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 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 access your magento store via ftp, sftp, or ssh modify the vendor/magento/module checkout/view/frontend/templates/onepage phtml by adding the following script at the bottom of the template file 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 \<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 access your magento store via ftp, sftp, or ssh 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 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