View Single Post
  #22  
Old 09-28-2012, 09:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Is it possible to have your own tabs

Still incorrect. The array is $product_info not $product and array elements cannot be called with dot something

Code:
if ($product_info['categoryid'] == '1') { $product_tabs[] = array( 'title' => 'Sizing Chart', 'tpl' => 'customer/main/sizing_chart_tab.tpl', 'anchor' => 'sizechart' ); }
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote