Target a specific category from a custom taxonomy?

I ended up using this bit of code and it worked:

<?php if (has_term('adult-dvds','product_cat')) { ?> 
    <p>blah blah blah</p>
<?php } ?>