View Single Post
  #3  
Old 01-05-2011, 08:35 AM
 
Fascinations Fascinations is offline
 

Member
  
Join Date: Dec 2010
Posts: 16
 

Default Re: Product Tabs Display

Thanks balinor, but it didn't change anything.

I added the following code to the ui_tabs.tpl file and the tab still shows up even if the extra fields are blank.

Code:
{* Extra Fields Tab Content *} {if $active_modules.Extra_Fields} {foreach from=$extra_fields item=v} {if $v.active eq "Y" and $v.field_value} <div id="product-tabs-{$v.field|replace:" ":"-"}"> {$v.field_value} </div> {/if} {/foreach} {/if} {* End Extra Fields Tab Content *}
__________________
X-Cart Pro 4.4
Reply With Quote