Close

grouped product view

rbrons
2 years ago
#21830 Quote
Avatar
  • 4
Dear all,

When I configure a product with product type Grouped I don't see the short description in the webshop. I see the picture and the title of the product but my short desctiption is gone. How can I add my short description? The full descript is working as it should be.

Thank you.
todor.atanasov
2 years ago
#21834 Quote
Avatar
  • Moderator
  • 249
rbrons wrote:
Dear all,

When I configure a product with product type Grouped I don't see the short description in the webshop. I see the picture and the title of the product but my short desctiption is gone. How can I add my short description? The full descript is working as it should be.

Thank you.


Greetings,

By design, in the emporium theme, the short description of a Grouped product is not displayed.

You can customize our template file \Themes\Emporium\Views\Product\ProductTemplate.Grouped.cshtml to add it. You can use:

@Html.Raw(Model.ShortDescription)

Bear in mind that you might have to write custom CSS code in order to make it fit your needs.
Best regards,
Todor Atanasov
Nop-templates.com
rbrons
2 years ago
#21836 Quote
Avatar
  • 4
Hi,

Thank you for the information. I have added the code in the file and it is working perfectly.

Thanks again.