Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

User Profile Tabs Missing

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-28-2011, 05:05 PM
 
Acquamarina Acquamarina is offline
 

X-Adept
  
Join Date: Aug 2006
Location: USA
Posts: 811
 

Default User Profile Tabs Missing

My shop is missing 2 user profile tabs form the customer's side of the shop. The existing tabs are Accounts Detail, Address Book and Orders History. The Wish list and Calendar mods are active, but the tab doesn't show. When the Special Offers mod is activated, the Bonuses tab appears, the missing ones should appear too.

Any suggestions where to look? I use a custom template, maybe the call is missing? What should I look for?

When I look at the source code for the page, only these appear:

<div id="top-links" class="ui-tabs ui-widget ui-corner-all">
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-corner-all">

<li class="ui-corner-top ui-state-default ui-tabs-selected ui-state-active">
<a href="register.php">Account details</a>

</li>

<li class="ui-corner-top ui-state-default">
<a href="address_book.php">Address book</a>
</li>

<li class="ui-corner-top ui-state-default">
<a href="orders.php">Order history</a>
</li>
</ul>

<div class="ui-tabs-panel ui-widget-content"></div>
</div>

When I look at common_files/customer/main/top_links.tpl, this is what is there:

<div id="top-links" class="ui-tabs ui-widget ui-corner-all">
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-corner-all">
{foreach from=$tabs item=tab key=ind}
{inc value=$ind assign="ti"}
<li class="ui-corner-top ui-state-default{if $tab.selected} ui-tabs-selected ui-state-active{/if}">
<a href="{if $tab.url}{$tab.url|amp}{else}#{$prefix}{$ti}{/if}">{$tab.title|wm_remove|escape}</a>
</li>
{/foreach}
</ul>
<div class="ui-tabs-panel ui-widget-content"></div>
</div>

So it looks like those 3 visible tabs are assigned somehow but not the 2 missing ones. Can someone please point me in the right direction?

Thanks so much!
__________________
Vera B
4.4.5
CFLSystems.com mods, Kosmos eBay Integration, Feed Manager Pro, custom mods, BCSEngineering Mods, CDSEO PRO
Hosting by EWDHosting - The best home for your x-cart.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:24 AM.

   

 
X-Cart forums © 2001-2020