Viewing 1 replies (of 1 total)
  • Hi,

    You might be echoing something hence it is showing the top of the cart table. Please try the below code.

    add_action( "woocommerce_after_cart_contents", "woocommerce_after_cart_contents_callback" );
    function woocommerce_after_cart_contents_callback() {
    	?><tr><td>Your text goes here</td></tr><?php
    }

    Regards,
    Kartik Parmar

Viewing 1 replies (of 1 total)
  • The topic ‘Looking for the right hook’ is closed to new replies.