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.
I am running into a bit of a snag. We are working on a new layout for a few products. So after putting the elements into tables, they tabs default to text. When I pull the table statement out, they go back to being the normal tabs. Has anyone been able to put easytabs into a table?
http://64.150.183.45/index.php/kilts-and-packages/kilts/casual-kilts/casual-kilt.html (This is the problem child)
Thanks
Robert
Hi,
I am trying to add an additional tab.
I created an attribute id name pdf with input type text area.
Then I added an attribute group under an attribute set X and assigned the id “pdf” under the new group.
Under Easy tab configuration custom tabs I added
Enable custom tab #1 -YES
Custom tab #1 attribute id - pdf
Custom tab #1 name - Instructions
But I am getting this new attribute under two different tabs:
1. under Additional information (I have changed the name to Product Specification)
2. under the custom tab Instruction.
My question is how can I have this attribute only display in the new custom tab “ Instruction”?
Is there something different I have to do with attribute setting?
Any help..
Thanks,
Sam
I want to add reviews on description tab. please be kind enough to update me...
Thanks lot
You should simply enable it in extension settings.
hello,
i install successfully this extension but it's not working.. disappeared completely bar of tabs! how can i fix it?
You should post link to your product page so we can check what is wrong.
Great extension. Works like a charm. Great opportunities.
I would love one addition to it and that's I would like to assign certain custom tabs to a attribute set.
Furthermore, great,great,great
I just started using this extension with Magento 1.5.1. Works wonderfully with GOOD browsers, and even old versions of the crappiest browser out there, IE. IE9 still doesn't work, however. It is not working on your demo site, or on my site. When I click the tab, nothing happens. Extension works just fine in IE8 though (ironically). I could really use some input on what I can do to get it working correctly in ALL browsers.
Thanks,
Matt
I just downloaded the newest version available in the store and it works flawlessly in IE9. You should update the version you have available on the Magento Connect Store so that people don't have to come here to find the way to make it work. That would ease a lot of frustrations and make your company look that much better in everyone's eyes the next time they come to look for an extension.
Thanks again for a great extension!
You should download recent extension version from our store. We released updated extension version around 6 weeks ago.
where should i look in order to change the order of the tabs ? i would like to set "Additonal information" as primary tab.
You should edit easytabs.xml and change order of tabs definition in order to change order of tabs on frontend.
Hi, I got this erroe in product pages... Fatal error: Call to a member function setTemplate() on a non-object in app/code/core/Mage/Catalog/Block/Product/View/Tabs.php on line 60.
Also when I go to admin and I try to modify tabs it redirect me to Dashboard and it don't save changes..
can you help me?
Can you tell us what Magento version do you use?
How can I put the wishlist and compare product blocks in EasyTabs?
You can add them at easytabs.xml.
Hi,
Great Magento addon, and worked straight away... but:
I can see this has been asked before, but not properly answered. I hope you can set the record straight ;-)
By default, Easytabs sits at the bottom of a product page, below related items, custom descriptions and the rest. But to get EasyTabs to show part way up the page, or just below the product image we understand you may have to make changes to the catalog.xml file.
Can you clearly explain which part of the catalog.xml file we need to edit and how?
I can see quite a few above would benefit from this one.
Thanks in advance! ;-)
You should edit your template template/catalog/product/view.phtml and move
<?php echo $this->getChildHtml('product_additional_data') ?>to place where you want to see easytabs block.