-
Notifications
You must be signed in to change notification settings - Fork 5
Easytabs integration
Vova Yatsyuk edited this page Mar 1, 2015
·
2 revisions
- Enable alsoviewed block in product additional information container from backend configuration.
- The block should appear below the Easytabs.
- To move block inside of the tabs, you need to add the following
layout xml update to the
local.xml
file of your theme:
<catalog_product_view>
<reference name="product.info.additional">
<action method="unsetChild"><name>alsoviewed.collateral.wrapper</name></action>
</reference>
<reference name="product.info.tabs">
<action method="addTab" translate="title" module="alsoviewed" ifconfig="alsoviewed/content/enabled">
<alias>alsoviewed.collateral.wrapper</alias>
<title><![CDATA[You may also like]]></title>
</action>
</reference>
</catalog_product_view>