View Single Post
  #14  
Old 09-24-2012, 09:27 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

Just tested and it shows video tab
PHP Code:
if (!empty($product_tabs)) {
        
$product_tabs[] = array(
        
'title'  => 'Videos',
        
'tpl'    => 'customer/main/tab_videos.tpl',
        
'anchor' => 'videos'
        
);
}

if (!empty(
$product_tabs)) {
    
$smarty->assign('product_tabs'$product_tabs);
    if (
$config['Appearance']['display_product_tabs'] == 'Y') {
        
$smarty->assign('show_as_tabs'true);
    }


http://i45.tinypic.com/dc68nn.png
__________________
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