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.
EasyTabs - Magento products tabs extension
This entry was posted on August 4, 2009.
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
#1 Yes you can edit tabs titles at easytabs.xml.
#2 Unfortunately you can't move product attributes to tab with this extension without modification
I'm getting errors installing on magento 1.4.2. It was working on 1.4.1.
Sorry but this extension was not updated yet to work with Magento 1.4.2.
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)?
Thanks for the extention, I can not find installation, please help.
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();
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.
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?
When is the extension been updated to work with version 1.4.2???
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!
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.
Have you tried refresh you store cache?
Yes it was already updated.
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.
Thank you for your suggestion. We will consider adding this option to Easytabs.
this thing is not working on 1.4.2...can u help me please
Please download recent extension version from our store.
I've tried to install easytabs using Magento Connect. When I go to the Configuration area, it says "access denied." Any suggestions?
You should simply log out from admin and then login again in order to refresh access rights.