Move Poll & Newsletter

Hello,
Is there any way to move the Community Poll & Newsletter subscription above ‘Bra Sale’ and ‘-50% clearance’ in the right column layout?

2 answers

Profile photo of Saguaros 0.00 $tone January 21, 2010
Public

Hello guy!

Please open two file \app\design\frontend\default\jm_lead\layout\poll.x ml at line 39:

HTML Code:

  <block type="poll/activePoll" name="right.poll" >

>> replace:

HTML Code:

  <block type="poll/activePoll" name="right.poll" before="-" >

and open the file: \app\design\frontend\default\jm_lead\layoutnewsle tter.xml at line 39

HTML Code:

<block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml" />

HTML Code:

<block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml"  before="-"/>

Please read this thread to get the knowleage of block ordering: http://www.magentocommerce.com/boards/viewthread/7020/

Good luck

#1

This question is now closed

Written By

Comments