Linux 软件免费装
Banner图

Help Scout integration for Easy Digital Downloads

开发者 webzunft
DvanKooten
Ibericode
更新时间 2024年11月14日 16:14
PHP版本: 7.4 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

support edd easy-digital-downloads helpscout help scout

下载

2.1.1 2.4.0 2.2.0 2.3.0 2.0 2.1 1.0.1 1.1 1.0.2 1.0.3

详情介绍:

Help Scout integration for Easy Digital Downloads is a WordPress plugin that will show customer information right from your Help Scout dashboard. Activating the plugin and configuring the integration will add the following information to your Help Scout dashboard: If using the Software Licensing add-on, the following information is shown as well: When using Easy Digital Downloads with Recurring Payments: How to install and configure Have a look at the installation instructions. Please note that Help Scout changed their App interface. This plugin uses custom legacy apps, which you can learn more about here. More information

安装:

To get this up and running, you'll need to configure a few things in WordPress and Help Scout. WordPress
  1. Upload the contents of edd-helpscout.zip to your plugins directory, which usually is /wp-content/plugins/.
  2. Activate the Help Scout integration for Easy Digital Downloads plugin
  3. Set the HELPSCOUT_SECRET_KEY constant in your /wp-config.php file. This should be a random string of 40 characters.
Example Replace your-random-string with your own random string. define( 'HELPSCOUT_SECRET_KEY', 'your-random-string' ); Help Scout
  1. Go to the Help Scout custom app interface.
  2. Enter the following settings with adjustments according to your site’s URL and the secret key.
App Name: Easy Digital Downloads Content Type: Dynamic Content Callback URL: https://YOUR-SITE.COM/edd-helpscout-api/customer_info (I recommend using HTTPS) Secret Key: The value of your HELPSCOUT_SECRET_KEY constant. Testing the plugin locally You can set the plugin in some test mode. Set HELPSCOUT_DUMMY_DATA to true and HELPSCOUT_DUMMY_DATA_EMAIL to an email address in wp-config.php to let the plugin use dummy data. You can then call https://your-site.com/edd-helpscout-api/customer_info directly and get a reply based on the value of HELPSCOUT_DUMMY_DATA_EMAIL.

屏幕截图:

  • Orders with status, links to the store and payment provider
  • Subscriptions with status and links to the store

常见问题:

Help Scout just shows "Invalid Signature"

Make sure the "Secret Key" setting for your Help Scout application matches the value of your HELPSCOUT_SECRET_KEY constant. This key is used to authorize requests coming from HelpScout.

更新日志:

2.4.0 2.3.0 2.2.1 2.2.0 2.1.1 2.1 2.0 The original developer Danny van Kooten stopped working on EDD Help Scout since he no longer uses it. The development of the plugin was taken over by Thomas Maier from https://wpadvancedads.com, who continues using the plugin. Danny left in the middle of developing a better version 2.0. I decided to build in top of that because the changes show a lot potential and fixed some issues. Please test carefully and let me know in case something is missing or not working as expected. Additions Improvements Fixes 1.1.1 - January 28, 2016 Fixes 1.1 - September 6, 2015 Fixes Improvements Additions 1.0.3 - February 19, 2015 Fixes Additions 1.0.2 Improvements 1.0.1 Fixed Improvements Additions