View Single Post
  #4  
Old 10-06-2011, 05:02 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Retreive Cat ID from current product page

On product details page? Imposible unless you have some customization. $current_category doesn't exist on product details page by default. It does on product list pages (category pages).

{$current_category.parentid} will be the code to call parent category id if $current_category array exists
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote