Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.75 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Magendo Move Send To Friend To a Tab Under Product View
  2. <action method="addTab" translate="title">
  3.     <alias>send-friend</alias>
  4.     <title>Send Friends</title>
  5.     <block>sendfriend/send</block>
  6.     <template>sendfriend/send.phtml</template>
  7. </action>
  8.        
  9. <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
  10.        
  11. <layout>
  12.     <default>
  13.         <reference name='right'>
  14.             <action method='unsetChild'><name>right.poll</name></action>
  15.         </reference>
  16.         <reference name='left'>
  17.             <action method='insert'>
  18.                 <name>right.poll</name>
  19.                 <sibling>catalog.leftnav</sibling>
  20.             </action>
  21.         </reference>
  22.  
  23.     </default>
  24. </layout>