
The Best Products That Shape Fashion
Donec rhoncus quis diam sit amet faucibus. Vivamus pellentesque, sem sed convallis ultricies, ante eros
/** * Nigeria inter-state flat shipping fee * Lagos = 6000, Oyo (Ibadan) = 4500, all other states = 6500 */ add_action( 'woocommerce_cart_calculate_fees', 'macduff_state_shipping_fee', 20 ); function macduff_state_shipping_fee( $cart ) { if ( is_admin() && ! defined( 'DOING_AJAX' ) ) { return; } // Use shipping address if set, otherwise billing $country = WC()->customer->get_shipping_country() ?: WC()->customer->get_billing_country(); $state = WC()->customer->get_shipping_state() ?: WC()->customer->get_billing_state(); // Only apply for Nigeria if ( 'NG' !== $country || empty( $state ) ) { return; } // WooCommerce NG state codes: Lagos = 'LA', Oyo = 'OY' switch ( $state ) { case 'LA': // Lagos $fee = 6000; break; case 'OY': // Oyo (Ibadan) $fee = 4500; break; default: // Every other state $fee = 6500; } $cart->add_fee( __( 'Shipping', 'macduff' ), $fee, false ); }
SUMMER SALE FOR ALL DSTRONGEST AND FREE EXPRESS INTERNATIONAL DELIVERY - OFF 50%! SHOP NOW