Hi all, I’m new to EE and I’m having some troubles with something that I could quite easily solve in PHP (or any language really), but I’d love to do this the EE way and really get my head around the template system.
What I’m trying to do:
I have a Product Review, that review is related to a Product, and my page is comprised of both entries, like this:
{exp:channel:entries channel="products"}
{reverse_related_entries channel="reviews"}
THIS IS WHERE I WANT ACCESS TO A FEW *PRODUCT* VARIABLES, NOT JUST REVIEW VARIABLES
{/reverse_related_entries}
{/exp:channel:entries}I’d love to be able to store the *few* items from the enclosing loop so I can use them later in the related_entries loop.
I ran across a module called “stash” that I haven’t tried yet because I’m still searching for the native EE solution (if it exists).
Thanks everyone!
Pete.