Restrict Coupons by Shipping Methods
To find your exact shipping method IDs, you can use either of these quick methods: 1.…
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'] ?? '' ) );…
Trustpilot header code
ads trustpilot script to the header for reviews and tracking
run on payment page
if payment page, send email
AffiliateWP - Create Referral from Gravity Forms Dropdown Field
Creates an AffiliateWP referral when a Gravity Forms form is submitted, assigning credit to the affiliate…
How to Display Store Credits Earned in WooCommerce New Order Emails
Add this to your "New Orders" email template from WooCommerce > Settings > Emails
Google Tag Manager
That GTM embed code I gave you is a JavaScript snippet wrapped in HTML tags, and…
Untitled Snippet
/* ===================================================== WCV Vendors Login Form – Custom Styling This CSS snippet customizes the vendor registration…
Meta Pixel - ViewContent Event
Meta Pixel - ViewContent Event
AffiliateWP – Second Affiliate Selection at Checkout (WooCommerce Checkout Block)
Adds a second affiliate dropdown to the WooCommerce Checkout Block, allowing customers to select two affiliates…
Fix coupon displaying 0% in the affiliate dashboard
add_filter( 'get_post_metadata', function( $value, $object_id, $meta_key, $single ) { static $running = false; if ( $running…