Hi!
I have this problem.
I want to display two blocks of recommended products on the same product page.
I add my recommended product sections to the template like this
{% section ‘name section’ %}
But the page only displays one block, which is connected first. The second block gets display:none.
I can render the second block with styles, but I think this is a bad solution to the problem.
How can I bypass this condition and output two blocks without using styles?