View Single Post
  #12  
Old 01-08-2009, 11:52 AM
 
fotodog13 fotodog13 is offline
 

Senior Member
  
Join Date: Sep 2007
Posts: 126
 

Default Re: help with if then statment for detailed description

I am still trying to figure this out If I understand you correctly Jon, you are saying to query the categories from the product.php and assign them to smarty.
I have tried a few things here the latest being

$smarty->assign('customer/category', 'category');
include ("customer/main/product.tpl");

which I thought would assign the category and include the product.tpl which would then display the button on the correct pages but I am obviously still not doing something correctly as this does not change the response to the page.

If anyone can tell me how to do this I would be really grateful.
Thanks

Scott V
__________________
scott v
x cart version 4.1.8 (Unix)
Reply With Quote