Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Magento Community Edition 1.4.x to 1.9.x

### Usage

Once installed you can configure your GTS settings by going to **System > Creare Group > Google Certified Shops**
Once installed you can configure your GTS settings by going to **System > Configuration > SALES(left side menu) > Google API > Google Certified Shops**

You can then configure by adding your details and choosing your settings:

Expand Down
34 changes: 34 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Creare/MagentoCertifiedShops",
"description":"Google Trusted Stores module for Magento",
"keywords": [
"magento",
"GTS",
"Google Trusted Stores"
],
"license": "OSL-3.0",
"type": "magento-module",
"version": "0.1.0",
"require": {
"php": ">=5.3.0",
"magento-hackathon/magento-composer-installer":"*"
},
"extra": {
"map": [
["app/code/local/Creare/GoogleShops/Block/Js.php", "app/code/local/Creare/GoogleShops/Block/Js.php"],
["app/code/local/Creare/GoogleShops/etc/config.xml", "app/code/local/Creare/GoogleShops/etc/config.xml"],
["app/code/local/Creare/GoogleShops/etc/system.xml", "app/code/local/Creare/GoogleShops/etc/system.xml"],
["app/code/local/Creare/GoogleShops/Helper/Data.php", "app/code/local/Creare/GoogleShops/Helper/Data.php"],
["app/code/local/Creare/GoogleShops/Model/System/Config/Source/Badgeposition.php", "app/code/local/Creare/GoogleShops/Model/System/Config/Source/Badgeposition.php"],
["app/code/local/Creare/GoogleShops/Model/System/Config/Source/Deliverytime.php", "app/code/local/Creare/GoogleShops/Model/System/Config/Source/Deliverytime.php"],
["app/code/local/Creare/GoogleShops/Model/System/Config/Source/Language.php", "app/code/local/Creare/GoogleShops/Model/System/Config/Source/Language.php"],
["app/design/frontend/base/default/layout/creare/googleshops.xml", "app/design/frontend/base/default/layout/creare/googleshops.xml"],
["app/design/frontend/base/default/template/creare/googleshops/product.phtml", "app/design/frontend/base/default/template/creare/googleshops/product.phtml"],
["app/design/frontend/base/default/template/creare/googleshops/standard.phtml", "app/design/frontend/base/default/template/creare/googleshops/standard.phtml"],
["app/design/frontend/base/default/template/creare/googleshops/success.phtml", "app/design/frontend/base/default/template/creare/googleshops/success.phtml"],
["app/etc/modules/Creare_GoogleShops.xml", "app/etc/modules/Creare_GoogleShops.xml"],
["skin/frontend/base/default/creare/css/googleshops.css", "skin/frontend/base/default/creare/css/googleshops.css"]
],
"auto-append-gitignore": true
}
}