
Untitled
By: a guest on
Apr 29th, 2012 | syntax:
None | size: 0.75 KB | hits: 23 | expires: Never
Magendo Move Send To Friend To a Tab Under Product View
<action method="addTab" translate="title">
<alias>send-friend</alias>
<title>Send Friends</title>
<block>sendfriend/send</block>
<template>sendfriend/send.phtml</template>
</action>
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
<layout>
<default>
<reference name='right'>
<action method='unsetChild'><name>right.poll</name></action>
</reference>
<reference name='left'>
<action method='insert'>
<name>right.poll</name>
<sibling>catalog.leftnav</sibling>
</action>
</reference>
</default>
</layout>