Section Rendering API blocks in section on a JSON template

Hi, I was trying to render a section on a product page, but I noticed that if the section has blocks and the section is in a JSON template, it renders the section but the section.blocks is empty

2 Likes

Same problem,

I was wanting to include a page within a popup in another page, by using {{ pages.test-page.content }}, but this code doesn’t render content from the json template that’s assigned to the page.

1 Like

Same problem on the cart page

Try to fetch the section as follows:


and then call this function.

Same problem when i create a quick-view template
Any solution?