Creating slot/container in search or PLP page

Hi All, I want to add containercomponent in plp or search tile(starterstore-productsearch.ftl) for populating dynamic content component in the page.
I have created container under starterstore-productsearch in cms console but its not working in cms for updating dynamic content. Can you please help me on the steps how to create dynamic content on the search page.

Thanks,
Ram

Hi,
have you also updated the right template (e.g. starterstore-productsearch.ftl) including the <@hst.include ref= ... > tag, as explained here [1] ?

Please also ensure that you update both the live and preview workspace node: you can see the difference here [2]

HTH

[1] https://documentation.bloomreach.com/11/library/concepts/template-composer/template-composer-containers.html
[2] https://documentation.bloomreach.com/11/library/concepts/hst-configuration-model/live-and-preview-configuration-cycle.html

Hi,
Thanks for quick response.Yes we did. I have created slot-container as same as top-container in plp. Its always displaying same place of top-container and also populating only one of those two either slot or top container.

I want to add container in product list which means we need to display image richtext content after the 4th product and one more is after 10th product in the plp and search. We added <@hst.include ref= … > tag in starterstore-productlist-atc.ftl but which is not working fine.

Please let me know if anything i missed here .

Thanks,
Ram

Do you have any console log output? Please also consider my 2nd point in my previous comment. Thanks!

Hi , Thank you for your response. Its working fine after creating container under product-list containercomponent.