View Single Post
  #34  
Old 01-19-2008, 10:13 AM
  SystemSkins's Avatar 
SystemSkins SystemSkins is offline
 

eXpert
  
Join Date: Oct 2007
Posts: 350
 

Default Re: Menu with Tabs for Product page

Quote:
Originally Posted by chadweston
Wow, really cool add-on, thanks.

I am having an issue however as I want to have a Warranty tab and a Shipping tab specific to each product.

My guess is if you want it specific to certian products is you will need {if} statements for those products.

This is an example for a specific category and not an individual product, but you get the picture.
Code:
{if $cat eq "282"} <div class="tabbertab" id="description"> <h2>Full Description</h2> {include file="customer/main/full_description.tpl" } </div> {/if}
__________________
Doug Rock
X-cart Gold 4.1.9
_____________________________________
Altered Cart: 1-Page checkout
Firetank: Feed Manager
Website CM: CDSEO PRO
Website CM: Product A-Z Map
Website CM: Review Approval
Website CM: Site Map Pro
Qualiteam: Sales & Stats (free version)
Reply With Quote