Skip to content

Easytabs integration

Vova Yatsyuk edited this page Mar 1, 2015 · 2 revisions
  1. Enable alsoviewed block in product additional information container from backend configuration.
  2. The block should appear below the Easytabs.
  3. 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>
Clone this wiki locally