Add Custom Shipping Fee


function woo_add_cart_fee() {

 

  global $woocommerce;

  $woocommerce->cart->add_fee( __('Custom', 'woocommerce'), 5 );

}

add_action( 'woocommerce_cart_calculate_fees', 'woo_add_cart_fee' );

Comments

Popular posts from this blog

Battery discharging formula

HTML CSS JS Animated Sidebar Menu