vurbis/magento-punchout

Punchout module for the Magento Ecommerce system.

dev-master 2019-11-11 15:04 UTC

This package is auto-updated.

Last update: 2024-05-12 15:41:11 UTC


README

Using modman

In the root path of magento installation.

Install

- modman clone https://gitlab.com/vurbis/vurbis-interactive-magento-1.9.x-punch-out-extension.git
- Clear caches

Update

- modman update vurbis-interactive-magento-1.9.x-punch-out-extension
- Clear caches

Remove

- modman undeploy vurbis-interactive-magento-1.9.x-punch-out-extension
- modman remove vurbis-interactive-magento-1.9.x-punch-out-extension
- Clear caches

Using composer.json

Make sure composer.json has the extra option

"extra":{
        "magento-root-dir":"./"
    },
"scripts": {
   "post-package-install": [
       "Vurbis\\Punchout\\Composer\\Magento::postPackageAction"
   ],
   "post-package-update": [
       "Vurbis\\Punchout\\Composer\\Magento::postPackageAction"
   ],
   "pre-package-uninstall": [
       "Vurbis\\Punchout\\Composer\\Magento::cleanPackageAction"
   ]
}

Install

- composer require vurbis/magento-punchout
- Clear caches

Update

- composer update vurbis/magento-punchout
- Clear caches

Remove

- composer remove vurbis/magento-punchout
- Clear cache

Using package .zip

Install and update

- Extract the package and upload to {YOUR-MAGENTO-ROOT-DIR}/app/code/community/Vurbis/Punchout
- Clear caches

Remove

- remove files at {YOUR-MAGENTO-ROOT-DIR}/app/code/community/Vurbis/Punchout and {YOUR-MAGENTO-ROOT-DIR}/app/etc/modules/Vurbis_Punchout.xml
- Clear cache

https://www.vurbis.com/

Copyright © 2019 Vurbis. All rights reserved.

Vurbis Logo