- Download the .zip file from GitHub repository;
- Go to the admin area of your store;
- In the admin area, go to 'Plugins' and then 'Add New' and choose 'Upload Plugin';
- Click on 'select file', upload the .zip file and click on 'Install Now';
- Click on 'Activate Plugin'.
Settings → Dropday Order Sync
- Enter your API-key and Account ID from your Dropday Dashboard;
- Check 'Live mode' if you tested the Plugin.
How to get started developing or testing this plugin?
- Docker
- Git
- Make a directory:
mkdir dropday-woocommerce - Enter it:
cd dropday-woocommerce - Clone the repo in a directory
git clone https://github.com/dropday-io/woocommerce.git . - Run
make install - Once the container is ready, go to http://localhost:8080
- Complete WordPress installation by setting admin credentials.
- Log in with your new credentials.
- In Plugins → Add New, install and activate WooCommerce.
- Update WordPress if prompted.
- Make sure Dropday is activated in Plugins.
- Go to Settings → Dropday Order Sync and enter your API-key and Account ID.