Hello,
I’m trying to swap the position of the product description text and the ’You may also like’ product section. So that the product description is under the product images and the recommended products are where the product description is right now.
Because you can’t set the recommended products to the position they’re in right now I needed to use this code for it:
{% if template contains 'product' %}
{% endif %}
how it looks now:
goal:
Thanks for helping! ![]()


