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.
Prob fixed. Need a space before tag.
Hi! Please provide a solution to put Upsell under tabs. Your hint about adding to <block type=”catalog/product_list_upsell”... in catalog.xml AFTER=”-” attribute doesn't work. Thanks!
Ok, please try edit easytabs/catalogproductview.phtml. You should change order of this 2 lines
from
<?php echo $this->getChildHtml('upsell_products') ?>
<?php echo $this->getChildHtml('product_additional_data') ?>
to
<?php echo $this->getChildHtml('product_additional_data') ?>
<?php echo $this->getChildHtml('upsell_products') ?>
getChildHtml('upsell_products') ?>
This solution works great, but how to display tags under tabs ?
Now, tags box are displayed at the top.
Template Masters, please post a solution to move this Products Tag form below the tab container. I cannot find it for the life of me and others too. Great extension btw, keep it up.
Bradley, please post link to your products page so we can check it.
Hi,
I installed the Easy Tabs extension.
It works very well, but only one thing didn't work.
In my theme I have vorbestellung ==1) { echo $this->getLayout()->createBlock('cms/block')->setBlockId('info_vorschau')->toHtml() ;}?>.
It's a static block. It should be shown between short description and the tabs. If I disable the extension it will be shown.
Does somebody have a solution?
thanks
Markus
ok. I found the solution :) thanks
Thanks for letting everybody know about said solution..........
Hi, I would really like to add a CMS block to one of my custom tabs, but so far I'm not having much luck. Is this possible? I have tried adding the following code: {{block type="cms/block" block_id="delivery_returns"}} in the attribute text area in product admin, but it doesn't work. I've created a custom tab for delivery and returns information, and it works fine at the individual product level, but ideally I'd like every individual product to call upon the same static CMS block so that if I ever need to edit the delivery and returns information I only need to do it once via the CMS instead of having to edit every single product individually. Thanks.
Oh I'm thick, I can just put the information in the default value field when I create the attribute!
Ah, but I can't update the information from there, so I still have the same problem...
Hello Lois, we are planning to release next version with such option. Right now we don't have ready solution.
That's great news, thanks! That will make editing so much easier. Look forward to it!
Hello, i have a Problem with Easy Tabs.
So when i like to show the Product Attributes from Magento (Productinformation) than i can do this with Easy Tabs.
But when i like to unshow in a second Shop, so i will deactivate this in Backend under Easy Tabs so it will work, but Magento shows the Product Attributes over the Easy Tabs in Frontend.
Here you can the a Sample:
http://www.alkoto.com/shop_magento/magento/index.php/alkoto001/besonderes/printy-4911.html
http://www.alkoto.com/shop_magento/magento/index.php/epromotion001/besonderes/printy-4911.html
I need help, thanks best regards Thomas
Sorry Thomas, can you clarify about your second store. Do you have multiply stores on same magento installation and Easytabs works incorrectly on second store?
I have installed but when I go to System > Configuration I am not seeing any Template-Master there. Not sure of what the problem could be.
Hello Oliver, please refresh cache and if extension was installed then you will see it there. Else try manually upload extension files to your store.
Can one show a youtube video in a tab?
Hello Michael, sure you can. Just post youtube video code into attribute value. Also you should add some text or because easytabs will consider tabs empty if content will have just tags but no text.
Hi.
Love this extension. Is there a way for me to control the order of the tabs, for example i would like the review tab to be the last tab and not the second.
TIA
Jimmy, you can do this by chaning order of tabs in easytabs.xml
where is the easytabs.xml file located? I would like to change the order of the tabs, but can't find this file with the tabs listed.
You can find it at app/design/frontend/default/default/layout
Hello. Fistable, I want to congratulate TemplatesMaster for this and others excellent modules for Magento. It works perfect with Magento 1.3.2.4, but I was testing it on Magento 1.4.0.0-rc1 and it doesn´t work correctly. The tabs are displayed well, but the info box of the product and its images are shown in a wrong way. What can I do to fix this problem?
We will try to upgrade this extension to 1.4 within 1-2 weeks.