I’m want to add text columns with an images section at the end of a product page. I tried following the same process as you would with any other page by adding the following code to the template file:
{% section ‘newsletter’ %}
This does not work on a product page. I add it to the bottom of the product.template.liquid I get the error of :
“Liquid error (sections/product-template.liquid line 310): Cannot render sections inside sections”
I cannot find any other solutions to this on the internet