View Single Post
  #3  
Old 03-13-2012, 07:21 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Extra fields outside of product.tpl

Extra fields on product details page is a separate array, on products list page is part of the product array. So calling extra field template directly won't work. Try passing to it extra fields array

{include file="modules/Extra_Fields/product.tpl" extra_fields=$product.extra_fields}

check with the debug window the variable name is correct
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote