Categories not showing in Sibling nodes

PB S asked on November 7, 2014 21:59

Hi, I have a tree structure as below

-Shop -By type -- Black ProductA ProductB ProductC -- Green Product1 Product2

On ProductA in the category property i havs assigend to Show ProductA it in --Green. But it is not showing. I have used a repeater to show products of the current node.
The path expression is {0}/{1}/{2}/% How can i make ProdcuctA also show on --Green If i use linked document i can show but i dont want to use linked document

Recent Answers


PB S answered on November 10, 2014 18:00

Showing the tree structure as i cannot edit the question -Shop -By type -- Black ProductA ProductB ProductC -- Green Product1 Product2

       On ProductA in the category property i havs assigend to Show ProductA it in --Green. But it is not showing. I have used a repeater to show products of the current node.

The path expression is {0}/{1}/{2}/% How can i make ProdcuctA also show on --Green If i use linked document i can show but i dont want to use linked document

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on November 17, 2014 15:07

A possible workaround could be assigning a css style based on the parent level so that you can change the margins to make it appear that they are under a hierarchy. You could control this in your transformation and assign different classes to each level.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.