add_action('woocommerce_checkout_process', 'dealer_first_order_minimum'); function dealer_first_order_minimum() { if (is_user_logged_in()) { $user = wp_get_current_user(); // Check if user has 'dealer' role if (in_array('dealer', (array) $user->roles)) { // Get user order count $customer_orders = wc_get_orders(array( 'customer_id' => $user->ID, 'status' => array('completed', 'processing', 'on-hold'), 'return' => 'ids' )); // If this is their first order if (empty($customer_orders)) { $minimum = 1000; $cart_total = WC()->cart->get_subtotal(); // Check if cart total is below the required amount if ($cart_total < $minimum) { wc_add_notice(sprintf( 'As a dealer, your first order must be at least $%s. Your current subtotal is $%s.', number_format($minimum, 2), number_format($cart_total, 2) ), 'error'); } } } } }

MCK & MICRO RONIS

MCK & RONI ACCESSORIES

Bags

MCK Stabilizer Brace gen 2

TAC STOCKS & STABILIZERS

Loading...