Hi.
I want to see list (box) of category’s products on the right in “content.tpl”.
For example I have category “dresses”. I want “dresses” to be on the right side.
There is the code for crossselling:
[{ if $oView->getCrossSelling()}]
<h3>[{ oxmultilang ident="INC_RIGHTITEM_HAVEPOUSEEN" }]</h3>
[{include file="inc/rightlist.tpl" list=$oView->getCrossSelling() altproduct=$product test_Type=cross}]
[{ /if }]
What do I have to change to see not crossselling, but category “dresses”?
Sorry for my english.