We have a clothing size guide popup on our product page. The popup is a snippet.
once the popup opens, we want to display our size guide from a specific page.
Using page.content works BUT doesn’t show the template content that the page uses.
how can we use {{ pages.size-guide.content }} but it also shows the template information from the size guide page? The template in use is "mysizeguide.liquid
I didn’t get your question too well but if you are talking about the inability of the pop-up to show sizes chart for visitors, then you need a store redesign and a change layout
The popup works well. We just want to display another page information in this popup. I can get the other page content to show using “page.content” but that code doesn’t include the template information that page uses as well, which is 100% of the page.