Magento: Merge Product Description and Addition Information Tab

前端 未结 3 1794
离开以前
离开以前 2020-12-16 08:40

I am using Modern theme which separates all information into tabs.

I want to merge some of the tabs as visitors hate clicking.

Spent hours searching but can\

3条回答
  •  既然无缘
    2020-12-16 09:17

    For Remove Additional Information Tab comment following code from catalog.xml

    additionalAdditional Informationcatalog/product_view_attributes  
    

    For display Additional Information in Product Description Tab paste following code in
    "catalog/product/view/description.phtml" file.

    getLayout()->createBlock('catalog/product_view_attributes', '', array('template'=> 'catalog/product/view/attributes.phtml'))->toHtml(); ?>
    

    Best Luck !!

提交回复
热议问题