Send Sale Alerts From Customer Email

Sets the From address of New Sale alert emails to the customer's email address

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…

Grandfather Renewal Rate

Allows a custom renewal discount to be set for customers who purchased before a custom date

Change Vendor Pending Message

Changes the message shown to vendors when their account is pending.

Remove Gift Aid "Title" Field From Donation Forms

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

MemberPress: Require Coupon at Checkout

Make the coupon field required at checkout.

Download Manager

Support for Download Manager for WC Vendor

Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

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;…

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

1 90 91 92 93 94 224