Convert Customers to Users

Adds a tool to create user accounts for customers that don't already have them, and update…

Add PDF to purchase receipt

Attaches a PDF to the email customers receive when they purchase

Add Security Info to Checkout

Replace the image on checkout with the proper image for your SSL certificate.

Override Commissions Email Template

Modify the email template sent for commissions

Change Vendor Delete Product Redirect

This plugin changes the destination that vendors are redirected to when they delete a product.

Download Details Featured Image

Add the featured image to output of Download Details widget

Single Vendor Purchase

Limits the customers purchase to a single vendor

Add menu item to vendor dashboard

// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

WP Simple Pay: Remove Decimals

Removes trailing decimals on price outputs. Note: Does not affect Stripe Checkout.

Update the author name on published recipes

This code snippet will update the author name for all existing recipes. Just replace New Name…

<10

Event URL (Simple Usage) | Display Eventbrite Events

This filter allows you to adjust the event URL. This is primarily so you can add…

Set max-video-preview to 0

This snippet sets max-video-preview robots meta tag to 0

<10

Google Call Tracking - On Website

This snippet goes on the Contact page where our phone number is displayed. It allows Google…

Andrew Boldizsar PRO
<10
1 10 11 12 13 14 48