Hello all,
It looks like what I may be trying to accomplish may be a little outside the scope of how the sections are intended to be used but hopefully it’s still possible.
I am trying to develop a carousel that shows customer reviews from external sources such as trustpilot. The aim is to add reviews manually to this carousel along with additional media such as an image of the product offered. This is not a problem to implement. However, to save the need to add the same review block at all locations the review carousel appears I want to pull the review blocks from a different liquid file.
Is this possible?
e.g. from “lc-reviews.liquid” I’m trying to get data from “reviews.liquid” via the following:
{% for block in reviews.liquid.blocks %}
{% for block in reviews.section.blocks %}
{% for block in reviews.blocks %}
Is there perhaps another way I could store the details centrally and always pull from the same source on all locations this review carousel appears?