Leave Tasty recipe ratings with WP-PostRatings
The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…
MemberPress: Remove State Text Field
Removes the state text field from the registration and account pages if the country does not…
Hide product categories
Hides some categories that customers are not supposed to see.
Buy Now Button - Variation
add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…
Downloads Email Tag
Adds a {downloads} email tag for use in email templates that outputs a simple list of…
User Switching
Easily switch to a Customer when using the User Switching plugin
Alter Payment List Quick Actions
Remove the 'Delete' option from the Payment List Quick Action
Required Fields
Modify the required fields for checkout.
Do On Complete
Execute code whenever an EDD purchase is complete.
Add Security Info to Checkout
Replace the image on checkout with the proper image for your SSL certificate.
Add Password Hint
Add standard WP password hint to checkout right below account creation fields.
Force Billing Address
This plugin forces the billing address to always be collected at checkout
Custom Terms Page
Use the custom page for "agree to terms" and link to it instead of opening terms…
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy
Increase Memory Limit During Download Delivery
Increase the memory limit of your server to support the delivery of large downloads.