Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab

/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Send Google Drive link to Google Sheets and purge entries

Delays the Google Sheets task until Google Drive has finished uploading, then swaps the local/download URL…

Ralden Souza PRO
<10

Add Tax ID to Shipping Label

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

Inversiones Festidram

{ "@context": "https://schema.org", "@type": ["EventVenue", "LocalBusiness"], "name": "Inversiones Festidram", "description": "Servicios integrales de festejos, alquiler de…

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 139 140 141 142 143 233