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, I use magento to build my online shop. I want to use easytab. But does it work ok for magento 1.4+, and how to use custom tab? Where to add content of custom tab?
Thank you!
Kimooa, easytabs works with Magento 1.4. You can use custom attributes or custom cms blocks to set content for additional tabs.
Hi,
Is it possible to output a compare selection into a custom tab?
Ste, it will require extension modification and can't be done right out of the box..
Okay no problem. I'm just trying to find a nice way to show an entire range of simple product attributes (length, height etc) on a grouped product. Any ideas, apart from manually adding a html styled table?
Hey, great extension,
I would like post that there is an issue with Google Map iframe + EasyTabs on an iphone.
The Google Map doen't want to be hidded by the JS.
exemple :
http://www.immo-neo.com/touteslesvilles/immo-neo-ref-0410
it works everywhere except iphone.
An idea ?
Can you tell me the correct way to use the blocks to "add to" one of the custom pages?
I know the code for the block I wish to insert, but not how to do it.
Hello,
I am wondering what lines I have to swap in easytabs.xml to have product description shown as second tab. And is it possible to make a clickable URL linking to another page on the website?
Hope you will help me out!
Thanks in advance.
Rob, you have to change order of this 2 lines.
<action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/descriptiontabbed"><alias>description_tabbed</alias><title>Product Description</title><block>catalog/product_view_description</block><template>easytabs/description.phtml</template></action>
<action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/additionaltabbed"><alias>additional_tabbed</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>easytabs/attributes.phtml</template></action>
What file is the code taken from. I need to make this change and can't find the code.
Hi,
I have reactivated the feature of custom-product-options but:
I understand why you disable it. Damn... in next release it must be integrated again. I need it so much. hope you find a way to do that...
also I think it must be an payversion of it, because support & features from customer accepted better... hope....
I have two questions, which I hope you can answer for me and you can give me some hints as well:
1. How do I change the order of the tabs? Know to change the easytabs.xml, but what do I need to change?
2. Is it possible to make a URL/Link in one of the tabsections? For example: within a tab I would like to make a clickable popup to another page on the same store site.
I hope you can help me with findings answers to this problems!
Very kind regards
Hi,
I installed this module but it is showing access denied in admin area, I have also done logout and login again but no success.
Can anyone help?
Thanks,
Riti
Friends,
My magento version is 1.3.2.4.
So i got answer on
http://blog.templates-master.com/magento-easytabs/#comment-6206
Thanks,
Riti
hi. if I used Upsell & Co the Limit and Count from catalog.xml for Upsell doesnt work....
How can I set it in your tabs.xml ?
Thanks so much for this extension! I have a couple questions...
1) When I setup Custom Tab Options, and assign them to attributes that do have data inserted, the tabs do not show up on the product page. The only way I can get them to appear is if I turn on the "Additional Info" tab and they show in there, which I do not want. I want them to be in their own tabs.
2) How would I move the "Short Description" to a new tab, instead of listing it under the product price (default location)?
3) Is there a way to have a "Show All" tab in position 1 that will show the contents of all the other tabs?
Thank you!
Brady
Hello Brady,
#1 Sorry but most likely something isn't configure in right way
#2 It will require to do several changes. The first one is to remove short description code from products page. And the second one is to assign and configure short description attribute to be outputted in custom tab.
#3 Unfortunately no