![]() |
Changing Tabs Menu and Adding "Specifications"...?
I would like to add a Specifications tab to my "Tabs Menu". I'm ok with replacing one of the current tabs to do this.
Basically what I'm looking for is to have a table (1) column Specifications and (1) column Features inside (1) tab. I'm not really sure where to even start. Can someone please help!!! :? |
Check out cart lab's product tabs module.
http://www.cart-lab.com/Tabbed-Product-Menu-p-39.html# Works great and is very reasonably priced. HTH |
Thank you for the response. I should have clarified. I do have cart-lab's tabs. I figured out how to add an additional tab and change tab names etc.
What I now need help with is making a template that includes a table with one colum specifications and one column details. So I'm looking for: 1. How do I make a template with two columns (i.e. what code do I use)? 2. What code is used to call this from my products? Thanks! |
I just embedded mine right in the cart labs template, instead of putting the content in it's own template and then calling that. Then I wrapped a conditional to show it if the product was in a specific category (since that's what I needed).
The Readme file is pretty easy to follow. New Tab New Tab Content Code:
<DIV id="guarantee" style="display:none;"> Here is how I implemented it: http://www.empowermentgroup.com/xcart/product.php?productid=16134&cat=26 Hope that helps |
Support Knowledge Base related article:
:arrow: http://www.cart-lab.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticl eid=12 |
I have an issue that I need the tab to show up on multiple subcategories not just 1 main category. How would I structure the if statement?
|
Quote:
I don't quite understand the question? :?: |
Sorry,
The following code will only show a particular tab in one category. In the cart I am currently working on I have a category with several subcategories that I need a particular tab to only show in. So I need this tab to show in cat id 19, 20, and 21. Hope this clears things up??? |
Code:
{If $product.categoryid eq 18 or $product.categoryid eq 19 or $product.categoryid eq 20} Just use an OR logic operator. |
Any idea why I would be getting the following error?
Fatal error: Smarty error: [in cartlab-tabs.tpl line 30]: syntax error: unrecognized tag 'If' (Smarty_Compiler.class.php, line 580) in /home/acsystem/public_html/Smarty-2.6.9/Smarty.class.php on line 1088 Code:
{If $product.categoryid == 19 or $product.categoryid == 20 or $product.categoryid == 21}[*]Condenser Details{/if} |
All times are GMT -8. The time now is 07:31 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.