View Single Post
  #4  
Old 08-06-2007, 07:10 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Alter product.tpl for one product

$product.categoryid

may need to be

$product.productid

not sure on this -- you can fish it out in webamster mode with your smarty template engine set to debug

in file, smarty.php

find:
$smarty->debug_tpl = "file:debug_templates.tpl";
change to:
#$smarty->debug_tpl = "file:debug_templates.tpl";
$smarty->debug_tpl = "file:debug.tpl";

(then turn on webmaster mode)
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote