Possible bug on woo 2.6.4 and 1.6.9 in mycred_woo_order_cost?
-
Hi i m on woocommerce 2.6.4 and MyCred 1.6.9
And $order always is NULL;
add_filter( 'mycred_woo_order_cost', 'calcular_costo_en_puntos' ); function calcular_costo_en_puntos($cost, $order, $is_cart, $this) { if ( $is_cart ) return $cost; var_dump($order); $cost=20; return $cost; }
- The topic ‘Possible bug on woo 2.6.4 and 1.6.9 in mycred_woo_order_cost?’ is closed to new replies.