View Single Post
  #2  
Old 11-23-2016, 04:55 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Trying to add a custom tab in My Account section

Back in the day we used this to add Wish List before it was included:

In include/account_tabs.php:

PHP Code:
$account_tabs[] = array(
    
'title' => func_get_langvar_by_name('lbl_wish_list'),
    
'url'   => 'cart.php?mode=wishlist'
); 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote