View Single Post
  #16  
Old 12-30-2004, 07:47 PM
 
deonya deonya is offline
 

Member
  
Join Date: Oct 2003
Posts: 18
 

Default

Heres What I tried

Code:
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="170" valign="top" nowrap align="right"> <a name="tabs"></a> <ul id="tablist"> {if $images eq ""} [*]Detailed Images {else} {/if}[*] Send to Friend {if $active_modules.Upselling_Products eq ""} [*] Related Products {else} {/if} {if $active_modules.Recommended_Products eq ""} [*] Recommended Items {else} {/if} {if $reviews eq ""} [*] Customer Ratings {else} {/if}[/list]</td> <td width="10"></td> <td bgcolor="#00aeef" width="1"></td> <td width="10"></td> <td valign="top"> <DIV id="tabcontentcontainer"> <div id="sc1" class="tabcontent"> {include file="customer/main/send_to_friend.tpl" } </div> <div id="sc2" class="tabcontent"> {if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/product_images.tpl" } {/if} </div> <div id="sc3" class="tabcontent"> {if $active_modules.Upselling_Products ne ""} {include file="modules/Upselling_Products/related_products.tpl" } {/if} </div> <div id="sc4" class="tabcontent"> {if $active_modules.Recommended_Products ne ""} {include file="modules/Recommended_Products/recommends.tpl" } {/if} </div> <div id="sc5" class="tabcontent"> {if $active_modules.Customer_Reviews ne ""} {include file="modules/Customer_Reviews/vote_reviews.tpl" } {/if} </div> </DIV> </td></tr></table>

Now only the Send To friend & Customer Review will show up. There could be a cople resonse for this on my part one I have changed the way the tabs look see what I mean http://www.pixellab.biz/product.php?productid=16141&cat=1&page=1 Next is I have moded a few things in my cart but that might not be the reason still what do you think after looking over my code.
__________________
Deonya Fields
--------------------------
X-Cart Gold 4.0.4
--------------------------
http://www.pixellab.biz
Reply With Quote