I have a student books products in drupal 7 which they have a companion teacher's book product. I want to make a view mode that presents the student book (product display) along with an entity reference to teacher's book which is also a book product. Thing is that I can display the either id, title, or rendered entity but not other entity fields. I want to display is this:
Student's ISDN: ______
Teacher's's ISDN: ______
... Other product fields (Student) ...
I 've tried several modules like display suite but nothing, can you please help? what I 'm missing?