Complete website in Rs. 5,000 with Free Hosting & Domain. Offer ends in  00:00:00
Back to Blog

WooCommerce Hooks

Jan 1, 2025 Updated: Jan 1, 2025

Cart

add_action('woocommerce_cart_calculate_fees', function($cart) {
  if (is_admin() && !defined('DOING_AJAX')) return;

  $percentage = 0.02; // 2%
  $percentage_fee = ($cart->cart_contents_total + $cart->shipping_total) * $percentage;
  $cart->add_fee('Service Fee: ', $percentage_fee, true);
}, 10, 1);
Contact

Got A Question For Us?

Feel free to ask anything directly on call or fill the form and we will contact back within few hours.