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…

Show the Speaker Photo Above the Speaker Details

Sugar Calendar's speaker page shows the detail fields and the biography, but it does not show…

test

echo 'test';

Change the action's string in the refund section - "View Details"

Change the action's string in the refund section - "View Details"

1 … 115 116 117 118 119 … 235