Make Tipping for WooCommerce Plugin compatible with CheckoutWC

You can use the following code snipper under your functions.php inside child theme to make Tipping for WooCommerce Compatible with CheckoutWC

add_action( 'cfw_cart_html_table_start', 'wpslash_tipping_woocommerce_checkout_order_review_form', 1, 0 );