Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.49 KB

File metadata and controls

50 lines (43 loc) · 1.49 KB

Magento Google Trusted Stores

A simple Google Trusted Stores integration for use with Magento made by Develo Design.

What is Google Trusted Stores?

For more information on Google Trusted Stores see their website.

Installation Guide

Requirements:

With Symlinks

  1. Initialise modman
    modman init
    
  2. Install this module
    modman clone https://github.com/develodesign/magento-google-trusted-stores.git
    
  3. Ensure your Magento installation will allow you to use symlinks. Check your system config settings:
    Advanced > Developer > Template Settings > Allow Symlinks
    

Without Symlinks

  1. Initialise modman
    modman init
    
  2. Install this module
    modman clone https://github.com/develodesign/magento-google-trusted-stores.git
    
  3. Copy the module to the correct Magento directories.
    modman deploy magento-google-trusted-stores --copy
    

Setup Instructions

  1. Login to your Magento admin panel.
  2. Access the modules configuration settings.
    System > Configuration > Develo > Google Trusted Stores
    
  3. The only required settings for the extension to work is the Store Id and Badge Position. Badge Position will default to bottom right.

Reference