Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Theming product entity display

I have a views that displays commerce product entity (not product display) at custom page (product/%, where % is contextual filter product_id). As row plugin I use rendered entity. See screenshot below.

The problem is that page consists an extra, unnesesary title of the product, linked to the edit form admin/commerce/products. How can I remove that link and display only fields, tuned at admin/commerce/products/types/my_product_type/display ?

Asked by: molfar
on December 26, 2012

1 Answer

Vote up!
1
Vote down!

Hi,

In order not to display the product title with an unwanted link to the product page, you should display fields instead of rendered entities, and only render the fields that you want. For example: Title, Image, Price, ...

On your View settings, under FORMAT:

  • Show:Fields | Settings
Augustin Delaporte
Posted: Apr 22, 2013