A simple Google Trusted Stores integration for use with Magento made by Develo Design.
For more information on Google Trusted Stores see their website.
- Modman
- Git or subversion
- Initialise modman
modman init
- Install this module
modman clone https://github.com/develodesign/magento-google-trusted-stores.git
- Ensure your Magento installation will allow you to use symlinks. Check your system config settings:
Advanced > Developer > Template Settings > Allow Symlinks
- Initialise modman
modman init
- Install this module
modman clone https://github.com/develodesign/magento-google-trusted-stores.git
- Copy the module to the correct Magento directories.
modman deploy magento-google-trusted-stores --copy
- composer
- Git
- Navigate to the composer.json of your magento project
cd /path/to/composer.json/
- Add new dependency
composer require "develo/google-trusted-stores:VERSION"
- Update dependencies
composer update
- Ensure your Magento installation will allow you to use symlinks. Check your system config settings:
Advanced > Developer > Template Settings > Allow Symlinks
- Add the following line to the composer.json of your magento project
composer.json of your magento project
- Update dependencies
composer update
- Ensure your Magento installation will allow you to use symlinks. Check your system config settings:
Advanced > Developer > Template Settings > Allow Symlinks
- Login to your Magento admin panel.
- Access the modules configuration settings.
System > Configuration > Develo > Google Trusted Stores
- The only required settings for the extension to work is the Store Id and Badge Position. Badge Position will default to bottom right.