Miscellaneous
- Add Payment ID to Sales API - If sequential order numbers are on, those numbers are returned in the sales API instead of the actual payment record's ID. This adds the true payment ID to each sale in the API.
- REST API Shopping Cart Endpoint for EDD - Adds a REST API endpoint which returns the current user's shopping cart.
- Change user role for buyers - This is useful if, for example, you want buyers to be able to access dedicated content on your website
- Convert Customers to Users - Adds a tool to create user accounts for customers that don't already have them, and update the payments with the appropriate user id.
- Format USD Currency - Displays $ as USD
- Custom Countries - Illustrates how to add a custom list of countries
- Filter .htaccess Rules - Filter the htaccess rules. In this example we have removed mp3 from the FileMatch line if the method is set to 'direct'
- Ignore X-Accel-Redirect Header - Fixes downloading issues on NGINX hosts that do not need the X-Accel-Redirect header
- Redirect non-files - Redirects customers to page URL instead of trying to download the page as a file
- Remove bbPress API Profile Field - This will remove the API key settings from the bbPress profile editor
- Remove Decimals - Removes decimal places from all prices
- Force Login - Force users to be logged-in to download purchased files through Easy Digital Downloads
- Restrict Downloads to Purchase Email - Force users to be logged-in to download purchased files through Easy Digital Downloads and also require the account email match the purchase email
- Various Total Counts - Demonstrates how to return the total counts for various EDD items.