Make Tipping for WooCommerce Plugin compatible with CheckoutWC
January 5, 2022
Tipping for WooCommerce
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 );