EasyTabs - Magento products tabs extension

We are glad to introduce new community extension Magento EasyTabs. This small extension will help anyone to add nice tabs to magento products page. Installation and configuration will take approximately 5 minutes. No files are replaced and no codding experience needed to install!
Please check demo at our demo server.

571 thoughts on “EasyTabs - Magento products tabs extension ”

  • Hello - first off thanks for a great set of tabs - its working well for me so far. I have 2 questions
    1. how can I change the words 'Product Description' in the tabs to 'info'

    2. I have the configurable product options extension on my product page - any way to move it into the tabs?

    http://amorrosa.com/roses/test6.html
    Thanks a lot guys, Leah

    Reply
  • I'm getting errors installing on magento 1.4.2. It was working on 1.4.1.

    Reply
  • Is there any way to turn off selected tabs in certain themes? Or, is it possible to call a static block into a tab (and, if so, how)?

    Reply
  • Thanks for the extention, I can not find installation, please help.

    Reply
  • For anyone having issue with the WYSIWYG not working in tabs, here is a simple fix. Open the template file in question (mine was catalogproductcustom.phtml) and after the $content variable is defined, add the code below (this assumes your media folder is /media/):

    $content = preg_replace('@{{media url="(.*)}}"@','/media/$1',$content);

    I also had to change the content variable initially because I was getting like 30 junk tags with the WYSIWYG

    Change as follows, in line with what others have mentioned:
    // $content = nl2br($this->getProduct()->$method());
    $content = $this->getProduct()->$method();

    Reply
    • Old post but maybe it could help someone.
      The best way I found to fix this issue is changing that line in each easytabs template concerned for you:
      Replace:
      $content = $this->getProduct()->$method();
      By:
      $content=$this->helper('cms')->getBlockTemplateProcessor()->filter($this->getProduct()->$method());
      This will allow to all Magento directives encoded by {{xxx}} to be correctly decoded.

      Reply
  • hello,

    I want to hide the custom tab #1 if it does not contain any attributes. Now it shows the word "No".

    Can someone help me?

    Reply
  • When is the extension been updated to work with version 1.4.2???

    Reply
    • Ha just did a new pear install and easytabs is now working in backend without access denied message. I enabled it and hoped for the best. Yes easytabs is now also working for 1.4.2 :) Nice job, thanks!

      Reply
      • Hmmmmzzz...strange after the pear install i was able to configure Easytabs in system>configuration. When i was automatic logged out by the system after a while and i logged in again i got the popular "Aces Denied" message from magento. Now its a issue to resolve the problem or a update of the extension :(

        Maybe if someone got an idea how to resolve this please reply. BTW: Re-saving Admin role or creating a new role has no effect on resolving this problem.

        Reply
    • Yes it was already updated.

      Reply
  • I would like to use the Esay tab on category pages. - in the same place as category-description is today.

    In this way, I can have a lot of text on less space. Would be nice for both customers and seo.

    Reply
  • this thing is not working on 1.4.2...can u help me please

    Reply
  • I've tried to install easytabs using Magento Connect. When I go to the Configuration area, it says "access denied." Any suggestions?

    Reply

Items 141 to 150 of 275 total