Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?