Questions:

Page:
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Posted by Hector Perez-Nieto, Wednesday, July 20, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: OK I found the solution in cas anyone else is interested. Copied the validation from the Magento theme >> /app/design/frontend/default/diamonds/template/catalog/product/view/attributes.phtmlCopy/pasted this (and its closing tag of course)if (!is_null($_product->getData($_attribute->getAttributeCode())) && ((string)$_attribute->getFrontend()->getValue($_product) != '')) {
    Posted by Hector Perez-Nieto on Wednesday, July 20, 2011
Posted by Iain Tozer, Tuesday, June 14, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
Posted by Amin, Wednesday, June 8, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: I don't sure what type of block you are referring to. But in case it's attributes block then you can remove first column at templates/easytabs/attributes.phtml.Also you can change this tab name at easytabs.xml
    Posted by Support Team on Wednesday, June 8, 2011
Posted by David Bell, Friday, May 27, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • -1
    vote
    A: Additional info tabs get information from products attribute values. So you can out put any specific info to to additional tabs like packaging or technical information.
    Posted by Support Team on Friday, May 27, 2011
  • 0
    vote
    A: That doesn't really answer the question. I have several attributes set up for each product. But none of them are used to populate the tab when it's enabled.Is Easytab pre-configured to take this information form a specific attribute? If so what attribute is it looking for? If it's looking for a specific attribute then it will need to be set up in Magento.Or if, as your reply seems to suggest, it can use any attribute that I choose, then where do I specify which attribute or attributes to use?
    Posted by David Bell on Friday, May 27, 2011
Posted by backto b, Friday, May 20, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • -1
    vote
    A: #1 Sorry can you clarify what exactly tab you want to enable.#2 You should assign attribute code to custom tab at extension settings. Then Easytabs will use product attribute value for each product in custom tab content.
    Posted by Support Team on Friday, May 20, 2011
  • 0
    vote
    A: Sorry,i think i didn't make a clear description for my ticket. So now i make a detail again: * i enable "product description" and "additional information" all; * normal,they show two tabs on front,one tab is "product description", another is "additional information"; * how i can show above two tabs content in one tab; for example just show"product description" tab on front,and this tab shows the content of "product description" and "additional information" all.
    Posted by Backto B on Sunday, May 22, 2011
  • 0
    vote
    A: i have tried to copy additional.phtml code to description.phtml,but failure,can't show the request content.
    Posted by Backto B on Sunday, May 22, 2011
  • 0
    vote
    A: Anybody can help me for this? Thanks so much!
    Posted by Backto B on Thursday, June 2, 2011
Posted by Jack, Thursday, April 28, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: In order to add new tab you should go to easytabs settings and enable first custom tab. Also you should assign to attribute your video attribute code.
    Posted by Support Team on Thursday, April 28, 2011
Posted by Peter Muirhead, Wednesday, April 20, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: I have downloaded and installed the very latest version and it is now working OK with IE9.Peter
    Posted by Peter Muirhead on Friday, April 22, 2011
Posted by Neela Joshi, Wednesday, April 20, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: Please check if your store cache is set off first. Then we would suggest to copy extension files into your theme folder.
    Posted by Support Team on Wednesday, April 20, 2011
Posted by Jason, Wednesday, April 20, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: Can you tell us what extension version you are using?
    Posted by Support Team on Wednesday, April 20, 2011
Posted by Michelle Nielsen, Tuesday, April 19, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: This extension doesn't affect default styles. Applying styles to tabs is quite easy. You can add styles either at easytabs.css or your theme styles files.
    Posted by Support Team on Tuesday, April 19, 2011
Posted by PC, Tuesday, April 5, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: You can't show group of product in one tab without creating additional custom template that will collect all data for you.
    Posted by Support Team on Tuesday, April 5, 2011
Posted by James, Tuesday, April 5, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: You can download updated extension now.
    Posted by Support Team on Tuesday, April 5, 2011
Posted by Chris, Friday, April 1, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: You can change tabs titles at easytabs.xml
    Posted by Support Team on Friday, April 1, 2011
Posted by Trilby, Wednesday, March 9, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: I found the solution: /www/magento/app/design/frontend/default/default/layout/easytabs.xmlVery easy!
    Posted by Linda Seger on Wednesday, March 9, 2011
Posted by AD, Tuesday, March 8, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: You should use custom tabs in such case. Please create custom attribute with code howtovideo for example and set input type to text. Then you should add this attribute to your attribute set. After that you should assign this attribute to custom attribute tab and enable it. After that you will be able to assign your video code to each product.
    Posted by Support Team on Tuesday, March 8, 2011
Posted by Nejc, Tuesday, March 8, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: In case you have just html code in your custom tab then it will be considered as empty. So please add at least few words there.
    Posted by Support Team on Tuesday, March 8, 2011
Posted by Alice, Tuesday, March 1, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: Sorry can you send us link to your products page so we can check what is wrong. Right now custom attributes tab are based on attributes and different attributes set should not affect Easytabs behaviour.
    Posted by Support Team on Tuesday, March 1, 2011
Posted by Ashwini Dinker, Monday, February 21, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: You can download recent extension from our store. It will work on Magento 1.5 CE.
    Posted by Support Team on Monday, February 21, 2011
Posted by Linda, Friday, February 11, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: Sorry but it isn't possible right now. You can use only custom attributes tab for such prupose. But in such case you should assign shipping info for every product.
    Posted by Support Team on Friday, February 11, 2011
Posted by GameSync, Thursday, February 3, 2011 on product Easy Tabs 3.1 - Magento Products Tabs
  • 0
    vote
    A: Easytabs doesn't affect seo but it doesn't also make you page more seo friendly.
    Posted by Support Team on Thursday, February 3, 2011

Ask Your Question

* Required Fields

Back to top