Hi there,
on my single product layout I’m using a posts element to show related products.
Looper provider query string:
category_name={{dc:term:slug}}&post_type=product&posts_per_page=3&offset=0&ignore_sticky_posts=1&post__not_in%5B0%5D={{dc:post:id}}
(displays 3 products of the same category excluding the current product).
I still get a preview of it in the layout builder but in frontend the space is empty after updating the theme.
What happened/changed?
I don’t want to use the related products element as it lacks funcionality.
Thanks