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
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
Thats perfect tienhc!
Thanks for also including reference to thread. Very much appreciated.
This question is now closed