Show Invoice for Pending
Makes PDF Invoices available for pending payments
Weighted download count
This plugin makes it so that certain products use up more downloads in the download counter…
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
Tiered Affiliate Rates -- Per-Group Tier Structures
Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…
WWPP & WPML: bulk sync wholesale prices to translated products
Please review the following before using this solution: 1. This is a custom snippet provided as-is,…
ACFW - Fraud prevention on one-time coupons
add_action( 'woocommerce_checkout_process', function() { $coupon_code = 'your_coupon_code'; $billing_phone = wc_clean( wp_unslash( $_POST['billing_phone'] ?? '' ) );…
Add Custom Settings Tab to Vendor Dashboard
// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…
Hide “Everywhere Else” on the countries dropdown
if ( ! function_exists( 'wcv_hide_everywhere_else' ) ) { /** * Hide the "Everywhere else" option in…
home slider css
/* Increase the image size in the slider */ .container { width: 100%; max-width: 90%; /*…
Oktoberfest 5K - RaceCheck Widget
Review widget from RaceCheck for Oktoberfest 5K page
Update the author name on published recipes
This code snippet will update the author name for all existing recipes. Just replace New Name…
Extra WordPress Filters in Pro (Change the symbol for a currency. Evenbrite currencies are ISO e.g. USD) | Display Eventbrite Events
Using this filter, you can change the symbol for a currency. Evenbrite currencies are ISO e.g.…
Remove Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…