View Single Post
  #17  
Old 09-27-2012, 08:50 PM
 
Pyro Pyro is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 506
 

Default Re: Is it possible to have your own tabs

Toora or Addison,


Could you please clarify something?

If I wanted a certain tab to only show on products from a certain category, would I create an if statement around the existing tab or would I modify the code of the existing tab?



I have tried this, but it does not seem to work as expected.

Quote:
if ($product.categoryid eq "1") {
$product_tabs[] = array(
'title' => 'Sizing Chart',
'tpl' => 'customer/main/sizing_chart_tab.tpl',
'anchor' => 'sizechartt'
);
}



Thank you!
__________________
Best Wishes,
James

4.5.2 Gold (work in progress)
Reply With Quote