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.
|