<?php if ( is_cart() ) { echo "Content to display on a specific page; in this case it's the cart page"; }else{ echo "Content to exclude from a specific page; in this case it's the cart page"; }; ?>
Now to use this peace of code just change the
( is_cart()
to the page you want it to work with for example:
( is_page()
the word page being object