6.7 Summary
6.5 Tracking Campaigns
Links EDD Campaign Tracker add-on
Read More3.6 What To Do When the License Expires
3.5 Restrict Plugin Features Based on Pricing
3.4 Checking the License is Still Valid Periodically
function chimpbridge_check_license_still_valid() { global $wp_version; $check_option_key = ‘chimpbridge_check_option_key’; if ( get_option( $check_option_key ) and get_option( $check_option_key ) > current_time( ‘timestamp’ ) ) return; $license = trim( get_option( CHIMPBRIDGE_LICENSE_KEY ) ); $api_params = array( ‘edd_action’ => ‘check_license’, ‘license’ => $license, ‘item_name’ => urlencode( CHIMPBRIDGE_ITEM_NAME ), ‘url’ => home_url() ); // Call the custom API. $response =…
Read More3.2 Configuring Software Licensing on the Site
3.1 Introduction
2.12 Summary (You’re Launched!)
2.09 Additional Payment Gateways (Optional)
Links Stripe (Bundle) PayPal Pro/Express (Bundle) PayPal Advanced Full Gateway Listing
Read More2.05 Installing and Configuring the Sales Platform
Multi-use Easy Digital Downloads discount You can check out the discounts page to grab a 20% discount that you can use multiple times, vs. the single-use discount with the anonymous usage tracking. Purchase Receipt Email Instructions <strong>Installing the Plugin</strong> Install the plugin file by going to Plugins, then Add New, then Upload Plugin. Select the…
Read More