Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
/ Diglin_GooglePrint Public archive

GooglePrint Module for Magento 1.x

Notifications You must be signed in to change notification settings

diglin/Diglin_GooglePrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diglin GooglePrint - Magento 1.x Module

Description

Allow to create print document via GooglePrint.

Documentation

Google Print will be abandoned on 31.12.2020

License

OSL v3.0

Support & Documentation

  • Submit tickets - Contact (fee may apply, we will inform you how): support /at/ diglin.com
  • Support is NOT free

System requirements

  • Magento CE 1.9.x
  • PHP >= 5.6
  • PHP Curl

Installation

Via Composer

  • Install composer
  • Create a composer.json into your project like the following sample:
 {
    "require" : {
        "diglin/diglin_googleprint": "1.*"
    },
    "repositories" : [
        {
            "type": "vcs",
            "url": "[email protected]:diglin/Diglin_GooglePrint.git"
        }
    ]
 }
  • Then from your composer.json folder: php composer.phar install or composer install
  • Do not pay attention to the yellow messages during composer installation process for this extension

Uninstall

Modman

Modman can only remove files. So you can run the command modman remove Diglin_GooglePrint from your Magento root project.

Manually

Remove the files or folders located into your Magento installation:

app/etc/modules/Diglin_GooglePrint.xml
app/code/community/Diglin/GooglePrint

Author

About

GooglePrint Module for Magento 1.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages