Hi,

I am trying to do this :

I have some "solution pages" (network, mobile, ...) and with each page i display a block of "related products".

"Solution pages" share some products, so i get the same products in several "related products" blocks.

I want to change order of the "related products" depending on the "solutions page" which nid i get through the arguments, because products are more or less accurate for each solution page. So i want to get some thing like this:

"Solution for network" with "related products" block containing:
- prod 1
- prod 2
- prod 3

"Solution for mobileé with érelated products" block containing:
- prod 3
- prod 4
- prod 1

...

I tried draggableviews then draggableviews_navigator, but i can't get it to work.

What may i miss ?

Thank you for any idea or help.

Leon