MAGENTO 2 INSTALL EXTENSION MANUALLY
- Download the extension ( zip )
- Login to your Magento 2.x Hosting site using SSH connection (for details contact your hosting provider)
- After successful SSH login, using the command line (shell), open the Magento root directory where Magento 2.x is installed
- Upload Extension (as Zip or tar.gz) to your Magento 2.x installation root directory
- Unzip the file in a temporary directory
- Location for copying unzipped extension must be “app/code/copy-here”
- Run the Magento 2.x install command from root: php bin/magento setup:upgrade
- Run the Magento 2.x install command from root: php bin/magento setup:static-content:deploy
- Change root folder permission to 777
- The module should now be installed and visible Stores>>Configuration>>Quickbooks, the module will be listed here in list of installed Magento extensions
Connection
- Please Client ID and Client Secret from the Development Keys or Production keys and paste as per given fields.
Note :
- please Go to https://developer.intuit.com
To create your own Intuit account (Refer Configuration Setting)
2. To get a Client ID and Client Secret Key (Refer Configuration Setting )
2.1 Go to Intuit Account
2.2 Select App
2.3 Go to MyApp
2.4 Go to Keys
3. Copy URL and paste it into Redirect link in your intuit app
4. click on Connect
Screenshot 1
Accounts Information:
- After successful Connection, you need to configure Account. So click on GetAccountbutton to fetch account details
Screenshot 2