Which of the following code snippets changes the position of the compare products block in the right column?

  • Этот вариант правильный!
<reference name=»right»>
<action method=»unsetChild»>
<block>catalog.compare.sidebar</block>
</action>
<action method=»insert»>
<block>catalog.compare.sidebar</block>
<sublingName>right.permanent.callout</sublingName>
<after>1</after>
</action>
</reference>
<reference name=»right»>
<action method=»move»>
<block>catalog.compare.sidebar</block>
<sublingName>right.permanent.callout</sublingName>
<after>1</after>
</action>
</reference>
<action method=»move» block=»right»>
<block>catalog.compare.sidebar</block>
<sublingName>right.permanent.callout</sublingName>
<after>1</after>
</action>
<action method=»copy» block=»right»>
<block>catalog.compare.sidebar</block>
<sublingName>right.permanent.callout</sublingName>
<after>1</after>
</action>
<action method=»remove» block=»right»>
<block>catalog.compare.sidebar</block>
</action>

stackoverflow.com/a/4411538