View Single Post
  #2  
Old 04-03-2011, 07:11 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,192
 

Default Re: Access to smarty variable $current_category

Try

$current_category = func_get_category_data($cat);
$smarty->assign("current_category, $current_category);

in product.php

You may need to load "categories" and define $cat if not available ($cat will be the product category)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote