On 29 Nov 2010 00h32 WET, [email protected] wrote: > [1 <text/plain; US-ASCII (7bit)>] > Hello, > > I'm wondering how to do the following. > > I'm working with the Ubercart module where I need to display links > on each product page to all other products that share the same > taxonomy termID. Do I create a block view with an argument of > termID? If so, how do I pass the termID of the product? > > Thanks,
I suggest using Panels and adding a View with a content pane display. You get the term ID from the context. Context here is to be understood in CTools/Page Manager sense. --- appa
