Make Single Field Required

Make a single field on the donation form required.

Allow Admin Access

Enables access for logged in users who do not have certain permissions.

Format Date

Change the date format of the "Date of Donation" column in the Donations export.

Change Registration Email Login URL

Modifies the login URL sent to new users via email.

Custom Email Template

Creates a custom email template for EDD emails.

Limit Cart to One Item

Prevents customers from ever purchasing more than a single item at once

Withholding Tax Example

Withhold 30% of each commission amount when the customer address matches the store country for withholding…

Submission Form Redirect

Filter the redirect URL for successful FES Submission Form submission

Vendd Theme - Display Downloads Purchase Button

This is a CSS snippet which displays the download purchase button

Allow Date Range Selection in Date Picker

Adds the ability to select a date range inside the Date Picker field.

<10

Add User Email To Donation Summary

This will allow - among other places - for the user email to be displayed on…

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

Including product tax to commission calculation

add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…

1 24 25 26 27 28 81