https://github.com/kit/convertkit-woocommerce
Kit for WooCommerce Plugin
https://github.com/kit/convertkit-woocommerce
Last synced: 3 months ago
JSON representation
Kit for WooCommerce Plugin
- Host: GitHub
- URL: https://github.com/kit/convertkit-woocommerce
- Owner: Kit
- License: gpl-3.0
- Created: 2016-02-19T18:36:37.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T00:58:18.000Z (3 months ago)
- Last Synced: 2026-03-31T01:42:13.536Z (3 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/convertkit-for-woocommerce/
- Size: 2.35 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kit for WooCommerce
Welcome to the Kit WooCommerce Addon for WordPress repository on GitHub. Here you can view the plugin source code, review open issues, and see releases of the plugin.
**If you're not a developer, please download the plugin from [WordPress.org](https://wordpress.org/plugins/convertkit-woocommerce/). Downloading and installing directly from GitHub will not work.**
## Support
If you are having issues setting up this plugin on your WordPress site, or have issues with your Kit forms please do the following:
* Check the [Knowledge Base](https://help.kit.com/) for an answer to your question.
* If you're still having trouble contact [Kit Support](https://kit.com/support/).
## Developers
For Kit Developers, there are guides in the main Kit Plugin repository covering:
- [Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
- [Development](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
- [Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
- [Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend Kit's functionality
For Kit, there is a separate guide to deploying new versions to wordpress.org:
- [Deployment](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEPLOYMENT.md) - how to deploy a new Plugin version to [WordPress.org](https://wordpress.org/plugins/convertkit-for-woocommerce/)
These guides can be applied to this Plugin; there may be some minor differences in terms of .env.testing configuration.