View Single Post
  #4  
Old 01-21-2009, 09:58 AM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: 4.2 need different product template for just 1 category

Here are the first 10 lines of my product.tpl ... did I put this in the right spot? And this will be for category 1, I made it first and left it empty knowing I would have to fight this battle after I got the easy ones done....

Code:
{* $Id: product.tpl,v 1.180 2008/12/05 12:54:17 joy Exp $ vim: set ts=2 sw=2 sts=2 et: *} <script type="text/javascript" src="{$SkinDir}/customer/popup_open.js"></script> <script type="text/javascript" src="{$SkinDir}/main/popup_image.js"></script> {if $cat eq 1} {if $active_modules.Special_Offers}

EDIT: It worked! I set a margin vastly different in the first half of the code to test it, and it worked perfect ... did I put it in the right spot though? Or should it be before those javascript lines?
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote