I'm trying to render Additional Description from the product

Hello, I’m trying to render “Additional Description” from the product but I can’t seem to find any documentation on this.

Thanks in advance!

Hello Marcus,

you may rely on the Search API, as it will display, for example, additional specification fields you may have.

For instance, you could create a specification field at root category, and configure it as a large text field. Search API would bring this information.

Also, this app might be useful.

2 Likes

Hi Eduardo, sorry for the confusion. I was talking about this field (screenshot) in the admin.

Screen Shot 2021-10-04 at 7.25.55 PM

Hi Marcus,
Maybe you can try creating a specification group for additional description and pass the value over there, You can use flex layout for separating Specification values from specification text.
I did something similar with a short description and a Large Description.
Also, I don’t think VTEX provides a block or a prop to fetch additional description, you’ll have to create a custom React Component for that
@eduardo correct me I am wrong.

3 Likes