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}