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!