View Single Post
  #21  
Old 09-28-2012, 09:26 AM
  Toora Designs's Avatar 
Toora Designs Toora Designs is offline
 

eXpert
  
Join Date: Aug 2011
Location: California USA
Posts: 281
 

Default Re: Is it possible to have your own tabs

Pyro instead of eq use == because you are editing php file not smarty file

Not tested but your code should be like this
PHP Code:
if ($product.categoryid == '1') {
    
$product_tabs[] = array(
        
'title'  => 'Sizing Chart',
        
'tpl'    => 'customer/main/sizing_chart_tab.tpl',
        
'anchor' => 'sizechart'
        
);

__________________
If you need professional help on your x-cart site or any website.
Feel free to PM me or Skype me to discuss your project.
Reply With Quote