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

Latest commit

 

History

History
68 lines (47 loc) · 1.41 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.41 KB

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