-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Matthew Smith edited this page Jul 13, 2020
·
1 revision
- Download the plugin as a zip file from the releases page: https://github.com/ThinkingLogic/wc-sage-one-integration/releases
- Either download the zip file from the latest release (
wc-sage-one-integration.zip
), - or download
src.zip
, unzip, usecomposer
to vendor the dependencies (see https://getcomposer.org/doc/01-basic-usage.md) then zip up the result.
- Either download the zip file from the latest release (
- Install the plugin on your wordpress site - you can follow the instructions here: https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
- Create an account at: https://developerselfservice.sageone.com
- Register an application with developerselfservice.sageone.com. This is basically your way of telling Sage that you have an application (this plugin) that should be allowed to talk to their servers. It has to be done separately for each site where the plugin is installed, meaning I can't do it once for everyone.
- In Wordpress admin go to Dashboard -> Settings -> Sage One Integration to complete the setup, and follow the instructions.
Good luck!