How about make a variable using a token that would contain the codes of
the products that you
want to appear as related... then use some scripting to see if that var
is populated on that screen.
If it isn't... then skip it.
if it is then do the loops to display the prods.
and set the var to null at the end in your template...
that way... you only have to turn it 'on' by actually putting something
the var at the top.
like in the cat header you could do this......when you want rel prods to
show, and to make it easy to put them in on a cat by cat basis.
%SET(KE_myrelatedprods|:cb123:de456:fg789:)%
in the template your logic is like this:
if KE_myrelatedprods isn't empty
do this stuff
%SET(KE_myrelatedprods|)%
Hint: I use : to seperate the codes that way I can parse them out with a
while loop into an array.
Kelly
Chuck Lasker - DoublePlus wrote:
>I have an application where I want to show products within a category, then
>have a row of related products across the bottom. I want the related
>products to be related to the category, therefore, not a product. I have
>Category Page Templates, and I'd tried several tricks, but no success.
>Anybody have some great ideas?
>
>Chuck Lasker
>DoublePlus New Media Marketing
>[email protected]
>
>
Comment