| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
User Profile Tabs Missing | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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. |
|||||||
|
|||
X-Cart forums © 2001-2020
|