のページに投票を追加するにはどうすればよいMAGENTO
ですか?
私はこれを使おうとしています
<div class="left_pan">
<?php echo $this->getChildHtml('left') ?>
<?php echo $this->getChildHtml('sidebar') ?>
</div>
でも働いていない人は私を助けてください
app / design / frontend / default / default / layout/poll.xmlを編集する必要があります
<reference name="right">
<block type="poll/activePoll" name="right.poll">
<action method="setPollTemplate"><template>poll/active.phtml</template><type>poll</type></action>
<action method="setPollTemplate"><template>poll/result.phtml</template><type>results</type></action>
</block>
</reference>
要件に応じて参照名を変更します。お役に立てれば..
このチュートリアルを確認してくださいMagento世論調査wikiチュートリアル
テーマレイアウトファイルの「poll.xml」も確認してください。