On collection pages I need to be able to show rows of products as well as rows of other sections like hotspots, featured product. The other sections should be dynamic, so the end user can change the content of them and add/remove them.
Does anyone have any ideas as to how this can be achieved?
In a collection template (liquid or json) is it possible to get all the sections and then mix them into the rendering of the product rows? Preferably want to do this in liquid, but can use JavaScript if not possible.