Using a template to display multiple PICK

0

I have pod, 'offer', and a template to display the output. I also have another pod, 'cotos', which has a multiple PICK field from the offer pod. I can see how to output the multiple PICKS in my coto page, the Display Helper gives a great example. What I'd like to do is to retrieve the records from my 'offer' pod in the display helper and use my existing template to display the output. Can I do this simply in the display helper? Thanks

asked Sep 1 '11 at 1:24

caroig

16

add comment
enter at least 15 characters

2 Answers

0

If you install the pick debug display helper (http://podscms.org/packages/pick-debug/), it should output the data structure needed to dot-down to the elements you want to display.

answered Sep 2 '11 at 10:10

magi182

110

add comment
enter at least 15 characters
0

Thanks. I've recreated my offer template in the display helper - it wasn't hard, but I was hoping I could treat the multiple pick value as a 'filtered' pod and use 'showtemplate' or similar to re-use the display template.

answered Sep 5 '11 at 1:24

caroig

16

add comment
enter at least 15 characters