How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page?


You are creating a page listing products for sale You’ve been asked to make sure that each product in the list includes an image, a title, and a price. When the user clicks the title or picture, she will be taken to a detail page showing a full description of the product.

How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page? Choose 2 answers
A . Use the Views module to create a list of all products, and make sure it displays each product row as fields. Add the image, title, and price fields to the view’s field list
B . Create a second content type called "Product Overview", which only contains the image, title, and price fields Use the Views module to create a list of all of these Product Overview nodes, but link their titles to their corresponding Product nodes.
C . Use custom display settings for the "Teaser" view mode and configure it to display only the image, title, and price fields Use the Views module tocreate a list of all products, displaying each row as content using the "Teaser" view mode.
D . Use the Views module to create a list of all products Configure the view to hide the description field by adding a custom CSS class to its wrapper

Answer: A

Leave a Reply

Your email address will not be published.