Allow to create print document via GooglePrint.
Google Print will be abandoned on 31.12.2020
OSL v3.0
- Submit tickets - Contact (fee may apply, we will inform you how): support /at/ diglin.com
- Support is NOT free
- Magento CE 1.9.x
- PHP >= 5.6
- PHP Curl
- Install composer
- Create a composer.json into your project like the following sample:
{
"require" : {
"diglin/diglin_googleprint": "1.*"
},
"repositories" : [
{
"type": "vcs",
"url": "git@github.com:diglin/Diglin_GooglePrint.git"
}
]
}
- Then from your composer.json folder:
php composer.phar install
orcomposer install
- Do not pay attention to the yellow messages during composer installation process for this extension
Modman can only remove files. So you can run the command modman remove Diglin_GooglePrint
from your Magento root project.
Remove the files or folders located into your Magento installation:
app/etc/modules/Diglin_GooglePrint.xml
app/code/community/Diglin/GooglePrint
- Diglin GmbH
- http://www.diglin.com/
- @diglin_
- Follow me on github!