I am modifying the WooCommerce Product CTP with a custom field group that includes a post reference field to another (Toolset) CPT called 'Artist'. I have the post-title-with-a-link from the 'Artist' CPT displaying on the customized single product page - so far, so good. Now I want to also display it on the cart page under the product title.
I'm using the 'Edit WooCommerce Templates' plugin (very handy!) to manage modifying WooCommerce templates, and I know where in the WooCommerce cart.php template the desired modification needs to go, but I can't figure out what code will retrieve the post-title-with-a-link of the Artist post reference for the product post in the cart.